-
Notifications
You must be signed in to change notification settings - Fork 2
Description
https://www.npmtrends.com/anchorme-vs-autolink-js-vs-linkifyjs-vs-react-autolink-text
npm audit
npm audit report
anchorme *
Severity: moderate
Cross-site scripting in anchorme - GHSA-w4wq-rvmq-77x7
No fix available
node_modules/anchorme
1 moderate severity vulnerability
Some issues need review, and may require choosing
a different dependency.
PS C:\clubi-master> npm run dev
dev
npm run development
development
cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js
[webpack-cli] Error: Unknown option '--hide-modules'
[webpack-cli] Run 'webpack --help' to see available commands and options
PS C:\clubi-master> webpack --help
webpack: The term 'webpack' is not recognized as a name of a cmdlet, function, script file, or executable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
PS C:\clubi-master> npm webpack --help
Unknown command: "webpack"
To see a list of supported npm commands, run:
npm help
PS C:\clubi-master> npm remove anchorme
removed 1 package, and audited 809 packages in 8s
82 packages are looking for funding
run npm fund
for details
found 0 vulnerabilities
PS C:\clubi-master> npm i linkifyjs
added 1 package, and audited 810 packages in 7s
82 packages are looking for funding
run npm fund
for details
found 0 vulnerabilities
PS C:\clubi-master>
Is this ok?