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

@types/i18next

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/i18next - npm Package Compare versions

Comparing version 2.3.37 to 2.3.38

14

i18next/index.d.ts

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

// Type definitions for i18next v2.3.4
// Type definitions for i18next v2.3.5
// Project: http://i18next.com
// Definitions by: Michael Ledin <https://github.com/mxl>
// Definitions by: Michael Ledin <https://github.com/mxl>, Budi Irawan <https://github.com/deerawan>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -22,2 +22,8 @@

interface FallbackLngObjList {
[language: string]: string[]
}
type FallbackLng = string | string[] | FallbackLngObjList;
interface InterpolationOptions {

@@ -45,3 +51,3 @@ escapeValue?: boolean;

lngs?: string[];
fallbackLng?: string;
fallbackLng?: FallbackLng;
ns?: string | string[];

@@ -62,3 +68,3 @@ keySeparator?: string;

lng?: string;
fallbackLng?: string;
fallbackLng?: FallbackLng;
ns?: string | string[];

@@ -65,0 +71,0 @@ defaultNS?: string;

{
"name": "@types/i18next",
"version": "2.3.37",
"version": "2.3.38",
"description": "TypeScript definitions for i18next",

@@ -10,2 +10,6 @@ "license": "MIT",

"url": "https://github.com/mxl"
},
{
"name": "Budi Irawan",
"url": "https://github.com/deerawan"
}

@@ -21,4 +25,4 @@ ],

"peerDependencies": {},
"typesPublisherContentHash": "9c21cdb421dad13641d96258a5b305fcf10f0490862238d32ce5cfb204ec635a",
"typesPublisherContentHash": "d6a0d9931e1c355cd4bcb268d49cb662260636725440fe13e63af5e73b6a242d",
"typeScriptVersion": "2.0"
}

@@ -11,3 +11,3 @@ # Installation

Additional Details
* Last updated: Thu, 27 Apr 2017 18:10:22 GMT
* Last updated: Mon, 01 May 2017 20:47:58 GMT
* Dependencies: none

@@ -17,2 +17,2 @@ * Global values: none

# Credits
These definitions were written by Michael Ledin <https://github.com/mxl>.
These definitions were written by Michael Ledin <https://github.com/mxl>, Budi Irawan <https://github.com/deerawan>.
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