You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

cli-argv-util

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cli-argv-util - npm Package Compare versions

Comparing version

to
1.2.7

4

dist/cli-argv-util.d.ts

@@ -1,2 +0,2 @@

//! cli-argv-util v1.2.6 ~~ https://github.com/center-key/cli-argv-util ~~ MIT License
//! cli-argv-util v1.2.7 ~~ https://github.com/center-key/cli-argv-util ~~ MIT License

@@ -21,3 +21,3 @@ export type StringFlagMap = {

[key: string]: unknown;
}, posix: string): Buffer;
}, posix: string): Buffer<ArrayBufferLike>;
readFolder(folder: string): string[];

@@ -24,0 +24,0 @@ unquoteArgs(args: string[]): string[];

@@ -1,2 +0,2 @@

//! cli-argv-util v1.2.6 ~~ https://github.com/center-key/cli-argv-util ~~ MIT License
//! cli-argv-util v1.2.7 ~~ https://github.com/center-key/cli-argv-util ~~ MIT License

@@ -3,0 +3,0 @@ import { execSync } from 'node:child_process';

MIT License
Copyright (c) 2022-2024 Individual contributors to cli-argv-util
Copyright (c) 2022-2025 Individual contributors to cli-argv-util

@@ -5,0 +5,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy

{
"name": "cli-argv-util",
"version": "1.2.6",
"version": "1.2.7",
"description": "Simple utility to parse command line parameters and flags (arguments vector)",

@@ -58,15 +58,15 @@ "license": "MIT",

"devDependencies": {
"@eslint/js": "~9.9",
"@types/node": "~22.3",
"@eslint/js": "~9.21",
"@types/node": "~22.13",
"add-dist-header": "~1.4",
"assert-deep-strict-equal": "~1.2",
"copy-file-util": "~1.2",
"eslint": "~9.9",
"eslint": "~9.21",
"jshint": "~2.13",
"mocha": "~10.7",
"mocha": "~11.1",
"rimraf": "~6.0",
"run-scripts-util": "~1.3",
"typescript": "~5.5",
"typescript-eslint": "~8.1"
"typescript": "~5.7",
"typescript-eslint": "~8.25"
}
}

@@ -73,3 +73,3 @@ # cli-argv-util

```
See the **TypeScript Declarations** at the top of [cli-argv-util.ts](cli-argv-util.ts) for documentation.
See the **TypeScript Declarations** at the top of [cli-argv-util.ts](src/cli-argv-util.ts) for documentation.

@@ -76,0 +76,0 @@ <br>