@types/minipass
Advanced tools
Comparing version 3.1.1 to 3.1.2
@@ -11,3 +11,5 @@ // Type definitions for minipass 3.1 | ||
declare class MiniPass extends EventEmitter implements NodeJS.WritableStream { | ||
// Initially was declared with the line below, but minipass types differ slightly | ||
// declare class MiniPass extends EventEmitter implements NodeJS.WritableStream { | ||
declare class MiniPass extends EventEmitter { | ||
readonly bufferLength: number; | ||
@@ -14,0 +16,0 @@ readonly flowing: boolean; |
{ | ||
"name": "@types/minipass", | ||
"version": "3.1.1", | ||
"version": "3.1.2", | ||
"description": "TypeScript definitions for minipass", | ||
@@ -25,4 +25,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/minipass", | ||
}, | ||
"typesPublisherContentHash": "d39cebd5eabdda52175d66835dceed309820e57136a883e5b9f80439067761aa", | ||
"typesPublisherContentHash": "c296112ce145585b1678ca52f6fec13346c148637afcac657d8dff7b497b7e13", | ||
"typeScriptVersion": "3.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Sat, 01 Jan 2022 14:01:33 GMT | ||
* Last updated: Thu, 13 Jan 2022 20:01:40 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
6009
64