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
142
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.3.16 to 2.3.17

2

args.d.ts

@@ -205,2 +205,4 @@ import { type Fn } from "@thi.ng/api/fn";

* ```ts
* import { coerceInt, parse, tuple } from "@thi.ng/args";
*
* parse({ a: tuple(coerceInt, 2, {})}, ["--a", "1,2"])

@@ -207,0 +209,0 @@ * // {

2

CHANGELOG.md
# Change Log
- **Last updated**: 2024-02-22T11:59:16Z
- **Last updated**: 2024-02-25T14:07:53Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

@@ -5,0 +5,0 @@

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

@@ -38,8 +38,8 @@ "type": "module",

"dependencies": {
"@thi.ng/api": "^8.9.25",
"@thi.ng/api": "^8.9.26",
"@thi.ng/checks": "^3.5.0",
"@thi.ng/errors": "^2.4.18",
"@thi.ng/logger": "^3.0.2",
"@thi.ng/strings": "^3.7.16",
"@thi.ng/text-format": "^2.1.2"
"@thi.ng/logger": "^3.0.3",
"@thi.ng/strings": "^3.7.17",
"@thi.ng/text-format": "^2.1.3"
},

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

},
"gitHead": "4513a1c703bdbf0f0867f03e547e47692e415fac\n"
"gitHead": "6e20f80dd9df1c8055ffa3c1e4d6f7598add0c0b\n"
}
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