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

gulp-util

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-util - npm Package Compare versions

Comparing version 2.2.13 to 2.2.14

5

lib/env.js

@@ -1,1 +0,4 @@

module.exports = require('optimist').argv;
var parseArgs = require('minimist');
var argv = parseArgs(process.argv.slice(2));
module.exports = argv;

12

package.json
{
"name": "gulp-util",
"description": "Utility functions for gulp plugins",
"version": "2.2.13",
"version": "2.2.14",
"homepage": "http://github.com/wearefractal/gulp-util",

@@ -13,13 +13,13 @@ "repository": "git://github.com/wearefractal/gulp-util.git",

"lodash._reinterpolate": "~2.4.1",
"optimist": "~0.6.0",
"vinyl": "~0.2.1",
"through2": "~0.4.0",
"dateformat": "~1.0.7-1.2.3",
"multipipe": "~0.0.1"
"multipipe": "~0.0.1",
"minimist": "~0.0.5"
},
"devDependencies": {
"mocha": "~1.17.0",
"should": "~2.1.1",
"mocha-lcov-reporter": "0.0.1",
"coveralls": "~2.6.1",
"should": "~3.1.2",
"mocha-lcov-reporter": "~0.0.1",
"coveralls": "~2.7.0",
"istanbul": "~0.2.3",

@@ -26,0 +26,0 @@ "rimraf": "~2.2.5",

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