New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

fis3-parser-umu-i18n

Package Overview
Dependencies
Maintainers
3
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.0.8 to 0.0.9

.npminstall.done

3

index.js

@@ -36,2 +36,3 @@ /**

var I18N_DIR = conf.projectDir || PROJECT_DIR;
var CONTEXT = conf.context || {};
var data = {};

@@ -56,3 +57,3 @@ if (!Array.isArray(I18N_FOLDER)) {

}
return data;
return extend(data, CONTEXT);
};

@@ -59,0 +60,0 @@

@@ -5,3 +5,3 @@ {

},
"description": "配合i18n-analyzer 对__lang ,__html, __option做预处理(修复监控时配置错误bug)",
"description": "配合i18n-analyzer 对__lang ,__html, __option做预处理(修复监控时配置错误bug), 增加context",
"devDependencies": {},

@@ -15,3 +15,3 @@ "keywords": [

"scripts": {},
"version": "0.0.8"
}
"version": "0.0.9"
}
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