New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

webpack-extract-translation-keys-plugin

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webpack-extract-translation-keys-plugin - npm Package Compare versions

Comparing version 2.0.3 to 2.0.4

2

index.js

@@ -72,3 +72,3 @@ /*!

// This replaces the original string with the new string
var dep = new ConstDependency(JSON.stringify(value), expr.arguments[0].range);
var dep = new ConstDependency(JSON.stringify(keys[key]), expr.arguments[0].range);
dep.loc = expr.arguments[0].loc;

@@ -75,0 +75,0 @@ this.state.current.addDependency(dep);

{
"name": "webpack-extract-translation-keys-plugin",
"version": "2.0.3",
"version": "2.0.4",
"description": "Webpack plugin to extract list of used translation keys from included modules.",

@@ -5,0 +5,0 @@ "main": "index.js",

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