webpack-dev-middleware
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -158,2 +158,7 @@ /* | ||
}; | ||
webpackDevMiddleware.close = function(callback) { | ||
callback = callback || function(){}; | ||
if(watching) watching.close(callback); | ||
else callback(); | ||
}; | ||
@@ -160,0 +165,0 @@ webpackDevMiddleware.fileSystem = fs; |
{ | ||
"name": "webpack-dev-middleware", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"author": "Tobias Koppers @sokra", | ||
@@ -23,3 +23,7 @@ "description": "Offers a dev middleware for webpack, which arguments a live bundle to a directory", | ||
"homepage": "http://github.com/webpack/webpack-dev-middleware", | ||
"main": "middleware.js" | ||
} | ||
"main": "middleware.js", | ||
"repository": { | ||
"type": "git", | ||
"url" : "https://github.com/webpack/webpack-dev-middleware.git" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
7161
146
0