Socket
Socket
Sign inDemoInstall

fis3-parser-react-i18n

Package Overview
Dependencies
34
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.9 to 0.0.10

4

index.js

@@ -167,3 +167,3 @@ var parse = require('@babel/parser').parse;

.toString()
.replace(/`/g, '')
.replace(/^`|`$/g, '')
.replace(/\$\{([\s\S]+?)\}/g, function () {

@@ -204,3 +204,3 @@ var agr = [];

if (zhExt.test(path.toString())) {
var value = path.node.value.toString().replace(/'|"/g, '');
var value = path.node.value.toString();
var id = hash(value);

@@ -207,0 +207,0 @@ if (noLocale(value, id, relativePath)) {

{
"name": "fis3-parser-react-i18n",
"version": "0.0.9",
"version": "0.0.10",
"description": "fis3处理react国际化插件",

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

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