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.1 to 1.1.0

2

dist/cli-argv-util.d.ts

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

//! cli-argv-util v1.0.1 ~~ https://github.com/center-key/cli-argv-util ~~ MIT License
//! cli-argv-util v1.1.0 ~~ 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.1 ~~ https://github.com/center-key/cli-argv-util ~~ MIT License
//! cli-argv-util v1.1.0 ~~ https://github.com/center-key/cli-argv-util ~~ MIT License

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

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

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

"module": "dist/cli-argv-util.js",
"main": "dist/cli-argv-util.umd.cjs",
"main": "dist/cli-argv-util.js",
"types": "dist/cli-argv-util.d.ts",

@@ -16,4 +16,3 @@ "files": [

".": {
"import": "./dist/cli-argv-util.js",
"require": "./dist/cli-argv-util.umd.cjs"
"import": "./dist/cli-argv-util.js"
},

@@ -63,9 +62,9 @@ "./": "./dist/"

"runScriptsConfig": {
"clean": [
"rimraf build dist"
],
"build": [
"rimraf build dist",
"jshint . --exclude-path .gitignore",
"eslint --max-warnings 0 . --ext .ts",
"tsc",
"tsc --module UMD --outDir build/umd",
"copy-file build/umd/cli-argv-util.js build/cli-argv-util.umd.cjs",
"add-dist-header build dist"

@@ -75,19 +74,19 @@ ]

"scripts": {
"pretest": "run-scripts build",
"pretest": "run-scripts clean build",
"test": "mocha spec/*.spec.js"
},
"devDependencies": {
"@types/node": "~18.15",
"@typescript-eslint/eslint-plugin": "~5.56",
"@typescript-eslint/parser": "~5.56",
"@types/node": "~20.3",
"@typescript-eslint/eslint-plugin": "~5.60",
"@typescript-eslint/parser": "~5.60",
"add-dist-header": "~1.0",
"assert-deep-strict-equal": "~1.0",
"copy-file-util": "~1.0",
"eslint": "~8.36",
"copy-file-util": "~1.1",
"eslint": "~8.43",
"jshint": "~2.13",
"mocha": "~10.2",
"rimraf": "~4.4",
"run-scripts-util": "~1.0",
"typescript": "~5.0"
"rimraf": "~5.0",
"run-scripts-util": "~1.1",
"typescript": "~5.1"
}
}
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