Socket
Socket
Sign inDemoInstall

cmdln

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.1 to 3.0.2

8

CHANGES.md
# node-cmdln Changelog
## 3.0.2
- Change to use ['^' semver
ranges](https://github.com/npm/node-semver#caret-ranges-123-025-004) for
dependencies. This allows for better de-duping under "node\_modules" for
apps using this package.
## 3.0.1

@@ -4,0 +12,0 @@

10

package.json
{
"name": "cmdln",
"version": "3.0.1",
"version": "3.0.2",
"description": "helper lib for creating CLI tools with subcommands; think `git`, `svn`, `zfs`",

@@ -16,6 +16,6 @@ "author": "Trent Mick (http://trentm.com)",

"dependencies": {
"assert-plus": "0.1.5",
"extsprintf": "1.2.0",
"verror": "1.5.1",
"dashdash": "1.7.1"
"assert-plus": "^0.1.5",
"extsprintf": "^1.2.0",
"verror": "^1.6.0",
"dashdash": "^1.7.1"
},

@@ -22,0 +22,0 @@ "devDependencies": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc