Socket
Socket
Sign inDemoInstall

cli-ux

Package Overview
Dependencies
Maintainers
3
Versions
167
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cli-ux - npm Package Compare versions

Comparing version 2.0.15 to 2.0.16

40

package.json
{
"name": "cli-ux",
"description": "set of CLI output utilities",
"version": "2.0.15",
"version": "2.0.16",
"author": "Jeff Dickey",
"bugs": "https://github.com/jdxcode/cli-ux/issues",
"bugs": "https://github.com/heroku/cli-ux/issues",
"dependencies": {
"@heroku-cli/color": "^1.0.3",
"@heroku-cli/color": "^1.0.4",
"@heroku/linewrap": "^1.0.0",

@@ -32,6 +32,3 @@ "ansi-escapes": "^3.0.0",

"jest": "^22.0.4",
"lint-staged": "^6.0.0",
"prettier": "^1.9.2",
"remap-istanbul": "^0.9.5",
"rimraf": "^2.6.2",
"std-mocks": "^1.0.1",

@@ -42,19 +39,9 @@ "ts-jest": "^22.0.0",

},
"engines": {
"node": ">=6.0.0"
},
"files": [
"lib"
],
"homepage": "https://github.com/jdxcode/cli-ux",
"jest": {
"coverageReporters": [
"json"
],
"transform": {
"^.+\\.ts$": "<rootDir>/node_modules/ts-jest/preprocessor.js"
},
"testRegex": "\\.test\\.ts$",
"moduleFileExtensions": [
"js",
"ts"
]
},
"homepage": "https://github.com/heroku/cli-ux",
"keywords": [

@@ -64,16 +51,7 @@ "cli"

"license": "ISC",
"lint-staged": {
"**/*.ts": [
"prettier --write",
"git add",
"jest --bail --findRelatedTests"
]
},
"main": "./lib/index.js",
"repository": "jdxcode/cli-ux",
"repository": "heroku/cli-ux",
"scripts": {
"coverage": "cat coverage/coverage-final.json | remap-istanbul -o coverage/coverage-final.json && curl -s https://codecov.io/bash | bash",
"precommit": "lint-staged",
"prepare": "del lib && tsc",
"pretest": "tsc --sourcemap",
"pretest": "tsc",
"test": "jest"

@@ -80,0 +58,0 @@ },

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc