@types/pump
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -14,3 +14,3 @@ // Type definitions for pump 1.1 | ||
declare namespace pump { | ||
type Callback = (err: Error) => any; | ||
type Callback = (err?: Error) => any; | ||
type Stream = NodeJS.ReadableStream | NodeJS.WritableStream; | ||
@@ -17,0 +17,0 @@ } |
{ | ||
"name": "@types/pump", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "TypeScript definitions for pump", | ||
@@ -19,3 +19,3 @@ "license": "MIT", | ||
"main": "", | ||
"types": "index", | ||
"types": "index.d.ts", | ||
"repository": { | ||
@@ -30,4 +30,4 @@ "type": "git", | ||
}, | ||
"typesPublisherContentHash": "76da16cd59aa7a11891978fd56f855a71232c65cef0770fc7d2e3ded141a2489", | ||
"typeScriptVersion": "2.0" | ||
"typesPublisherContentHash": "665f733d49c823db4fc1236803a666e08d17591a562d4c988996754f4353894b", | ||
"typeScriptVersion": "3.4" | ||
} |
@@ -5,13 +5,13 @@ # Installation | ||
# Summary | ||
This package contains type definitions for pump ( https://github.com/mafintosh/pump ). | ||
This package contains type definitions for pump (https://github.com/mafintosh/pump). | ||
# Details | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/pump | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/pump. | ||
Additional Details | ||
* Last updated: Mon, 13 May 2019 22:25:42 GMT | ||
* Dependencies: @types/node | ||
### Additional Details | ||
* Last updated: Mon, 22 Feb 2021 06:14:03 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node) | ||
* Global values: none | ||
# Credits | ||
These definitions were written by Tomek Łaziuk <https://github.com/tlaziuk>, Jason Cordial <https://github.com/jcordial>. | ||
These definitions were written by [Tomek Łaziuk](https://github.com/tlaziuk), and [Jason Cordial](https://github.com/jcordial). |
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
3234