Socket
Socket
Sign inDemoInstall

fuck-npm

Package Overview
Dependencies
77
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.0 to 1.2.1

6

bin/cli.js
const yargs = require('yargs');
const { argv } = yargs
.usage('$0 [string]')
.alias('v', 'version')
.version()
.help();
const { argv } = yargs.usage('$0 [string]').alias('v', 'version').version().help();
module.exports = argv;

8

package.json
{
"name": "fuck-npm",
"version": "1.2.0",
"version": "1.2.1",
"description": "Removes `node_modules` & runs `npm install`",

@@ -39,9 +39,9 @@ "engines": {

"dependencies": {
"chalk": "^4.0.0",
"chalk": "^4.1.0",
"del": "^5.1.0",
"yargs": "^15.3.1"
"yargs": "^15.4.1"
},
"devDependencies": {
"prettier": "^2.0.2"
"prettier": "^2.0.5"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc