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 2.5.3 to 2.6.0

es/index.js

8

lib/index.js

@@ -11,3 +11,3 @@ /*

var intl = _interopDefault(require('intl'));
require('intl');
var React = _interopDefault(require('react'));

@@ -336,3 +336,5 @@ var IntlMessageFormat = _interopDefault(require('intl-messageformat'));

module.exports = new ReactIntlUniversal();
module.exports.ReactIntlUniversal = ReactIntlUniversal;
var defaultInstance = new ReactIntlUniversal();
defaultInstance.ReactIntlUniversal = ReactIntlUniversal;
module.exports = defaultInstance;
{
"name": "react-intl-universal",
"version": "2.5.3",
"version": "2.6.0",
"description": "Internationalize React apps. Not only for React.Component but also for Vanilla JS.",

@@ -19,2 +19,8 @@ "keywords": [

"main": "./lib/index.js",
"exports": {
".": {
"import": "./es/index.js",
"require": "./lib/index.js"
}
},
"scripts": {

@@ -21,0 +27,0 @@ "test": "jest --coverage",

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