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

localized-strings

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

localized-strings - npm Package Compare versions

Comparing version 0.2.3 to 0.2.4

4

lib/LocalizedStrings.js

@@ -55,5 +55,7 @@ "use strict";

//Compatibility fix with previous version
// Compatibility fix with previous version
if (typeof options === "function") {
/* eslint-disable no-param-reassign */
options = { customLanguageInterface: options };
/* eslint-enable */
}

@@ -60,0 +62,0 @@ this._opts = _extends({}, {

{
"name": "localized-strings",
"version": "0.2.3",
"version": "0.2.4",
"description": "Simple module to localize the strings of any JS based program using the same syntax used in the ReactLocalization and ReactNativeLocalization module, use 'npm run build' before publishing",

@@ -5,0 +5,0 @@ "scripts": {

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