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.2.2 to 2.2.3

11

CHANGELOG.md

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

## [2.2.3](https://github.com/ionic-team/ionic-cli/compare/@ionic/cli-framework-output@2.2.2...@ionic/cli-framework-output@2.2.3) (2022-03-04)
### Bug Fixes
* correct time unit ([#4796](https://github.com/ionic-team/ionic-cli/issues/4796)) ([8f79cf2](https://github.com/ionic-team/ionic-cli/commit/8f79cf2069ff0b59a076ae9112fcef2dd84f8dc2))
## [2.2.2](https://github.com/ionic-team/ionic-cli/compare/@ionic/cli-framework-output@2.2.1...@ionic/cli-framework-output@2.2.2) (2020-09-29)

@@ -8,0 +19,0 @@

2

dist/utils.js

@@ -28,3 +28,3 @@ "use strict";

exports.dropWhile = dropWhile;
const TIME_UNITS = ['s', 'ms', 'μp'];
const TIME_UNITS = ['s', 'ms', 'μs'];
function formatHrTime(hrtime) {

@@ -31,0 +31,0 @@ let time = hrtime[0] + hrtime[1] / 1e9;

{
"name": "@ionic/cli-framework-output",
"version": "2.2.2",
"version": "2.2.3",
"description": "The log/tasks/spinners portion of Ionic CLI Framework",

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

},
"gitHead": "85097593e45837e1a0bdef8f3e20a5f44f6cd1e6"
"gitHead": "441df17dbec23611801945278c0c98ca58ca7d06"
}
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