Socket
Socket
Sign inDemoInstall

@ionic/cli-framework-output

Package Overview
Dependencies
Maintainers
23
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ionic/cli-framework-output - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [2.0.2](https://github.com/ionic-team/ionic-cli/compare/@ionic/cli-framework-output@2.0.1...@ionic/cli-framework-output@2.0.2) (2020-08-28)
**Note:** Version bump only for package @ionic/cli-framework-output
## [2.0.1](https://github.com/ionic-team/ionic-cli/compare/@ionic/cli-framework-output@2.0.0...@ionic/cli-framework-output@2.0.1) (2020-08-27)

@@ -8,0 +16,0 @@

1

dist/colors.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.NO_COLORS = void 0;
const utils_1 = require("./utils");

@@ -4,0 +5,0 @@ exports.NO_COLORS = Object.freeze({

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.wordWrap = exports.indent = exports.TTY_WIDTH = exports.stripAnsi = exports.stringWidth = exports.sliceAnsi = void 0;
const sliceAnsi = require("slice-ansi");

@@ -4,0 +5,0 @@ exports.sliceAnsi = sliceAnsi;

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.createPrefixedFormatter = exports.createTaggedFormatter = exports.Logger = exports.DEFAULT_LOGGER_HANDLERS = exports.StreamHandler = exports.getLoggerLevelColor = exports.getLoggerLevelName = exports.LOGGER_LEVEL_NAMES = exports.LOGGER_LEVELS = void 0;
const stream_1 = require("stream");

@@ -4,0 +5,0 @@ const util = require("util");

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.TTYOutputRedrawer = exports.TTYOutputStrategy = exports.StreamOutputStrategy = void 0;
const utils_terminal_1 = require("@ionic/utils-terminal");

@@ -4,0 +5,0 @@ const colors_1 = require("./colors");

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.TaskChain = exports.Task = exports.Spinner = exports.ICON_FAILURE = exports.ICON_SUCCESS = void 0;
const events_1 = require("events");

@@ -4,0 +5,0 @@ const isWindows = process.platform === 'win32';

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.formatHrTime = exports.dropWhile = exports.enforceLF = exports.identity = void 0;
function identity(v) {

@@ -4,0 +5,0 @@ return v;

19

package.json
{
"name": "@ionic/cli-framework-output",
"version": "2.0.1",
"version": "2.0.2",
"description": "The log/tasks/spinners portion of Ionic CLI Framework",

@@ -19,3 +19,3 @@ "homepage": "https://ionicframework.com/",

"clean": "rimraf dist",
"lint": "tslint --project tsconfig.json",
"lint": "true",
"build": "npm run clean && tsc",

@@ -28,3 +28,3 @@ "watch": "tsc -w --preserveWatchOutput",

"dependencies": {
"@ionic/utils-terminal": "2.2.0",
"@ionic/utils-terminal": "2.2.1",
"debug": "^4.0.0",

@@ -35,7 +35,7 @@ "signal-exit": "^3.0.3",

"strip-ansi": "^6.0.0",
"tslib": "1.11.2",
"tslib": "^2.0.1",
"wrap-ansi": "^7.0.0"
},
"devDependencies": {
"@ionic/utils-stream": "3.1.4",
"@ionic/utils-stream": "3.1.5",
"@types/debug": "^4.1.1",

@@ -48,10 +48,9 @@ "@types/inquirer": "0.0.43",

"@types/wrap-ansi": "^3.0.0",
"jest": "^25.1.0",
"jest": "^26.4.2",
"jest-cli": "^26.0.1",
"lint-staged": "^10.0.2",
"ts-jest": "~26.2.0",
"tslint": "^5.9.1",
"typescript": "~3.8.2"
"ts-jest": "~26.3.0",
"typescript": "~4.0.2"
},
"gitHead": "f70bc47ad52809e7ceada53fc4d7beb3bb65f45e"
"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