Socket
Socket
Sign inDemoInstall

fis3-parser-react-i18n

Package Overview
Dependencies
34
Maintainers
2
Versions
43
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.4 to 1.0.5

2

index.js

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

var ig = ignore().add(ignoreList);
if (ig.ignores(relativePath) || !included) {
if (ig.ignores(relativePath) && !included) {
return content;

@@ -86,0 +86,0 @@ }

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

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

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