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

react-native-l20n

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-l20n - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

2

index.js

@@ -82,3 +82,3 @@ // L20n depends upon the ECMAScript Internationalization API,

.replace(/[ ]{2,}$/mg, '\n|')
.replace(/[ ]*\n\|[ ]*(?!$)/mg, ' ');
.replace(/([^=])[ ]*\n\|[ ]*(?!$)/mg, '$1');
};
{
"name": "react-native-l20n",
"version": "0.0.2",
"version": "0.0.3",
"description": "Mozilla's L20n localization framework for React Native",

@@ -5,0 +5,0 @@ "license": "MIT",

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