Socket
Socket
Sign inDemoInstall

grunt-webpack

Package Overview
Dependencies
Maintainers
1
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-webpack - npm Package Compare versions

Comparing version 0.9.3 to 0.9.4

2

package.json
{
"name": "grunt-webpack",
"description": "Use webpack with grunt.",
"version": "0.9.3",
"version": "0.9.4",
"homepage": "https://github.com/webpack/grunt-webpack",

@@ -6,0 +6,0 @@ "author": {

@@ -30,3 +30,6 @@ /*

grunt.config([this.name, "options"]),
this.data
this.data,
function(a, b) {
return grunt.util._.isArray(a) && grunt.util._.isArray(b) ? a.concat(b) : undefined;
}
);

@@ -33,0 +36,0 @@ options.context = path.resolve(process.cwd(), options.context);

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