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

@types/whatwg-streams

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/whatwg-streams - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

whatwg-streams/LICENSE

2

whatwg-streams/index.d.ts

@@ -98,3 +98,3 @@ // Type definitions for Streams API

start?(controller: WritableStreamDefaultController): void | Promise<void>;
write?(chunk: any, controller?: WritableStreamDefaultController): void | Promise<any>;
write?(chunk: any, controller?: WritableStreamDefaultController): any;
close?(controller: WritableStreamDefaultController): void | Promise<void>;

@@ -101,0 +101,0 @@ abort?(reason: string): void | Promise<void>;

{
"name": "@types/whatwg-streams",
"version": "0.0.2",
"version": "0.0.3",
"description": "TypeScript definitions for Streams API",
"license": "MIT",
"author": "Kagami Sascha Rosylight <https://github.com/saschanaz>",
"contributors": [
{
"name": "Kagami Sascha Rosylight",
"url": "https://github.com/saschanaz"
}
],
"main": "",

@@ -15,3 +20,4 @@ "repository": {

"peerDependencies": {},
"typesPublisherContentHash": "57fe3ffbae752f6813a43a4c705e4bdcc953578493bd1aa57728ad8dfa4d8257"
"typesPublisherContentHash": "d2735a57b85944094177aed8daa33ab1c4f3eb64167488124e12c0d9d77109bf",
"typeScriptVersion": "2.0"
}

@@ -8,8 +8,7 @@ # Installation

# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/whatwg-streams
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/whatwg-streams
Additional Details
* Last updated: Thu, 15 Dec 2016 16:51:52 GMT
* Library Dependencies: none
* Module Dependencies: none
* Last updated: Tue, 18 Apr 2017 15:11:46 GMT
* Dependencies: none
* Global values: ByteLengthQueuingStrategy, CountQueuingStrategy, ReadableByteStreamController, ReadableStream, ReadableStreamBYOBReader, ReadableStreamBYOBRequest, ReadableStreamDefaultController, ReadableStreamDefaultReader, WritableStream, WritableStreamDefaultController, WritableStreamDefaultWriter

@@ -16,0 +15,0 @@

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