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.39 to 2.3.40

2

i18next v2/index.d.ts

@@ -138,3 +138,3 @@ // Type definitions for i18next 2.3

on(event: string, listener: () => void): void;
on(initialized: 'initialized', listener: (options: i18n.Options) => void): void;
on(initialized: 'initialized', listener: (options: Options) => void): void;
on(loaded: 'loaded', listener: (loaded: any) => void): void;

@@ -141,0 +141,0 @@ on(failedLoading: 'failedLoading', listener: (lng: string, ns: string, msg: string) => void): void;

{
"name": "@types/i18next",
"version": "2.3.39",
"version": "2.3.40",
"description": "TypeScript definitions for i18next",

@@ -9,11 +9,14 @@ "license": "MIT",

"name": "Michael Ledin",
"url": "https://github.com/mxl"
"url": "https://github.com/mxl",
"githubUsername": "mxl"
},
{
"name": "Budi Irawan",
"url": "https://github.com/deerawan"
"url": "https://github.com/deerawan",
"githubUsername": "deerawan"
},
{
"name": "Giedrius Grabauskas",
"url": "https://github.com/GiedriusGrabauskas"
"url": "https://github.com/GiedriusGrabauskas",
"githubUsername": "GiedriusGrabauskas"
}

@@ -28,5 +31,4 @@ ],

"dependencies": {},
"peerDependencies": {},
"typesPublisherContentHash": "888c70cc563754a1b6ab0c652dcb858204aa10ffb7f191a4f7a6d3b9dc7705e3",
"typesPublisherContentHash": "c0015841af1c1818bafa37f7e28bd94afc68dafe0702170e777974274183a3f3",
"typeScriptVersion": "2.0"
}

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

Additional Details
* Last updated: Mon, 17 Jul 2017 19:26:46 GMT
* Last updated: Tue, 29 Aug 2017 21:31:37 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