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.0 to 0.9.1

2

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

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

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

process.cwd();
["filename", "chunkFilename", "namedChunkFilename", "publicPath", "jsonpFunction", "library"].forEach(function(attr) {
if(typeof options.output[attr] === "string")
options.output[attr] = grunt.template.process(options.output[attr]);
});
}

@@ -32,0 +36,0 @@

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