Socket
Socket
Sign inDemoInstall

@calebmer/extract-text-webpack-plugin

Package Overview
Dependencies
293
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.0.1 to 4.0.2

4

dist/loader.js

@@ -163,5 +163,3 @@ 'use strict';

if (text.locals && typeof resultSource !== 'undefined') {
Object.keys(text.locals).forEach(local => {
resultSource += `\nexport const ${local} = ${JSON.stringify(text.locals[local])};`;
});
resultSource += `\nexport default ${JSON.stringify(text.locals)};`;
}

@@ -168,0 +166,0 @@ } catch (e) {

{
"name": "@calebmer/extract-text-webpack-plugin",
"version": "4.0.1",
"version": "4.0.2",
"description": "Extract text from bundle into a file.",

@@ -5,0 +5,0 @@ "license": "MIT",

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc