Socket
Socket
Sign inDemoInstall

optimist

Package Overview
Dependencies
1
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.3.6 to 0.3.7

2

index.js

@@ -34,3 +34,3 @@ var path = require('path');

if (process.argv[1] == process.env._) {
if (process.env._ != undefined && process.argv[1] == process.env._) {
self.$0 = process.env._.replace(

@@ -37,0 +37,0 @@ path.dirname(process.execPath) + '/', ''

{
"name" : "optimist",
"version" : "0.3.6",
"version" : "0.3.7",
"description" : "Light-weight option parsing with an argv hash. No optstrings attached.",

@@ -5,0 +5,0 @@ "main" : "./index.js",

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