Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/pump

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/pump - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

2

pump/index.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc