Comparing version 2.0.6 to 2.0.7
@@ -5,3 +5,6 @@ "use strict"; | ||
try { | ||
debug = require('debug')('cli-flags'); | ||
if (process.env.CLI_FLAGS_DEBUG !== '1') | ||
debug = () => { }; | ||
else | ||
debug = require('debug')('cli-flags'); | ||
} | ||
@@ -8,0 +11,0 @@ catch (err) { |
{ | ||
"name": "cli-flags", | ||
"description": "basic CLI flag parser", | ||
"version": "2.0.6", | ||
"version": "2.0.7", | ||
"author": "Jeff Dickey", | ||
@@ -14,3 +14,3 @@ "bugs": "https://github.com/heroku/cli-flags/issues", | ||
"@types/chalk": "2.2.0", | ||
"@types/jest": "^21.1.9", | ||
"@types/jest": "^22.0.0", | ||
"@types/lodash": "^4.14.91", | ||
@@ -25,3 +25,2 @@ "@types/node": "^8.5.2", | ||
"prettier": "^1.9.2", | ||
"remap-istanbul": "^0.9.5", | ||
"ts-jest": "^22.0.0", | ||
@@ -47,7 +46,6 @@ "ts-node": "^4.1.0", | ||
"scripts": { | ||
"coverage": "cat coverage/coverage-final.json | remap-istanbul -o coverage/coverage-final.json && curl -s https://codecov.io/bash | bash", | ||
"posttest": "tslint -p .", | ||
"precommit": "lint-staged", | ||
"prepare": "del lib && tsc && del 'lib/**/*.test.js' 'lib/**/*.test.d.ts'", | ||
"pretest": "tsc --sourcemap", | ||
"pretest": "tsc", | ||
"test": "jest" | ||
@@ -54,0 +52,0 @@ }, |
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
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
16
622
22636
3