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

@lingui/core

Package Overview
Dependencies
Maintainers
1
Versions
153
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lingui/core - npm Package Compare versions

Comparing version 3.8.10 to 3.9.0

esm/core.development.js

4

esm/index.js

@@ -6,3 +6,3 @@ import {

I18n as I18nProd
} from './core.esm';
} from './core.production.min';

@@ -14,3 +14,3 @@ import {

I18n as I18nDev
} from './dev.esm';
} from './core.development';

@@ -17,0 +17,0 @@ export const i18n = process.env.NODE_ENV === 'production' ? i18nProd : i18nDev;

{
"name": "@lingui/core",
"version": "3.8.10",
"version": "3.9.0",
"description": "I18n tools for javascript",

@@ -5,0 +5,0 @@ "main": "index.js",

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