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.10.2 to 0.10.3

2

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

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

@@ -35,2 +35,5 @@ # grunt-webpack

// you may use it later in grunt i.e. <%= xyz.hash %>
failOnError: false, // don't report error to grunt if webpack find errors
// Use this if webpack errors are tolerable and grunt should continue
},

@@ -37,0 +40,0 @@ anotherName: {...}

@@ -28,3 +28,4 @@ /*

path: "."
}
},
failOnError: true
},

@@ -31,0 +32,0 @@ grunt.config([this.name, "options"]),

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