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

@lingui/react

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/react - npm Package Compare versions

Comparing version 3.15.0 to 3.16.0

build/cjs/index.js

26

package.json
{
"name": "@lingui/react",
"version": "3.15.0",
"version": "3.16.0",
"sideEffects": false,
"description": "React components for translations",
"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": {

@@ -32,10 +32,15 @@ "name": "Tomáš Ehrlich",

"engines": {
"node": ">=10.0.0"
"node": ">=14.0.0"
},
"exports": {
".": {
"require": "./build/cjs/index.js",
"import": "./build/esm/index.js"
},
"./package.json": "./package.json"
},
"files": [
"LICENSE",
"README.md",
"index.js",
"cjs/",
"esm/"
"build/"
],

@@ -47,7 +52,8 @@ "peerDependencies": {

"@babel/runtime": "^7.11.2",
"@lingui/core": "^3.15.0"
"@lingui/core": "3.16.0"
},
"devDependencies": {
"react-testing-library": "^8.0.1"
}
},
"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