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
1
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.4 to 0.0.5

6

index.js

@@ -44,4 +44,6 @@ /**

var I18N_FILE_PATH = path.join(I18N_DIR, I18N_FOLDER.shift(), LANG + '.json');
file.cache.addDeps(I18N_FILE_PATH);
extend(data, JSON.parse(fs.readFileSync(I18N_FILE_PATH, 'utf8')));
if (fs.existsSync(I18N_FILE_PATH)) {
file.cache.addDeps(I18N_FILE_PATH);
extend(data, JSON.parse(fs.readFileSync(I18N_FILE_PATH, 'utf8')));
}
} catch (e) {

@@ -48,0 +50,0 @@ console.error(e.message);

{
"name": "fis3-parser-umu-i18n",
"version": "0.0.4",
"version": "0.0.5",
"description": "A i18n parser for fis3",

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