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

react-intl-universal

Package Overview
Dependencies
Maintainers
1
Versions
138
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-intl-universal - npm Package Compare versions

Comparing version 1.3.1 to 1.3.2

10

lib/index.js

@@ -258,2 +258,12 @@ /*

// require(`intl/locale-data/jsonp/${lang}.js`);
// TODO rquired on demand
require("intl/locale-data/jsonp/en.js");
require("intl/locale-data/jsonp/zh.js");
require("intl/locale-data/jsonp/fr.js");
require("intl/locale-data/jsonp/ja.js");
require("intl/locale-data/jsonp/de.js");
require("intl/locale-data/jsonp/es.js");
require("intl/locale-data/jsonp/ko.js");
require("intl/locale-data/jsonp/pt.js");
require("intl/locale-data/jsonp/it.js");
resolve();

@@ -260,0 +270,0 @@ }

2

package.json
{
"name": "react-intl-universal",
"version": "1.3.1",
"version": "1.3.2",
"description": "Internationalize React apps. Not only for React.Component but also for Vanilla JS.",

@@ -5,0 +5,0 @@ "keywords": [

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