Socket
Socket
Sign inDemoInstall

i18next-scanner

Package Overview
Dependencies
15
Maintainers
1
Versions
92
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.4.5 to 2.4.6

lib/match-recursive-regexp.js

5

lib/parser.js

@@ -543,2 +543,4 @@ 'use strict';

opts = {};
} else if (_lodash2.default.isFunction(customHandler)) {
setter = customHandler;
}

@@ -583,2 +585,5 @@

}
if (node.content && node.content.childNodes) {
walk(node.content.childNodes);
}
});

@@ -585,0 +590,0 @@ };

2

package.json
{
"name": "i18next-scanner",
"version": "2.4.5",
"version": "2.4.6",
"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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc