Socket
Socket
Sign inDemoInstall

extract-text-webpack-plugin

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

extract-text-webpack-plugin - npm Package Compare versions

Comparing version 0.3.6 to 0.3.7

4

index.js

@@ -105,3 +105,3 @@ /*

content: content,
options: opt
options: opt || {}
};

@@ -157,3 +157,3 @@ return options.allChunks || module.meta[__dirname + "/extract"];

var meta = module.meta && module.meta[__dirname];
if(meta) {
if(meta && (!meta.options.id || meta.options.id === id)) {
var wasExtracted = Array.isArray(meta.content);

@@ -160,0 +160,0 @@ if(shouldExtract !== wasExtracted) {

{
"name": "extract-text-webpack-plugin",
"version": "0.3.6",
"version": "0.3.7",
"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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc