Socket
Socket
Sign inDemoInstall

@types/duplexify

Package Overview
Dependencies
2
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.5.0 to 3.6.0

7

duplexify/index.d.ts

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

// Type definitions for duplexify 3.5
// Type definitions for duplexify 3.6
// Project: https://github.com/mafintosh/duplexify
// Definitions by: Sami Kukkonen <https://github.com/strax>
// Jonathan Lui <https://github.com/kinwa91>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -14,2 +15,4 @@ /// <reference types="node" />

new (writable?: stream.Writable, readable?: stream.Readable, streamOptions?: stream.DuplexOptions): duplexify.Duplexify;
obj(writable?: stream.Writable, readable?: stream.Readable, streamOptions?: stream.DuplexOptions): duplexify.Duplexify;
}

@@ -19,2 +22,4 @@ declare var duplexify: DuplexifyConstructor;

interface Duplexify extends stream.Duplex {
cork(): void;
uncork(): void;
setWritable(writable: stream.Writable): void;

@@ -21,0 +26,0 @@ setReadable(readable: stream.Readable): void;

12

duplexify/package.json
{
"name": "@types/duplexify",
"version": "3.5.0",
"version": "3.6.0",
"description": "TypeScript definitions for duplexify",

@@ -11,8 +11,14 @@ "license": "MIT",

"githubUsername": "strax"
},
{
"name": "Jonathan Lui",
"url": "https://github.com/kinwa91",
"githubUsername": "kinwa91"
}
],
"main": "",
"types": "",
"repository": {
"type": "git",
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
},

@@ -23,4 +29,4 @@ "scripts": {},

},
"typesPublisherContentHash": "ea1748ff4a48385fc5ea381e03fe370a4015f6d51f596ce6af205fa52c37cecf",
"typesPublisherContentHash": "e27c36656d80abcaba3a5c91e1f87c63ff6c6281ba79561c149e8449d3326eb2",
"typeScriptVersion": "2.0"
}

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

# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/duplexify
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/duplexify
Additional Details
* Last updated: Tue, 03 Oct 2017 18:20:14 GMT
* Dependencies: stream, node
* Last updated: Mon, 05 Nov 2018 07:33:08 GMT
* Dependencies: node
* Global values: none
# Credits
These definitions were written by Sami Kukkonen <https://github.com/strax>.
These definitions were written by Sami Kukkonen <https://github.com/strax>, Jonathan Lui <https://github.com/kinwa91>.
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc