@types/spark-md5
Advanced tools
Comparing version 3.0.4 to 3.0.5
@@ -10,3 +10,3 @@ // copy of ArrayBuffer because of a conflict with the class SparkMD5.ArrayBuffer | ||
append(str: string): SparkMD5; | ||
append(str: string | JsArrayBuffer): SparkMD5; | ||
appendBinary(contents: string): SparkMD5; | ||
@@ -13,0 +13,0 @@ destroy(): void; |
{ | ||
"name": "@types/spark-md5", | ||
"version": "3.0.4", | ||
"version": "3.0.5", | ||
"description": "TypeScript definitions for spark-md5", | ||
@@ -28,4 +28,5 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/spark-md5", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "56b9aa0e0cda616c611a59fc0ac554cfc11161ff7c280ffb3ca954a1a75e22bf", | ||
"typeScriptVersion": "4.5" | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "aa28f1d952d43ffa5f781923412309c1e9128bd39f9f77e7ffac97f63d7caf09", | ||
"typeScriptVersion": "4.8" | ||
} |
@@ -20,3 +20,3 @@ # Installation | ||
append(str: string): SparkMD5; | ||
append(str: string | JsArrayBuffer): SparkMD5; | ||
appendBinary(contents: string): SparkMD5; | ||
@@ -56,3 +56,3 @@ destroy(): void; | ||
### Additional Details | ||
* Last updated: Tue, 07 Nov 2023 15:11:36 GMT | ||
* Last updated: Tue, 29 Oct 2024 11:32:15 GMT | ||
* Dependencies: none | ||
@@ -59,0 +59,0 @@ |
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
4829