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.5.0 to 0.6.0

3

loader.js

@@ -104,2 +104,5 @@ /*

this[__dirname](text, query);
if(text.placeholders && typeof resultSource !== "undefined") {
resultSource += "\nmodule.exports = " + JSON.stringify(text.placeholders) + ";";
}
} catch(e) {

@@ -106,0 +109,0 @@ return callback(e);

2

package.json
{
"name": "extract-text-webpack-plugin",
"version": "0.5.0",
"version": "0.6.0",
"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