Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

my-first-npm-module-speedyforce

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

my-first-npm-module-speedyforce - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

index.js
#!/usr/bin/env node
console.log(`Hello, ${process.argv[2] || 'someone'}!`);
console.log(`Hello, ${process.argv[3] || 'someone'}!`);
{
"name": "my-first-npm-module-speedyforce",
"version": "1.0.1",
"version": "1.0.2",
"description": "Testing module system for Node.js 2018 :)",

@@ -9,5 +9,7 @@ "main": "index.js",

},
"bin": "./index.js",
"bin": {
"hello": "./index.js"
},
"author": "Deividy Metheler Zachetti",
"license": "UNLICENSED"
}
SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc