Socket
Socket
Sign inDemoInstall

react-i18next

Package Overview
Dependencies
2
Maintainers
2
Versions
309
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 13.3.2 to 13.4.0

icu.macro.d.mts

4

CHANGELOG.md

@@ -0,1 +1,5 @@

### 13.4.0
- fix: separate cjs and mjs typings
### 13.3.2

@@ -2,0 +6,0 @@

2

dist/es/package.json

@@ -1,1 +0,1 @@

{"type":"module","version":"13.3.2"}
{"type":"module","version":"13.4.0"}
{
"name": "react-i18next",
"version": "13.3.2",
"version": "13.4.0",
"description": "Internationalization for react done right. Using the i18next i18n ecosystem.",
"main": "dist/commonjs/index.js",
"types": "./index.d.ts",
"types": "./index.d.mts",
"jsnext:main": "dist/es/index.js",

@@ -23,3 +23,6 @@ "module": "dist/es/index.js",

".": {
"types": "./index.d.ts",
"types": {
"require": "./index.d.ts",
"import": "./index.d.mts"
},
"module": "./dist/es/index.js",

@@ -31,3 +34,6 @@ "import": "./dist/es/index.js",

"./TransWithoutContext": {
"types": "./TransWithoutContext.d.ts",
"types": {
"require": "./TransWithoutContext.d.ts",
"import": "./TransWithoutContext.d.mts"
},
"module": "./dist/es/TransWithoutContext.js",

@@ -39,3 +45,6 @@ "import": "./dist/es/TransWithoutContext.js",

"./initReactI18next": {
"types": "./initReactI18next.d.ts",
"types": {
"require": "./initReactI18next.d.ts",
"import": "./initReactI18next.d.mts"
},
"module": "./dist/es/initReactI18next.js",

@@ -47,3 +56,6 @@ "import": "./dist/es/initReactI18next.js",

"./icu.macro": {
"types": "./icu.macro.d.ts",
"types": {
"require": "./icu.macro..d.ts",
"import": "./icu.macro..d.mts"
},
"default": "./icu.macro.js"

@@ -101,3 +113,3 @@ }

"husky": "^8.0.3",
"i18next": "^23.4.5",
"i18next": "^23.7.2",
"jest": "^24.8.0",

@@ -115,3 +127,3 @@ "jest-cli": "^24.8.4",

"tslint": "^6.1.3",
"typescript": "^5.1.3",
"typescript": "5.1.3",
"yargs": "^17.7.2"

@@ -118,0 +130,0 @@ },

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc