cli-argument-parser
Advanced tools
Comparing version 0.4.5 to 0.4.6
{ | ||
"name": "cli-argument-parser", | ||
"version": "0.4.5", | ||
"version": "0.4.6", | ||
"description": "A package containing relevant CLI actions", | ||
@@ -29,12 +29,12 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"@types/chai": "^4.2.11", | ||
"@types/chai": "4.2.21", | ||
"@types/file-exists": "4.0.0", | ||
"@types/mocha": "^8.0.0", | ||
"@types/node": "^14.11.8", | ||
"chai": "^4.2.0", | ||
"mocha": "^8.1.3", | ||
"npm-package-deployer": "^0.5.5", | ||
"ts-node": "^9.0.0", | ||
"typescript": "^4.0.3" | ||
"@types/mocha": "8.0.0", | ||
"@types/node": "16.4.10", | ||
"chai": "4.2.0", | ||
"mocha": "9.0.3", | ||
"npm-package-deployer": "0.8.0", | ||
"ts-node": "9.0.0", | ||
"typescript": "4.3.5" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8502