@types/i18next
Advanced tools
Comparing version 2.3.39 to 2.3.40
@@ -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 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
7747
0