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

@tolgee/i18next

Package Overview
Dependencies
Maintainers
2
Versions
308
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tolgee/i18next - npm Package Compare versions

Comparing version 5.4.0 to 5.4.1-rc.49c54f24.0

src/__integration/tolgeeUpdating.test.ts

2

dist/tolgeeOptions.d.ts

@@ -44,3 +44,3 @@ import { TolgeeInstance } from '@tolgee/web';

appendNamespaceToMissingKey?: boolean;
missingInterpolationHandler?: (text: string, value: any, options: InitOptions) => any;
missingInterpolationHandler?: (text: string, value: any, options: InitOptions<object>) => any;
simplifyPluralSuffix?: boolean;

@@ -47,0 +47,0 @@ postProcessPassResolved?: boolean;

@@ -44,3 +44,3 @@ import { TolgeeInstance } from '@tolgee/web';

appendNamespaceToMissingKey?: boolean;
missingInterpolationHandler?: (text: string, value: any, options: InitOptions) => any;
missingInterpolationHandler?: (text: string, value: any, options: InitOptions<object>) => any;
simplifyPluralSuffix?: boolean;

@@ -47,0 +47,0 @@ postProcessPassResolved?: boolean;

{
"name": "@tolgee/i18next",
"version": "5.4.0",
"version": "5.4.1-rc.49c54f24.0",
"description": "Tolgee i18n integration.",

@@ -40,3 +40,4 @@ "main": "./dist/tolgee-i18next.cjs.js",

"lib/**/*",
"dist/**/*"
"dist/**/*",
"src/**/*"
],

@@ -47,7 +48,7 @@ "devDependencies": {

"@testing-library/jest-dom": "^5.11.4",
"@tolgee/testing": "5.1.0",
"@tolgee/testing": "5.4.1-rc.49c54f24.0",
"@types/jest": "^28.1.6",
"@types/node": "^18.6.1",
"concurrently": "7.3.0",
"i18next": "^21.5.4",
"i18next": "^22.4.10",
"jest": "^27.2.4",

@@ -65,5 +66,5 @@ "jest-fetch-mock": "^3.0.3",

},
"gitHead": "7516757f652c038ab2c3a065123226cf9db93510",
"gitHead": "1ee75fb8ef4e537f3b726fb014bb5f7b28078115",
"peerDependencies": {
"i18next": "^21.5.4"
"i18next": "*"
},

@@ -78,3 +79,3 @@ "exports": {

"dependencies": {
"@tolgee/web": "5.4.0"
"@tolgee/web": "5.4.1-rc.49c54f24.0"
},

@@ -81,0 +82,0 @@ "publishConfig": {

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