Socket
Socket
Sign inDemoInstall

@ionic/cli-framework

Package Overview
Dependencies
Maintainers
20
Versions
203
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ionic/cli-framework - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1

8

CHANGELOG.md

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

## 4.0.1 (2020-02-03)
**Note:** Version bump only for package @ionic/cli-framework
# [4.0.0](https://github.com/ionic-team/ionic-cli/compare/@ionic/cli-framework@3.0.6...@ionic/cli-framework@4.0.0) (2020-01-25)

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

8

lib/help.js

@@ -102,3 +102,5 @@ "use strict";

if (!this._fullName) {
this._fullName = this.location.path.map(([p]) => p).join(' ');
const parts = await utils_array_1.map(this.location.path.slice(0, this.location.path.length - 1), async ([, cmd]) => (await cmd.getMetadata()).name);
const name = (await this.getNamespaceMetadata()).name;
this._fullName = [...parts, name].join(' ');
}

@@ -287,3 +289,5 @@ return this._fullName;

if (!this._fullName) {
this._fullName = this.location.path.map(([p]) => p).join(' ');
const parts = await utils_array_1.map(this.location.path.slice(0, this.location.path.length - 1), async ([, cmd]) => (await cmd.getMetadata()).name);
const name = (await this.getCommandMetadata()).name;
this._fullName = [...parts, name].join(' ');
}

@@ -290,0 +294,0 @@ return this._fullName;

{
"name": "@ionic/cli-framework",
"version": "4.0.0",
"version": "4.0.1",
"description": "The foundation framework of the Ionic CLI",

@@ -22,9 +22,9 @@ "homepage": "https://ionicframework.com/",

"dependencies": {
"@ionic/utils-array": "2.0.0",
"@ionic/utils-fs": "3.0.0",
"@ionic/utils-object": "2.0.0",
"@ionic/utils-process": "2.0.0",
"@ionic/utils-stream": "3.0.0",
"@ionic/utils-subprocess": "2.0.0",
"@ionic/utils-terminal": "2.0.0",
"@ionic/utils-array": "2.0.1",
"@ionic/utils-fs": "3.0.1",
"@ionic/utils-object": "2.0.1",
"@ionic/utils-process": "2.0.1",
"@ionic/utils-stream": "3.0.1",
"@ionic/utils-subprocess": "2.0.1",
"@ionic/utils-terminal": "2.0.1",
"chalk": "^3.0.0",

@@ -46,3 +46,3 @@ "debug": "^4.0.0",

"@types/debug": "^4.1.1",
"@types/jest": "^24.0.3",
"@types/jest": "^25.1.0",
"@types/lodash": "^4.14.104",

@@ -56,3 +56,3 @@ "@types/minimist": "^1.2.0",

"jest": "^25.1.0",
"jest-cli": "^24.1.0",
"jest-cli": "^25.1.0",
"lint-staged": "^10.0.2",

@@ -63,3 +63,3 @@ "ts-jest": "^25.0.0",

},
"gitHead": "4aba37d59d98f108663348fe7eead12c6d19d6ec"
"gitHead": "48552084811371e6f8cbe6e118b549283739b0df"
}
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