Socket
Socket
Sign inDemoInstall

webpack-dev-middleware

Package Overview
Dependencies
Maintainers
1
Versions
117
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webpack-dev-middleware - npm Package Compare versions

Comparing version 0.6.0 to 0.6.1

6

middleware.js

@@ -59,5 +59,7 @@ /*

// state webpack
// start webpack
var args = Array.prototype.slice.call(arguments);
args.push(function() {});
args.push(function(err) {
if(err) throw err;
});
webpack.apply(null, args);

@@ -64,0 +66,0 @@

{
"name": "webpack-dev-middleware",
"version": "0.6.0",
"version": "0.6.1",
"author": "Tobias Koppers @sokra",

@@ -5,0 +5,0 @@ "description": "Offers a dev middleware for webpack, which arguments a live bundle to a directory",

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