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

@stardazed/streams-polyfill

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stardazed/streams-polyfill - npm Package Compare versions

Comparing version 2.1.0 to 2.2.0

4

CHANGELOG.md
# @stardazed/streams-polyfill changelog
## 2.2.0
_2020-08-16_
* Fix getGlobal() so it works in Workers, thanks @manucorporat! ([#6](https://github.com/stardazed/sd-streams/pull/6))
## 2.1.0

@@ -4,0 +8,0 @@ _2019-12-22_

24

package.json
{
"name": "@stardazed/streams-polyfill",
"description": "Drop-in polyfill for Web Streams with fetch and encoding integration",
"version": "2.1.0",
"version": "2.2.0",
"author": {
"name": "Arthur Langereis"
"name": "@zenmumbler"
},

@@ -23,13 +23,13 @@ "license": "MIT",

"devDependencies": {
"@rollup/plugin-node-resolve": "^6.0.0",
"@rollup/plugin-typescript": "^2.0.1",
"@stardazed/streams": "workspace:^3.0.0",
"@stardazed/streams-compression": "workspace:^1.0.0",
"@stardazed/streams-fetch-adapter": "workspace:^3.0.0",
"@stardazed/streams-text-encoding": "workspace:^1.0.2",
"rollup": "^1.27.14",
"rollup-plugin-terser": "^5.1.3",
"tslib": "^1.10.0",
"typescript": "^3.7.4"
"@rollup/plugin-node-resolve": "^9.0.0",
"@rollup/plugin-typescript": "^5.0.2",
"@stardazed/streams": "^3.0.0",
"@stardazed/streams-compression": "^1.0.0",
"@stardazed/streams-fetch-adapter": "^3.0.0",
"@stardazed/streams-text-encoding": "^1.0.2",
"rollup": "^2.26.2",
"rollup-plugin-terser": "^7.0.0",
"tslib": "^2.0.1",
"typescript": "^3.9.7"
}
}

@@ -8,5 +8,5 @@ @stardazed/streams-polyfill

and the `CompressionStream` and `DecompressionStream` from the
[Draft Compression Standard](https://wicg.github.io/compression/) where necessary.
[Draft Compression Standard](https://wicg.github.io/compression/).
Download size: 27KiB gzipped, 122KiB uncompressed.
Download size: 26KiB gzipped, 114KiB uncompressed.

@@ -108,3 +108,3 @@ Usage

---------
© 2018-Present by Arthur Langereis - [@zenmumbler](https://twitter.com/zenmumbler)
© 2018-Present by [@zenmumbler](https://twitter.com/zenmumbler)

@@ -111,0 +111,0 @@ License

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

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