Socket
Socket
Sign inDemoInstall

nomnom

Package Overview
Dependencies
2
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.6.0 to 1.6.1

4

nomnom.js

@@ -126,3 +126,3 @@ var _ = require("underscore"),

this.print = this.print || function(str, code) {
console.log(str + '\n');
console.log(str);
process.exit(code || 0);

@@ -399,3 +399,3 @@ };

}
return str + "\n";
return str;
}

@@ -402,0 +402,0 @@ };

{
"name": "nomnom",
"description": "Option parser with generated usage and commands",
"version": "1.6.0",
"version": "1.6.1",
"author": "Heather Arthur <fayearthur@gmail.com>",

@@ -6,0 +6,0 @@ "scripts": {

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