@types/spark-md5
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -32,3 +32,3 @@ // Type definitions for spark-md5 3.0 | ||
constructor(); | ||
append(str: string): ArrayBuffer; | ||
append(str: ArrayBufferCopy): ArrayBuffer; | ||
end(raw?: boolean): string; | ||
@@ -35,0 +35,0 @@ reset(): ArrayBuffer; |
{ | ||
"name": "@types/spark-md5", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "TypeScript definitions for spark-md5", | ||
@@ -9,3 +9,4 @@ "license": "MIT", | ||
"name": "Bastien Moulia", | ||
"url": "https://github.com/bastienmoulia" | ||
"url": "https://github.com/bastienmoulia", | ||
"githubUsername": "bastienmoulia" | ||
} | ||
@@ -16,9 +17,8 @@ ], | ||
"type": "git", | ||
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
}, | ||
"scripts": {}, | ||
"dependencies": {}, | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "a00bb6a3feb25256c60d5b620acc477d616543191e2e5be60a041b62e92002d3", | ||
"typesPublisherContentHash": "2a43caed2d990f7e42f104d1ba1b29d2fd582cf68e20828026785d2fc0774a6b", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -8,6 +8,6 @@ # Installation | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/spark-md5 | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/spark-md5 | ||
Additional Details | ||
* Last updated: Fri, 14 Jul 2017 14:18:49 GMT | ||
* Last updated: Fri, 24 Aug 2018 18:22:08 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: none |
Sorry, the diff of this file is not supported yet
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
3449