Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@ionic/utils-terminal

Package Overview
Dependencies
Maintainers
23
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ionic/utils-terminal - npm Package Compare versions

Comparing version 2.2.0 to 2.2.1

8

CHANGELOG.md

@@ -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 @@

1

dist/ansi.js
"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");

15

package.json
{
"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"
}
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