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

node-options

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-options - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

2

lib/options.js

@@ -101,3 +101,3 @@ module.exports = function () {

pathAndFilename = path.join(process.env['HOME'], (dotPathPrefix ? dotPathPrefix : ''), filename);
if (fs.exists(pathAndFilename)) return pathAndFilename;
if (fs.existsSync(pathAndFilename)) return pathAndFilename;
return filename;

@@ -104,0 +104,0 @@ }

@@ -5,3 +5,3 @@ {

"description" : "Parse the command line arguments",
"version" : "0.0.5",
"version" : "0.0.6",
"repository" : {

@@ -8,0 +8,0 @@ "type" : "git",

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