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

@thi.ng/args

Package Overview
Dependencies
Maintainers
1
Versions
144
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thi.ng/args - npm Package Compare versions

Comparing version 2.0.7 to 2.0.8

8

CHANGELOG.md

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

## [2.0.8](https://github.com/thi-ng/umbrella/compare/@thi.ng/args@2.0.7...@thi.ng/args@2.0.8) (2021-11-10)
**Note:** Version bump only for package @thi.ng/args
## [2.0.7](https://github.com/thi-ng/umbrella/compare/@thi.ng/args@2.0.6...@thi.ng/args@2.0.7) (2021-11-03)

@@ -8,0 +16,0 @@

10

package.json
{
"name": "@thi.ng/args",
"version": "2.0.7",
"version": "2.0.8",
"description": "Declarative, functional & typechecked CLI argument/options parser, value coercions etc.",

@@ -37,6 +37,6 @@ "type": "module",

"dependencies": {
"@thi.ng/api": "^8.1.0",
"@thi.ng/checks": "^3.0.6",
"@thi.ng/api": "^8.2.0",
"@thi.ng/checks": "^3.0.7",
"@thi.ng/errors": "^2.0.6",
"@thi.ng/strings": "^3.1.3"
"@thi.ng/strings": "^3.1.4"
},

@@ -95,3 +95,3 @@ "devDependencies": {

},
"gitHead": "852cd2450617c86d15d18477dc634f17f04202eb"
"gitHead": "5fe52419af63984ebe53032201b2a6174b9cb159"
}

@@ -161,3 +161,3 @@ <!-- This file is generated - DO NOT EDIT! -->

via the special `--help` option (configurable, see
[ParseOpts](https://docs.thi.ng/umbrella/args/interfaces/parseopts.html)).
[ParseOpts](https://docs.thi.ng/umbrella/args/interfaces/ParseOpts.html)).

@@ -172,3 +172,3 @@ Each arg can be associated with arbitrary group IDs, which are then used to

can be disabled (see
[`UsageOpts`](https://docs.thi.ng/umbrella/args/interfaces/usageopts.html)).
[`UsageOpts`](https://docs.thi.ng/umbrella/args/interfaces/UsageOpts.html)).

@@ -175,0 +175,0 @@ ```text

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