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

@boost/args

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@boost/args - npm Package Compare versions

Comparing version 1.1.2 to 1.2.0

12

CHANGELOG.md

@@ -6,2 +6,14 @@ # Change Log

## 1.2.0 - 2020-02-04
#### 🚀 Updates
- Add more internal debugging. (#74) ([70c42c8](https://github.com/milesj/boost/commit/70c42c8)), closes [#74](https://github.com/milesj/boost/issues/74)
**Note:** Version bump only for package @boost/args
### 1.1.2 - 2020-01-25

@@ -8,0 +20,0 @@

1

lib/parse.js

@@ -48,2 +48,3 @@ "use strict";

let currentScope = null;
constants_1.debug('Parsing arguments: %s', argv.join(' '));
function commitScope() {

@@ -50,0 +51,0 @@ if (!currentScope) {

6

package.json
{
"name": "@boost/args",
"version": "1.1.2",
"version": "1.2.0",
"description": "A type-safe and convention based argument parsing library, with strict validation checks.",

@@ -27,5 +27,5 @@ "keywords": [

"dependencies": {
"@boost/internal": "^1.0.3"
"@boost/internal": "^1.1.0"
},
"gitHead": "415de2e011ad6252dde167d5e4c8a93d3719ea83"
"gitHead": "3c0a3aabc8de08093f34daaa4fbad3b42a7609db"
}

Sorry, the diff of this file is not supported yet

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