Socket
Socket
Sign inDemoInstall

@lingui/core

Package Overview
Dependencies
Maintainers
3
Versions
151
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.15.0 to 3.16.0

build/cjs/compile.js

29

package.json
{
"name": "@lingui/core",
"version": "3.15.0",
"version": "3.16.0",
"sideEffects": false,
"description": "I18n tools for javascript",
"main": "index.js",
"module": "esm/index.js",
"types": "cjs/index.d.ts",
"main": "./build/cjs/index.js",
"module": "./build/esm/index.js",
"types": "./build/index.d.ts",
"author": {

@@ -30,9 +30,13 @@ "name": "Tomáš Ehrlich",

"engines": {
"node": ">=10.0.0"
"node": ">=14.0.0"
},
"exports": {
".": {
"require": "./index.js",
"import": "./esm/index.js"
"require": "./build/cjs/index.js",
"import": "./build/esm/index.js"
},
"./compile": {
"require": "./build/cjs/compile.js",
"import": "./build/esm/compile.js"
},
"./package.json": "./package.json"

@@ -43,11 +47,10 @@ },

"README.md",
"index.js",
"cjs/",
"esm/"
"build/"
],
"dependencies": {
"@babel/runtime": "^7.11.2",
"make-plural": "^6.2.2",
"messageformat-parser": "^4.1.3"
}
"@messageformat/parser": "^5.0.0",
"make-plural": "^6.2.2"
},
"gitHead": "e8c1f518b988f45f3f6da84333550b215dcde94b"
}
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