@heroku-cli/color
Advanced tools
Comparing version 1.1.1 to 1.1.2
{ | ||
"name": "@heroku-cli/color", | ||
"description": "base CLI command for cli-engine", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"author": "Jeff Dickey @jdxcode", | ||
@@ -14,17 +14,17 @@ "bugs": "https://github.com/heroku/heroku-cli-color/issues", | ||
"devDependencies": { | ||
"@cli-engine/util": "^1.0.13", | ||
"@heroku-cli/tslint": "^1.1.2", | ||
"@cli-engine/util": "^1.2.12", | ||
"@heroku-cli/tslint": "^1.1.4", | ||
"@types/ansi-styles": "2.0.30", | ||
"@types/chalk": "2.2.0", | ||
"@types/jest": "^22.0.1", | ||
"@types/node": "8.5.2", | ||
"@types/jest": "^22.1.1", | ||
"@types/node": "9.4.0", | ||
"@types/supports-color": "3.1.0", | ||
"del-cli": "1.1.0", | ||
"husky": "0.14.3", | ||
"jest": "^22.0.4", | ||
"lint-staged": "6.0.0", | ||
"prettier": "^1.9.2", | ||
"ts-jest": "^22.0.0", | ||
"tslint": "^5.8.0", | ||
"typescript": "2.6.2" | ||
"jest": "^22.1.4", | ||
"lint-staged": "6.1.0", | ||
"prettier": "^1.10.2", | ||
"ts-jest": "^22.0.2", | ||
"tslint": "^5.9.1", | ||
"typescript": "2.7.1" | ||
}, | ||
@@ -43,11 +43,10 @@ "engines": { | ||
"license": "ISC", | ||
"main": "lib/index.js", | ||
"main": "lib/color.js", | ||
"repository": "heroku/heroku-cli-color", | ||
"scripts": { | ||
"posttest": "cli-engine-util", | ||
"precommit": "cli-engine-util", | ||
"prepare": "cli-engine-util", | ||
"test": "jest" | ||
"test": "cli-engine-util" | ||
}, | ||
"types": "./lib/index.d.ts" | ||
"types": "./lib/color.d.ts" | ||
} |
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
3722
3