Comparing version 2.7.2 to 2.7.3
@@ -1107,3 +1107,3 @@ // Modified from the node.js definitions. | ||
position: number | null | ||
): Promise<{ bytesRead: number; buffer: TBuffer }>; | ||
): Promise<[number, TBuffer]>; | ||
@@ -1110,0 +1110,0 @@ /** |
{ | ||
"name": "@types/mz", | ||
"version": "2.7.2", | ||
"version": "2.7.3", | ||
"description": "TypeScript definitions for mz", | ||
@@ -29,4 +29,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "19662f976bdbed00236d1fd4d27d0df3428a2b4dab0731da90ecd13c24f3869a", | ||
"typeScriptVersion": "3.2" | ||
"typesPublisherContentHash": "c0d1bc54025ef5ad6189e15df3cc84ecf9aeae3c70c6e1693981229cf8b30396", | ||
"typeScriptVersion": "3.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 20 Oct 2020 12:08:54 GMT | ||
* Last updated: Tue, 08 Dec 2020 13:36:24 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node) | ||
@@ -14,0 +14,0 @@ * Global values: none |
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
78161