Socket
Socket
Sign inDemoInstall

@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.0.1 to 1.1.0

pump/LICENSE

8

pump/index.d.ts

@@ -1,4 +0,4 @@

// Type definitions for pump 1.0
// Type definitions for pump 1.1
// Project: https://github.com/mafintosh/pump
// Definitions by: Tomek Łaziuk <https://github.com/tlaziuk>
// Definitions by: Tomek Łaziuk <https://github.com/tlaziuk>, Jason Cordial <https://github.com/jcordial>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -8,6 +8,6 @@

declare function pump(streams: pump.Stream[], callback?: pump.Callback): pump.Stream[];
declare function pump(streams: pump.Stream[], callback?: pump.Callback): pump.Stream;
// callback have to be passed as last argument
declare function pump(...streams: Array<pump.Stream | pump.Callback>): pump.Stream[];
declare function pump(...streams: Array<pump.Stream | pump.Callback>): pump.Stream;

@@ -14,0 +14,0 @@ declare namespace pump {

{
"name": "@types/pump",
"version": "1.0.1",
"version": "1.1.0",
"description": "TypeScript definitions for pump",

@@ -9,9 +9,17 @@ "license": "MIT",

"name": "Tomek Łaziuk",
"url": "https://github.com/tlaziuk"
"url": "https://github.com/tlaziuk",
"githubUsername": "tlaziuk"
},
{
"name": "Jason Cordial",
"url": "https://github.com/jcordial",
"githubUsername": "jcordial"
}
],
"main": "",
"types": "index",
"repository": {
"type": "git",
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/pump"
},

@@ -22,5 +30,4 @@ "scripts": {},

},
"peerDependencies": {},
"typesPublisherContentHash": "f6f94f4cacd7efbd8580c6840e1ebac13120d4a5be75f9e9618006b4749e49ff",
"typesPublisherContentHash": "76da16cd59aa7a11891978fd56f855a71232c65cef0770fc7d2e3ded141a2489",
"typeScriptVersion": "2.0"
}

@@ -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://www.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: Thu, 30 Mar 2017 22:36:50 GMT
* Dependencies: node
* Last updated: Mon, 13 May 2019 22:25:42 GMT
* Dependencies: @types/node
* Global values: none
# Credits
These definitions were written by Tomek Łaziuk <https://github.com/tlaziuk>.
These definitions were written by Tomek Łaziuk <https://github.com/tlaziuk>, Jason Cordial <https://github.com/jcordial>.
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