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

i18next

Package Overview
Dependencies
Maintainers
2
Versions
501
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

i18next - npm Package Compare versions

Comparing version 23.2.10 to 23.2.11

2

dist/esm/package.json

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

{"type":"module","version":"23.2.10"}
{"type":"module","version":"23.2.11"}

@@ -910,3 +910,3 @@ // Internal Helpers

export interface TFunction<Ns extends Namespace = _DefaultNamespace, KPrefix = undefined> {
$TFunctionBrand: Ns;
$TFunctionBrand: $IsResourcesDefined extends true ? `${$FirstNamespace<Ns>}` : never;
<

@@ -913,0 +913,0 @@ Key extends ParseKeys<Ns, TOpt, KPrefix> | TemplateStringsArray,

{
"name": "i18next",
"version": "23.2.10",
"version": "23.2.11",
"description": "i18next internationalization framework",

@@ -106,3 +106,3 @@ "main": "./dist/cjs/i18next.js",

"scripts": {
"pretest": "npm run test:typescript && npm run test:typescript:customtypes && npm run test:typescript:fallbacktypes && npm run test:typescript:noninterop",
"pretest": "npm run test:typescript && npm run test:typescript:customtypes && npm run test:typescript:defaulttypes && npm run test:typescript:fallbacktypes && npm run test:typescript:noninterop",
"lint": "eslint src",

@@ -113,2 +113,3 @@ "test": "npm run lint && npm run test:new && npm run test:compat",

"test:typescript": "tslint --project tsconfig.json",
"test:typescript:defaulttypes": "tslint --project test/typescript/default-types/tsconfig.json",
"test:typescript:customtypes": "tslint --project test/typescript/custom-types/tsconfig.json",

@@ -115,0 +116,0 @@ "test:typescript:fallbacktypes": "tslint --project test/typescript/fallback-types/tsconfig.json",

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