@types/minipass
Advanced tools
Comparing version 2.2.0 to 2.2.1
@@ -32,3 +32,3 @@ // Type definitions for minipass 2.2 | ||
pause(): void; | ||
pipe<T extends NodeJS.WritableStream>(destination: T, options?: { end?: boolean; }): T; | ||
pipe<T extends NodeJS.WritableStream>(destination: T, options?: { end?: boolean | undefined; }): T; | ||
@@ -66,5 +66,5 @@ addEventHandler(event: string, listener: (...args: any[]) => void): this; | ||
interface Options { | ||
objectMode?: boolean; | ||
encoding?: string | null; | ||
objectMode?: boolean | undefined; | ||
encoding?: string | null | undefined; | ||
} | ||
} |
{ | ||
"name": "@types/minipass", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"description": "TypeScript definitions for minipass", | ||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/minipass", | ||
"license": "MIT", | ||
@@ -9,9 +10,12 @@ "contributors": [ | ||
"name": "BendingBender", | ||
"url": "https://github.com/BendingBender" | ||
"url": "https://github.com/BendingBender", | ||
"githubUsername": "BendingBender" | ||
} | ||
], | ||
"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/minipass" | ||
}, | ||
@@ -22,4 +26,4 @@ "scripts": {}, | ||
}, | ||
"typesPublisherContentHash": "417a8441c020d6771b3dfa9facda9be0109a7e72eee562c6a5c72cb25b30d0ce", | ||
"typeScriptVersion": "2.0" | ||
"typesPublisherContentHash": "2f8ca715a3d0ed1fe981a19da950aaf1cf72ab85f4ab2a6d94c9a2e959248e32", | ||
"typeScriptVersion": "3.6" | ||
} |
@@ -8,10 +8,10 @@ # Installation | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/minipass | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/minipass. | ||
Additional Details | ||
* Last updated: Thu, 17 Aug 2017 20:28:47 GMT | ||
* Dependencies: events, node | ||
### Additional Details | ||
* Last updated: Wed, 07 Jul 2021 00:01:41 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node) | ||
* Global values: none | ||
# Credits | ||
These definitions were written by BendingBender <https://github.com/BendingBender>. | ||
These definitions were written by [BendingBender](https://github.com/BendingBender). |
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
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
5668