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

i18n-lookup

Package Overview
Dependencies
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

i18n-lookup - npm Package Compare versions

Comparing version 0.1.0 to 1.0.0

4

lib/i18n-lookup.js

@@ -26,5 +26,3 @@ 'use strict';

if (!message && t(token) !== token) {
try {
message = compiler(t(token), context || {});
} catch (e) {}
message = compiler(t(token), context || {});
}

@@ -31,0 +29,0 @@ return message;

{
"name": "i18n-lookup",
"version": "0.1.0",
"version": "1.0.0",
"description": "Utility node module for doing lookups from translation documents",

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