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.1.0 to 0.1.1

2

package.json
{
"name": "grunt-webpack",
"description": "Use modules-webpack with grunt.",
"version": "0.1.0",
"version": "0.1.1",
"homepage": "https://github.com/sokra/grunt-webpack",

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

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

}
if(stats.warnings)
stats.warnings.forEach(grunt.log.writeln.bind(grunt.log));
if(stats.errors)
stats.errors.forEach(grunt.warn);
if(statsTarget) {

@@ -29,0 +33,0 @@ var st;

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