Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gulp-shell

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-shell - npm Package Compare versions

Comparing version 0.4.2 to 0.4.3

2

index.js

@@ -27,3 +27,3 @@ var _ = require('lodash')

var pathToBin = path.join(process.cwd(), 'node_modules/.bin')
var pathToBin = path.join(process.cwd(), 'node_modules', '.bin')
var pathName = /^win/.test(process.platform) ? 'Path' : 'PATH'

@@ -30,0 +30,0 @@ var newPath = pathToBin + path.delimiter + process.env[pathName]

{
"name": "gulp-shell",
"version": "0.4.2",
"version": "0.4.3",
"description": "A handy command line interface for gulp",

@@ -27,5 +27,5 @@ "main": "index.js",

"devDependencies": {
"chai": "~2.3.0",
"chai": "~3.2.0",
"coveralls": "~2.11.2",
"eslint": "~0.22.1",
"eslint": "~1.3.0",
"gulp": "~3.9.0",

@@ -37,7 +37,7 @@ "istanbul": "~0.3.14",

"dependencies": {
"async": "~1.2.0",
"async": "~1.4.2",
"gulp-util": "~3.0.5",
"lodash": "~3.9.3",
"through2": "~0.6.5"
"lodash": "~3.10.1",
"through2": "~2.0.0"
}
}

Sorry, the diff of this file is not supported yet

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