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 11.9.1 to 11.9.2

16

i18next/index.d.ts

@@ -469,2 +469,13 @@ // Type definitions for i18next 11.9

interface Services {
backendConnector: any;
i18nFormat: any;
interpolator: any;
languageDetector: any;
languageUtils: any;
logger: any;
pluralResolver: any;
resourceStore: Resource;
}
interface i18n {

@@ -490,2 +501,7 @@ /**

/**
* Internal container for all used plugins and implmentation details like languageUtils, pluralResolvers, etc.
*/
services: Services;
/**
* Please have a look at the translation functions like interpolation, formatting and plurals for more details on using it.

@@ -492,0 +508,0 @@ */

4

i18next/package.json
{
"name": "@types/i18next",
"version": "11.9.1",
"version": "11.9.2",
"description": "TypeScript definitions for i18next",

@@ -40,4 +40,4 @@ "license": "MIT",

"dependencies": {},
"typesPublisherContentHash": "f2f16c375bfe269ac81d3b916b85e52e67f07513379bb538c3cac3aa836cccaf",
"typesPublisherContentHash": "01a51f8d05abc0e43e77d980105f5cf458dea5fbf73eec76c8bf1ea2a520f369",
"typeScriptVersion": "2.3"
}

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

Additional Details
* Last updated: Mon, 08 Oct 2018 16:13:32 GMT
* Last updated: Fri, 12 Oct 2018 21:27:10 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: none

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