Socket
Socket
Sign inDemoInstall

@ionic/cli-framework-prompts

Package Overview
Dependencies
Maintainers
23
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 2.1.5 to 2.1.6

8

CHANGELOG.md

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

## [2.1.6](https://github.com/ionic-team/ionic-cli/compare/@ionic/cli-framework-prompts@2.1.5...@ionic/cli-framework-prompts@2.1.6) (2020-08-28)
**Note:** Version bump only for package @ionic/cli-framework-prompts
## [2.1.5](https://github.com/ionic-team/ionic-cli/compare/@ionic/cli-framework-prompts@2.1.4...@ionic/cli-framework-prompts@2.1.5) (2020-08-27)

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

1

dist/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.createPromptChoiceSeparator = exports.createPromptModule = void 0;
const utils_terminal_1 = require("@ionic/utils-terminal");

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

17

package.json
{
"name": "@ionic/cli-framework-prompts",
"version": "2.1.5",
"version": "2.1.6",
"description": "The interactive prompts 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,6 +28,6 @@ "watch": "tsc -w --preserveWatchOutput",

"dependencies": {
"@ionic/utils-terminal": "2.2.0",
"@ionic/utils-terminal": "2.2.1",
"debug": "^4.0.0",
"inquirer": "^7.0.0",
"tslib": "1.11.2"
"tslib": "^2.0.1"
},

@@ -39,10 +39,9 @@ "devDependencies": {

"@types/node": "~10.17.13",
"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": "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