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

@types/through

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/through - npm Package Compare versions

Comparing version 0.0.29 to 0.0.30

10

through/index.d.ts

@@ -8,10 +8,11 @@ // Type definitions for through

import stream = require('stream');
import stream = require("stream");
declare function through(write?: (data: any) => void,
declare function through(
write?: (data: any) => void,
end?: () => void,
opts?: {
autoDestroy: boolean;
}): through.ThroughStream;
},
): through.ThroughStream;

@@ -21,2 +22,3 @@ declare namespace through {

autoDestroy: boolean;
queue: (chunk: any) => any;
}

@@ -23,0 +25,0 @@ }

13

through/package.json
{
"name": "@types/through",
"version": "0.0.29",
"version": "0.0.30",
"description": "TypeScript definitions for through",

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

"name": "Andrew Gaspar",
"url": "https://github.com/AndrewGaspar"
"url": "https://github.com/AndrewGaspar",
"githubUsername": "AndrewGaspar"
}
],
"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/through"
},

@@ -22,4 +25,4 @@ "scripts": {},

},
"typesPublisherContentHash": "42a86d9942f62050a113e40dc355726730977fe92d4ec3bec12a9f20561d53e7",
"typeScriptVersion": "2.0"
"typesPublisherContentHash": "3996b1a279d089a058a1a75920fe1ecede23bfe41d1bacd479e0fef6bd998c70",
"typeScriptVersion": "2.8"
}

@@ -8,10 +8,10 @@ # Installation

# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/through
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/through.
Additional Details
* Last updated: Mon, 21 Aug 2017 22:03:22 GMT
* Dependencies: stream, node
### Additional Details
* Last updated: Tue, 21 Jan 2020 00:36:30 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/node)
* Global values: none
# Credits
These definitions were written by Andrew Gaspar <https://github.com/AndrewGaspar>.
These definitions were written by Andrew Gaspar (https://github.com/AndrewGaspar).

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