@types/i18next
Advanced tools
Comparing version 2.3.34 to 2.3.35
@@ -66,4 +66,4 @@ // Type definitions for i18next v2.3.4 | ||
preload?: string[]; | ||
keySeparator?: string; | ||
nsSeparator?: string; | ||
keySeparator?: string | false; | ||
nsSeparator?: string | false; | ||
pluralSeparator?: string; | ||
@@ -70,0 +70,0 @@ contextSeparator?: string; |
{ | ||
"name": "@types/i18next", | ||
"version": "2.3.34", | ||
"version": "2.3.35", | ||
"description": "TypeScript definitions for i18next", | ||
@@ -15,3 +15,4 @@ "license": "MIT", | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "57c444389ad3a2224bbe5317057197158b30bfc8ac9870ab0db3abd8c3e74830" | ||
"typesPublisherContentHash": "049639c3e24a856c5e9b878b524e63c9543a64f0f934a8c5f9bf1990714cdd9a", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -8,12 +8,10 @@ # Installation | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/i18next | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/i18next | ||
Additional Details | ||
* Last updated: Thu, 01 Dec 2016 00:17:58 GMT | ||
* File structure: ProperModule | ||
* Library Dependencies: none | ||
* Module Dependencies: none | ||
* Global values: i18n | ||
* Last updated: Mon, 23 Jan 2017 08:30:08 GMT | ||
* Dependencies: none | ||
* Global values: none | ||
# Credits | ||
These definitions were written by Michael Ledin <https://github.com/mxl>. |
{ | ||
"authors": "Michael Ledin <https://github.com/mxl>", | ||
"libraryDependencies": [], | ||
"moduleDependencies": [], | ||
"libraryMajorVersion": 2, | ||
"libraryMinorVersion": 3, | ||
"name": "i18next", | ||
"libraryName": "i18next", | ||
"typingsPackageName": "i18next", | ||
"projectName": "http://i18next.com", | ||
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped", | ||
"sourceBranch": "types-2.0", | ||
"kind": "ProperModule", | ||
"globals": [ | ||
"i18n" | ||
], | ||
"declaredModules": [ | ||
"i18next" | ||
], | ||
"files": [ | ||
"index.d.ts" | ||
], | ||
"hasPackageJson": false, | ||
"contentHash": "57c444389ad3a2224bbe5317057197158b30bfc8ac9870ab0db3abd8c3e74830" | ||
"data": { | ||
"authors": "Michael Ledin <https://github.com/mxl>", | ||
"dependencies": {}, | ||
"pathMappings": {}, | ||
"libraryMajorVersion": 2, | ||
"libraryMinorVersion": 3, | ||
"typeScriptVersion": "2.0", | ||
"libraryName": "i18next", | ||
"typingsPackageName": "i18next", | ||
"projectName": "http://i18next.com", | ||
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped", | ||
"globals": [], | ||
"declaredModules": [ | ||
"i18next/." | ||
], | ||
"files": [ | ||
"index.d.ts" | ||
], | ||
"hasPackageJson": false, | ||
"contentHash": "049639c3e24a856c5e9b878b524e63c9543a64f0f934a8c5f9bf1990714cdd9a" | ||
}, | ||
"isLatest": true | ||
} |
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
6618
136
17