You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@ionic/cli-plugin-ionic1

Package Overview
Dependencies
Maintainers
13
Versions
265
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ionic/cli-plugin-ionic1 - npm Package Compare versions

Comparing version

to
2.2.0-alpha.93effbfa

12

CHANGELOG.md

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

<a name="2.1.1"></a>
## [2.1.1](https://github.com/ionic-team/ionic-cli/compare/@ionic/cli-plugin-ionic1@2.1.0...@ionic/cli-plugin-ionic1@2.1.1) (2017-08-03)
### Bug Fixes
* **ionic1:** have --lab respect -b ([93bbc88](https://github.com/ionic-team/ionic-cli/commit/93bbc88))
* **serve:** allow binding of localhost ([e8a74d0](https://github.com/ionic-team/ionic-cli/commit/e8a74d0))
<a name="2.1.0"></a>

@@ -8,0 +20,0 @@ # [2.1.0](https://github.com/ionic-team/ionic-cli/compare/@ionic/cli-plugin-ionic1@2.0.1...@ionic/cli-plugin-ionic1@2.1.0) (2017-07-27)

2

dist/index.js

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

exports.name = '@ionic/cli-plugin-ionic1';
exports.version = '2.2.0-alpha.93bbc88d';
exports.version = '2.2.0-alpha.93effbfa';
function registerHooks(hooks) {

@@ -12,0 +12,0 @@ hooks.register(exports.name, 'command:docs', () => tslib_1.__awaiter(this, void 0, void 0, function* () {

{
"name": "@ionic/cli-plugin-ionic1",
"version": "2.2.0-alpha.93bbc88d",
"version": "2.2.0-alpha.93effbfa",
"description": "Ionic CLI build plugin for Ionic 1 projects",

@@ -17,3 +17,3 @@ "homepage": "https://ionic.io/",

"watch-js": "cross-env-shell IONIC_PREPUBLISH_PLUGIN_VERSION=${npm_package_version}-local \"npm run watch-js-chokidar\"",
"watch-js-chokidar": "chokidar --silent \"dist/**/*.js\" -c \"npm run build-js\"",
"watch-js-chokidar": "chokidar --silent \"dist/index.js\" -c \"npm run build-js\"",
"script-prepublish": "cli-scripts-prepublish cli-plugin-ionic1",

@@ -47,3 +47,3 @@ "test": "jest",

"dependencies": {
"@ionic/cli-utils": "1.7.0-alpha.93bbc88d",
"@ionic/cli-utils": "1.8.0-alpha.93effbfa",
"chalk": "^2.0.0",

@@ -58,3 +58,3 @@ "chokidar": "^1.7.0",

"devDependencies": {
"@ionic/cli-scripts": "0.4.0-alpha.93bbc88d",
"@ionic/cli-scripts": "0.4.0-alpha.93effbfa",
"@types/chalk": "^0.4.31",

@@ -61,0 +61,0 @@ "@types/chokidar": "^1.7.1",