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

ra-i18n-polyglot

Package Overview
Dependencies
Maintainers
1
Versions
246
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ra-i18n-polyglot - npm Package Compare versions

Comparing version 3.1.1 to 3.1.2

6

package.json
{
"name": "ra-i18n-polyglot",
"version": "3.1.1",
"version": "3.1.2",
"description": "Polyglot i18n provider for react-admin",

@@ -29,3 +29,3 @@ "main": "lib/index.js",

"node-polyglot": "^2.2.2",
"ra-core": "^3.1.1"
"ra-core": "^3.1.2"
},

@@ -36,3 +36,3 @@ "devDependencies": {

},
"gitHead": "7cdac4db262d7e64f9529f25f9e2c01fc371d983"
"gitHead": "56b1d4096a5e68e442d29b1b7b12699d3bfc3f4b"
}

@@ -48,3 +48,3 @@ import Polyglot from 'node-polyglot';

resolve(getMessages(newLocale as string))
).then(messages => {
).then((messages: Object) => {
locale = newLocale;

@@ -51,0 +51,0 @@ const newPolyglot = new Polyglot({

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