Socket
Socket
Sign inDemoInstall

cli-argv-util

Package Overview
Dependencies
0
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

2

dist/cli-argv-util.d.ts

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

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

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

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

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

@@ -3,0 +3,0 @@ const cliArgvUtil = {

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

@@ -62,3 +62,3 @@ "license": "MIT",

"build": [
"rimraf build dist **/.DS_Store",
"rimraf build dist",
"jshint . --exclude-path .gitignore",

@@ -77,15 +77,15 @@ "eslint --max-warnings 0 . --ext .ts",

"devDependencies": {
"@types/node": "~18.13",
"@typescript-eslint/eslint-plugin": "~5.52",
"@typescript-eslint/parser": "~5.52",
"@types/node": "~18.15",
"@typescript-eslint/eslint-plugin": "~5.56",
"@typescript-eslint/parser": "~5.56",
"add-dist-header": "~1.0",
"assert-deep-strict-equal": "~1.0",
"copy-file-util": "~0.1",
"eslint": "~8.34",
"copy-file-util": "~1.0",
"eslint": "~8.36",
"jshint": "~2.13",
"mocha": "~10.2",
"rimraf": "3",
"run-scripts-util": "~0.1",
"typescript": "~4.9"
"rimraf": "~4.4",
"run-scripts-util": "~1.0",
"typescript": "~5.0"
}
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc