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.0 to 1.1.1

12

CHANGELOG.md

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

### 1.1.1 - 2020-01-25
#### ⚙️ Types
- **[Arg]** Add null support to `validate`. ([35e24e4](https://github.com/milesj/boost/commit/35e24e4))
**Note:** Version bump only for package @boost/args
## 1.1.0 - 2019-12-27

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

2

lib/types.d.ts

@@ -58,3 +58,3 @@ export declare type Argv = string[];

type: InferArgType<T>;
validate?: (value: T) => void;
validate?: ((value: T) => void) | null;
}

@@ -61,0 +61,0 @@ export interface Option<T extends ValueType> extends Arg<T> {

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

@@ -28,3 +28,3 @@ "keywords": [

},
"gitHead": "2121f3e6c0b9a9db0559abd65a889253a74f3c03"
"gitHead": "06877f461f77bd007a1d2e800d25a9f27b275e65"
}

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