@stardazed/streams-polyfill
Advanced tools
Comparing version 2.1.0 to 2.2.0
# @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_ |
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
125395
454