Socket
Socket
Sign inDemoInstall

@jhanssen/options

Package Overview
Dependencies
3
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.6 to 1.0.7

2

index.js

@@ -61,3 +61,3 @@ /*global require,module,process*/

if (!file && prefix.length > 0)
file = this.prefix + ".conf";
file = prefix + ".conf";
if (file) {

@@ -64,0 +64,0 @@ const read = file => {

{
"name": "@jhanssen/options",
"version": "1.0.6",
"version": "1.0.7",
"description": "Options parser that looks at argv, environment variables and a config file.",

@@ -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