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.0 to 1.0.1

4

pump/index.d.ts

@@ -14,6 +14,6 @@ // Type definitions for pump 1.0

declare namespace pump {
export type Callback = (err: Error) => any;
export type Stream = NodeJS.ReadableStream | NodeJS.WritableStream;
type Callback = (err: Error) => any;
type Stream = NodeJS.ReadableStream | NodeJS.WritableStream;
}
export = pump;
{
"name": "@types/pump",
"version": "1.0.0",
"version": "1.0.1",
"description": "TypeScript definitions for pump",
"license": "MIT",
"author": "Tomek Łaziuk <https://github.com/tlaziuk>",
"contributors": [
{
"name": "Tomek Łaziuk",
"url": "https://github.com/tlaziuk"
}
],
"main": "",

@@ -17,4 +22,4 @@ "repository": {

"peerDependencies": {},
"typesPublisherContentHash": "51bfa6bbf8f481275f3fcf883de928b625c0eaf8ffc996e4cb1e66e9e94bb529",
"typesPublisherContentHash": "f6f94f4cacd7efbd8580c6840e1ebac13120d4a5be75f9e9618006b4749e49ff",
"typeScriptVersion": "2.0"
}

@@ -8,6 +8,6 @@ # Installation

# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/pump
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/pump
Additional Details
* Last updated: Thu, 09 Feb 2017 21:50:15 GMT
* Last updated: Thu, 30 Mar 2017 22:36:50 GMT
* Dependencies: node

@@ -14,0 +14,0 @@ * Global values: none

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