New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

command-line-basics

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

command-line-basics - npm Package Compare versions

Comparing version 0.5.1 to 0.5.2

4

CHANGES.md
# CHANGES for command-line-basics
## 0.5.2
- Fix: Ensure `cwd` gets passed on to `autoAdd` from `cliBasics`
## 0.5.1

@@ -4,0 +8,0 @@

2

package.json
{
"name": "command-line-basics",
"version": "0.5.1",
"version": "0.5.2",
"description": "Auto-add help and version CLI and update notification checks",

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

@@ -94,3 +94,3 @@ 'use strict';

definitions: optionDefinitions, sections: cliSections
} = autoAdd({optionsPath, ...options, pkg});
} = autoAdd({optionsPath, cwd, ...options, pkg});

@@ -97,0 +97,0 @@ const userOptions = commandLineArgs(optionDefinitions);

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