Inject JS to the DOM to find vulnerable JavaScript libraries
This module provides a JavaScript bundle that can be injected into the DOM and detect which JavaScript libraries and versions are running, as well as the vulnerabilities associated with them.
This module provides several variation of bundles that can be used:
- Global - provides JavaScript code that is not wrapped, and will call and return a function call result of the data when injected.
npm install --save js-vulns-detector
To generate a bundle file:
npx js-vulns-detector --global --outfile bundle.js
Access the bundle directly as an npm module:
import 'js-vulns-detector/dist/bundle-global.js'
Please consult CONTRIBUTING for guidelines on contributing to this project.
js-vulns-detector © Liran Tal, Released under the Apache-2.0 License.