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

@electric-eloquence/gulp

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@electric-eloquence/gulp - npm Package Compare versions

Comparing version 3.9.12 to 3.9.13

lib/orchestrator/index.js

3

CHANGELOG.md
# gulp changelog
### 3.9.13
* Updated internal run-sequence (gulp.runSeq) to run in Node 13
### 3.9.12

@@ -4,0 +7,0 @@ * Nested dependencies downgraded to avoid redundant npm downloads

2

index.js
'use strict';
var util = require('util');
var Orchestrator = require('orchestrator');
var Orchestrator = require('./lib/orchestrator');
var runSequence = require('./lib/run-sequence');

@@ -6,0 +6,0 @@ var vfs = require('@electric-eloquence/vinyl-fs');

{
"name": "@electric-eloquence/gulp",
"description": "The streaming build system",
"version": "3.9.12",
"version": "3.9.13",
"homepage": "https://github.com/electric-eloquence/gulp",

@@ -39,5 +39,6 @@ "repository": {

"@electric-eloquence/chokidar": "^1.7.10",
"@electric-eloquence/vinyl-fs": "^3.0.6",
"@electric-eloquence/vinyl-fs": "^3.0.7",
"archy": "^1.0.0",
"chalk": "1.1.3",
"end-of-stream": "^1.4.4",
"fancy-log": "^1.3.3",

@@ -50,6 +51,7 @@ "fined": "^1.2.0",

"object.map": "^1.0.1",
"orchestrator": "^0.3.8",
"plugin-error": "0.1.2",
"pretty-hrtime": "^1.0.3",
"resolve": "^1.12.0",
"run-sequence": "^2.2.1",
"sequencify": "0.0.7",
"stream-consume": "0.1.1",
"tildify": "^2.0.0",

@@ -62,4 +64,4 @@ "v8flags": "^3.1.3"

"mkdirp": "^0.5.0",
"mocha": "6.x",
"nyc": "14.x",
"mocha": "7.x",
"nyc": "15.x",
"rimraf": "^2.7.1",

@@ -75,6 +77,3 @@ "should": "13.x",

},
"engines": {
"node": ">=8.16.0"
},
"license": "MIT"
}

@@ -9,3 +9,2 @@ # gulp 3 lts

[![Coverage Status][coveralls-image]][coveralls-url]
![Node Version][node-version-image]
[![License][license-image]][license-url]

@@ -26,4 +25,4 @@

* Latest version (without Git):
* `npm install https://github.com/electric-eloquence/gulp/tarball/v3-lts@3.9.12`
* Or add `"gulp": "https://github.com/electric-eloquence/gulp/tarball/v3-lts@3.9.12"`
* `npm install https://github.com/electric-eloquence/gulp/tarball/v3-lts@3.9.13`
* Or add `"gulp": "https://github.com/electric-eloquence/gulp/tarball/v3-lts@3.9.13"`
as a dependency in package.json.

@@ -33,5 +32,5 @@ * Latest version (with Git):

* Specific version (with Git):
* `npm install electric-eloquence/gulp#3.9.12`
* `npm install electric-eloquence/gulp#3.9.13`
* Semver range (with Git):
* `npm install electric-eloquence/gulp#semver:^3.9.12`
* `npm install electric-eloquence/gulp#semver:^3.9.13`
* When installed one of these ways, other packages depending on gulp will get

@@ -151,5 +150,3 @@ gulp 3 with long-term support.

[node-version-image]: https://img.shields.io/node/v/@electric-eloquence/gulp.svg
[license-image]: https://img.shields.io/github/license/electric-eloquence/gulp.svg
[license-url]: https://raw.githubusercontent.com/electric-eloquence/gulp/v3-lts/LICENSE
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