Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

i18n-translate

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

i18n-translate - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

2

package.json

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

"preferGlobal": true,
"version": "1.0.6",
"version": "1.0.7",
"private": false,

@@ -8,0 +8,0 @@ "author": "Thomas Brüggemann",

@@ -174,2 +174,10 @@ var fs = require("fs");

// spice up error message
if (err) {
err = {
"file": file,
"error": err
};
}
return callback(err, notTranslated);

@@ -176,0 +184,0 @@ });

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