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 5.0.0 to 5.0.1

3

package.json
{
"name": "webpack-extract-translation-keys-plugin",
"version": "5.0.0",
"version": "5.0.1",
"description": "Webpack plugin to extract list of used translation keys from included modules.",

@@ -33,2 +33,3 @@ "main": "index.js",

"devDependencies": {
"@types/webpack": "^4.4.22",
"bondjs": "^1.2.2",

@@ -35,0 +36,0 @@ "eslint": "^5.2.0",

@@ -88,6 +88,6 @@ # Webpack Extract Translation Keys Plugin

In order to be able to map back to the original translation key, the plugin outputs mapping object with keys being mangle keys and the values being the original ones:
In order to be able to map back to the original translation key, the plugin outputs mapping object with keys being original keys and the values being the mangled ones:
```json
{" ": "translation-key-1", "!": "translation-key-2"}
{ "translation-key-1": " ", "translation-key-2": "!" }
```

@@ -94,0 +94,0 @@

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