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

@stardazed/streams

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stardazed/streams - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

4

CHANGELOG.md
# @stardazed/streams changelog
## 1.0.7
_2018-10-01_
* Expose internal stream tee method for linked implementations to use ([#2](https://github.com/stardazed/sd-streams/issues/2))
## 1.0.6

@@ -4,0 +8,0 @@ _2018-09-18_

@@ -158,1 +158,11 @@ /**

}
// ---- Internal helpers for other standards
/**
* Internal function for use in other web standard implementations.
* Don't use this unless you are implementing web standards.
* @private
*/
export function internal_readableStreamTee(stream: ReadableStream, cloneForBranch2: boolean): ReadableStream[];

8

package.json
{
"name": "@stardazed/streams",
"description": "Web Streams implementation",
"version": "1.0.6",
"version": "1.0.7",
"author": {

@@ -18,3 +18,3 @@ "name": "Arthur Langereis"

"scripts": {
"build": "rollup -c",
"build": "tsc --noEmit -p . && rollup -c",
"prepublishOnly": "npm run build"

@@ -27,6 +27,6 @@ },

"devDependencies": {
"rollup": "^0.65.2",
"rollup": "^0.66.2",
"rollup-plugin-typescript": "^0.8.1",
"typescript": "^3.0.3"
"typescript": "^3.1.1"
}
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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