Socket
Socket
Sign inDemoInstall

i18next-scanner

Package Overview
Dependencies
16
Maintainers
1
Versions
91
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.6.4 to 2.6.5

6

lib/parser.js

@@ -509,2 +509,8 @@ 'use strict';

(0, _ensureArray2.default)(node.children).forEach(function (childNode) {
if (childNode.type === 'JSXElement') {
parseJSXElement(childNode);
}
});
if (node.openingElement.name.name !== component) {

@@ -511,0 +517,0 @@ return;

2

package.json
{
"name": "i18next-scanner",
"version": "2.6.4",
"version": "2.6.5",
"description": "Scan your code, extract translation keys/values, and merge them into i18n resource files.",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/i18next/i18next-scanner",

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