@types/keygrip
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -13,4 +13,4 @@ // Type definitions for keygrip 1.0 | ||
interface KeygripFunction { | ||
new (keys: string[], algorithm?: string, encoding?: string): Keygrip; | ||
(keys: string[], algorithm?: string, encoding?: string): Keygrip; | ||
new (keys: ReadonlyArray<string>, algorithm?: string, encoding?: string): Keygrip; | ||
(keys: ReadonlyArray<string>, algorithm?: string, encoding?: string): Keygrip; | ||
} | ||
@@ -17,0 +17,0 @@ |
{ | ||
"name": "@types/keygrip", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "TypeScript definitions for keygrip", | ||
@@ -9,15 +9,17 @@ "license": "MIT", | ||
"name": "jKey Lu", | ||
"url": "https://github.com/jkeylu" | ||
"url": "https://github.com/jkeylu", | ||
"githubUsername": "jkeylu" | ||
} | ||
], | ||
"main": "", | ||
"types": "index.d.ts", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/keygrip" | ||
}, | ||
"scripts": {}, | ||
"dependencies": {}, | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "373e2e0714fc60ae6f9a675c244ad0d6ac62fcab23fe47c069d93a33d46e675c", | ||
"typeScriptVersion": "2.0" | ||
"typesPublisherContentHash": "85791e9272f5401dc3416aead8d95149b11fbcc20d9d5b22ef8f75aef9021382", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -8,6 +8,6 @@ # Installation | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/keygrip | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/keygrip. | ||
Additional Details | ||
* Last updated: Fri, 24 Mar 2017 15:49:53 GMT | ||
### Additional Details | ||
* Last updated: Thu, 26 Dec 2019 18:59:55 GMT | ||
* Dependencies: none | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by jKey Lu <https://github.com/jkeylu>. | ||
These definitions were written by jKey Lu (https://github.com/jkeylu). |
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
2967
4