@ionic/utils-terminal
Advanced tools
Comparing version 2.2.0 to 2.2.1
@@ -6,2 +6,10 @@ # Change Log | ||
## [2.2.1](https://github.com/ionic-team/ionic-cli/compare/@ionic/utils-terminal@2.2.0...@ionic/utils-terminal@2.2.1) (2020-08-28) | ||
**Note:** Version bump only for package @ionic/utils-terminal | ||
# [2.2.0](https://github.com/ionic-team/ionic-cli/compare/@ionic/utils-terminal@2.1.4...@ionic/utils-terminal@2.2.0) (2020-08-27) | ||
@@ -8,0 +16,0 @@ |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.EscapeCode = void 0; | ||
const ESC = '\u001B['; | ||
@@ -4,0 +5,0 @@ /** |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.Cursor = void 0; | ||
const onExit = require("signal-exit"); | ||
@@ -4,0 +5,0 @@ const ansi_1 = require("./ansi"); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.TERMINAL_INFO = exports.CI_ENVIRONMENT_VARIABLES_DETECTED = exports.CI_ENVIRONMENT_VARIABLES = void 0; | ||
const Debug = require("debug"); | ||
@@ -4,0 +5,0 @@ const os = require("os"); |
{ | ||
"name": "@ionic/utils-terminal", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"description": "Terminal utils for NodeJS", | ||
@@ -27,3 +27,3 @@ "main": "dist/index.js", | ||
"clean": "rimraf dist", | ||
"lint": "tslint --project tsconfig.json", | ||
"lint": "true", | ||
"build": "npm run clean && tsc", | ||
@@ -36,3 +36,3 @@ "watch": "tsc -w --preserveWatchOutput", | ||
"debug": "^4.0.0", | ||
"tslib": "1.11.2" | ||
"tslib": "^2.0.1" | ||
}, | ||
@@ -43,11 +43,10 @@ "devDependencies": { | ||
"@types/node": "~10.17.13", | ||
"jest": "^25.1.0", | ||
"jest": "^26.4.2", | ||
"jest-cli": "^26.0.1", | ||
"lint-staged": "^10.0.2", | ||
"rimraf": "^3.0.0", | ||
"ts-jest": "~26.2.0", | ||
"tslint": "^5.9.1", | ||
"typescript": "~3.8.2" | ||
"ts-jest": "~26.3.0", | ||
"typescript": "~4.0.2" | ||
}, | ||
"gitHead": "f6712a9508b37de0a8e202072bb14d75ee81c8bf" | ||
"gitHead": "f85e6db0eba47c8d97181b52d69c687c100f93fb" | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
13191
9
172
0
+ Addedtslib@2.8.1(transitive)
- Removedtslib@1.11.2(transitive)
Updatedtslib@^2.0.1