@types/angular-translate
Advanced tools
Comparing version 2.4.34 to 2.4.35
@@ -54,4 +54,4 @@ // Type definitions for Angular Translate (pascalprecht.translate module) 2.4 | ||
fallbackLanguage(langKey?: string[]): string; | ||
instant(translationId: string, interpolateParams?: any, interpolationId?: string): string; | ||
instant(translationId: string[], interpolateParams?: any, interpolationId?: string): { [key: string]: string }; | ||
instant(translationId: string, interpolateParams?: any, interpolationId?: string, forceLanguage?: string, sanitizeStrategy?: string): string; | ||
instant(translationId: string[], interpolateParams?: any, interpolationId?: string, forceLanguage?: string, sanitizeStrategy?: string): { [key: string]: string }; | ||
isPostCompilingEnabled(): boolean; | ||
@@ -58,0 +58,0 @@ preferredLanguage(langKey?: string): string; |
{ | ||
"name": "@types/angular-translate", | ||
"version": "2.4.34", | ||
"version": "2.4.35", | ||
"description": "TypeScript definitions for Angular Translate (pascalprecht.translate module)", | ||
"license": "MIT", | ||
"author": "Michel Salib <https://github.com/michelsalib>", | ||
"contributors": [ | ||
{ | ||
"name": "Michel Salib", | ||
"url": "https://github.com/michelsalib" | ||
} | ||
], | ||
"main": "", | ||
@@ -17,3 +22,4 @@ "repository": { | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "99072f9493b075dc386a2c5b721301a6b73df1d18bba352e0920ac3fbe0cd541" | ||
"typesPublisherContentHash": "81a810511ba4e5072ea7593c65d252b646287b2bc82d173dab3cd4fb383e3cd1", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -8,8 +8,7 @@ # Installation | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/angular-translate | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/angular-translate | ||
Additional Details | ||
* Last updated: Tue, 06 Dec 2016 19:04:27 GMT | ||
* Library Dependencies: angular | ||
* Module Dependencies: angular | ||
* Last updated: Thu, 16 Feb 2017 01:22:07 GMT | ||
* Dependencies: angular | ||
* Global values: none | ||
@@ -16,0 +15,0 @@ |
{ | ||
"authors": "Michel Salib <https://github.com/michelsalib>", | ||
"libraryDependencies": [ | ||
"angular" | ||
], | ||
"moduleDependencies": [ | ||
"angular" | ||
], | ||
"libraryMajorVersion": 2, | ||
"libraryMinorVersion": 4, | ||
"name": "angular-translate", | ||
"libraryName": "Angular Translate (pascalprecht.translate module)", | ||
"typingsPackageName": "angular-translate", | ||
"projectName": "https://github.com/PascalPrecht/angular-translate", | ||
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped", | ||
"sourceBranch": "types-2.0", | ||
"globals": [], | ||
"declaredModules": [ | ||
"angular-translate" | ||
], | ||
"files": [ | ||
"index.d.ts" | ||
], | ||
"hasPackageJson": false, | ||
"contentHash": "99072f9493b075dc386a2c5b721301a6b73df1d18bba352e0920ac3fbe0cd541" | ||
"data": { | ||
"contributors": [ | ||
{ | ||
"name": "Michel Salib", | ||
"url": "https://github.com/michelsalib" | ||
} | ||
], | ||
"dependencies": { | ||
"angular": "*" | ||
}, | ||
"pathMappings": {}, | ||
"libraryMajorVersion": 2, | ||
"libraryMinorVersion": 4, | ||
"typeScriptVersion": "2.0", | ||
"libraryName": "Angular Translate (pascalprecht.translate module)", | ||
"typingsPackageName": "angular-translate", | ||
"projectName": "https://github.com/PascalPrecht/angular-translate", | ||
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped", | ||
"globals": [], | ||
"declaredModules": [ | ||
"angular-translate/." | ||
], | ||
"files": [ | ||
"index.d.ts" | ||
], | ||
"hasPackageJson": false, | ||
"contentHash": "81a810511ba4e5072ea7593c65d252b646287b2bc82d173dab3cd4fb383e3cd1" | ||
}, | ||
"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
8594
143
17