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 0.0.21-alpha to 0.0.22-alpha

0

i18next-2.0.17.d.ts

@@ -0,0 +0,0 @@ // Type definitions for i18next v2.0.17

12

index.d.ts

@@ -9,3 +9,3 @@ // Type definitions for i18next v2.3.4

declare namespace I18next {
declare namespace i18n {
interface ResourceStore {

@@ -91,4 +91,4 @@ [language: string]: ResourceStoreLanguage;

class I18n {
constructor(options?:Options, callback?:(err:any, t:TranslationFunction) => void);
interface I18n {
//constructor(options?:Options, callback?:(err:any, t:TranslationFunction) => void);

@@ -123,6 +123,4 @@ init(options?:Options, callback?:(err:any, t:TranslationFunction) => void):I18n;

declare module 'i18next' {
var i18n:I18next.I18n;
declare var i18n:i18n.I18n;
export = i18n;
}
export = i18n;
{
"name": "@types/i18next",
"version": "0.0.21-alpha",
"version": "0.0.22-alpha",
"description": "TypeScript definitions for i18next v2.3.4",

@@ -8,2 +8,6 @@ "main": "",

"author": "Michael Ledin <https://github.com/mxl>",
"repository": {
"type": "git",
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git"
},
"license": "MIT",

@@ -10,0 +14,0 @@ "typings": "index.d.ts",

@@ -11,9 +11,9 @@ # Installation

Additional Details
* Last updated: Wed, 25 May 2016 04:20:15 GMT
* File structure: OldUMD
* Last updated: Fri, 01 Jul 2016 18:42:25 GMT
* File structure: ProperModule
* Library Dependencies: none
* Module Dependencies: none
* Global values: I18next
* Global values: i18n
# Credits
These definitions were written by Michael Ledin <https://github.com/mxl>.

@@ -13,5 +13,5 @@ {

"sourceBranch": "types-2.0",
"kind": "OldUMD",
"kind": "ProperModule",
"globals": [
"I18next"
"i18n"
],

@@ -25,3 +25,3 @@ "declaredModules": [

],
"contentHash": "92fd2f1ec5630b11cbb56d32736cc6ccecd37ef6a595369597417a36ac1c9826"
"contentHash": "e52aca6c9c9973e9a1ab11efccd0eb0b1d3fe0634733fa23a4010d4f9afe7a7d"
}
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