Socket
Socket
Sign inDemoInstall

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.5.1 to 0.5.2

4

index.js

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

var newPath = pathToBin + path.delimiter + process.env[pathName]
options.env = _.extend(process.env, _.object([[pathName, newPath]]), options.env)
options.env = _.extend(process.env, _.fromPairs([[pathName, newPath]]), options.env)

@@ -53,3 +53,3 @@ return options

env: options.env,
cwd: options.cwd,
cwd: gutil.template(options.cwd, context),
maxBuffer: options.maxBuffer,

@@ -56,0 +56,0 @@ timeout: options.timeout

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

@@ -29,3 +29,3 @@ "main": "index.js",

"coveralls": "~2.11.4",
"eslint": "~1.7.3",
"eslint": "~1.10.3",
"gulp": "~3.9.0",

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

"dependencies": {
"async": "~1.5.0",
"gulp-util": "~3.0.7",
"lodash": "~3.10.1",
"through2": "~2.0.0"
"async": "^1.5.0",
"gulp-util": "^3.0.7",
"lodash": "^4.0.0",
"through2": "^2.0.0"
}
}

@@ -125,4 +125,6 @@ # gulp-shell

Sets the current working directory for the command.
Sets the current working directory for the command. This can be a [template][] which can be interpolated by some [file][] info (e.g. `file.path`).
[template]: http://lodash.com/docs#template
#### options.templateData

@@ -129,0 +131,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