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
149
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 4.0.0-next.3 to 4.0.0-next.4

./dist/index.cjs

29

package.json
{
"name": "@lingui/react",
"version": "4.0.0-next.3",
"version": "4.0.0-next.4",
"sideEffects": false,
"description": "React components for translations",
"main": "./build/cjs/index.js",
"module": "./build/esm/index.js",
"types": "./build/index.d.ts",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"author": {

@@ -24,2 +24,6 @@ "name": "Tomáš Ehrlich",

],
"scripts": {
"build": "rimraf ./dist && unbuild",
"stub": "unbuild --stub"
},
"repository": {

@@ -38,8 +42,8 @@ "type": "git",

"require": {
"types": "./build/index.d.ts",
"default": "./build/cjs/index.js"
"types": "./dist/index.d.ts",
"default": "./dist/index.cjs"
},
"import": {
"types": "./build/index.d.ts",
"default": "./build/esm/index.js"
"types": "./dist/index.d.ts",
"default": "./dist/index.mjs"
}

@@ -52,3 +56,3 @@ },

"README.md",
"build/"
"dist/"
],

@@ -60,8 +64,9 @@ "peerDependencies": {

"@babel/runtime": "^7.20.13",
"@lingui/core": "^4.0.0-next.3"
"@lingui/core": "^4.0.0-next.4"
},
"devDependencies": {
"@testing-library/react": "^11.0.4"
"@testing-library/react": "^11.0.4",
"unbuild": "^1.1.2"
},
"gitHead": "29cad1bdcc781994ac4d496e5c4937795423d405"
"gitHead": "3b999e35d26e67dec7cf0591f794be782e11022c"
}
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