Socket
Socket
Sign inDemoInstall

fis3-parser-react-i18n

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fis3-parser-react-i18n - npm Package Compare versions

Comparing version 0.0.0-alpha.10 to 0.0.0-alpha.11

4

index.js

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

});
return "{{$".concat(i_1, "}}");
return "{{@".concat(i_1, "}}");
});

@@ -131,3 +131,3 @@ var id = hash(value);

t.objectExpression(node.expressions.map(function (item, index) {
return t.objectProperty(t.stringLiteral("$".concat(index + 1)), item);
return t.objectProperty(t.stringLiteral("@".concat(index + 1)), item);
}))

@@ -134,0 +134,0 @@ ]));

{
"name": "fis3-parser-react-i18n",
"version": "0.0.0-alpha.10",
"version": "0.0.0-alpha.11",
"description": "fis3处理react国际化插件",

@@ -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