New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@ionic/cli-plugin-gulp

Package Overview
Dependencies
Maintainers
12
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 1.1.0-pro.f7ffd63d to 1.1.0

11

CHANGELOG.md

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

<a name="1.1.0"></a>
# [1.1.0](https://github.com/ionic-team/ionic-cli/compare/@ionic/cli-plugin-gulp@1.0.2...@ionic/cli-plugin-gulp@1.1.0) (2017-07-27)
### Features
* ionic pro ([36dc2f7](https://github.com/ionic-team/ionic-cli/commit/36dc2f7))
<a name="1.0.2"></a>

@@ -8,0 +19,0 @@ ## [1.0.2](https://github.com/ionic-team/ionic-cli/compare/@ionic/cli-plugin-gulp@1.0.1...@ionic/cli-plugin-gulp@1.0.2) (2017-07-11)

4

dist/index.js

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

exports.name = '@ionic/cli-plugin-gulp';
exports.version = '1.1.0-pro.f7ffd63d';
exports.version = '1.1.0';
const BUILD_BEFORE_HOOK = 'build:before';

@@ -41,3 +41,3 @@ const BUILD_BEFORE_TASK = `ionic:${BUILD_BEFORE_HOOK}`;

try {
const gulpFile = require(gulpFilePath);
require(gulpFilePath); // requiring the gulp file sets up the gulp instance with local gulp task definitions
}

@@ -44,0 +44,0 @@ catch (e) {

{
"name": "@ionic/cli-plugin-gulp",
"version": "1.1.0-pro.f7ffd63d",
"version": "1.1.0",
"description": "Ionic CLI plugin for subscribing to CLI hooks with gulp",

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

"clean": "rm -rf ./dist",
"lint": "tslint -c ../../tslint.json \"src/**/*.ts\"",
"lint": "tslint --config ../../tslint.js --project tsconfig.json --type-check",
"build": "npm run clean && npm run build-ts && npm run build-js",

@@ -47,3 +47,3 @@ "build-ts": "tsc",

"dependencies": {
"@ionic/cli-utils": "1.6.0-pro.f7ffd63d",
"@ionic/cli-utils": "1.6.0",
"chalk": "^2.0.0",

@@ -53,3 +53,3 @@ "tslib": "^1.7.1"

"devDependencies": {
"@ionic/cli-scripts": "0.3.0-pro.f7ffd63d",
"@ionic/cli-scripts": "0.3.0",
"@types/chalk": "^0.4.31",

@@ -56,0 +56,0 @@ "@types/gulp": "4.0.3"

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