Socket
Socket
Sign inDemoInstall

extract-text-webpack-plugin

Package Overview
Dependencies
206
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.3 to 0.2.4

8

loader.js

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

} else {
var resultSource = "// text extracted by extract-text-webpack-plugin\n" +
"module.exports=\"\";";
var resultSource = undefined;
}

@@ -84,3 +83,6 @@

}
callback(null, resultSource);
if(resultSource)
callback(null, resultSource);
else
callback();
}.bind(this));

@@ -87,0 +89,0 @@ } else {

{
"name": "extract-text-webpack-plugin",
"version": "0.2.3",
"version": "0.2.4",
"author": "Tobias Koppers @sokra",

@@ -5,0 +5,0 @@ "description": "Extract text from bundle into a file.",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc