@stardazed/streams-polyfill
Advanced tools
Comparing version 2.0.1 to 2.1.0
# @stardazed/streams-polyfill changelog | ||
## 2.1.0 | ||
_2019-12-22_ | ||
* Add CompressionStream and DecompressionStream polyfills | ||
## 2.0.1 | ||
@@ -4,0 +8,0 @@ _2019-10-02_ |
{ | ||
"name": "@stardazed/streams-polyfill", | ||
"description": "Drop-in polyfill for Web Streams with fetch and encoding integration", | ||
"version": "2.0.1", | ||
"version": "2.1.0", | ||
"author": { | ||
@@ -23,12 +23,13 @@ "name": "Arthur Langereis" | ||
"devDependencies": { | ||
"@stardazed/streams": "^3.0.0", | ||
"@stardazed/streams-fetch-adapter": "^3.0.0", | ||
"@stardazed/streams-text-encoding": "^1.0.2", | ||
"rollup": "^1.22.0", | ||
"rollup-plugin-node-resolve": "^5.2.0", | ||
"rollup-plugin-terser": "^5.1.2", | ||
"rollup-plugin-typescript": "^1.0.1", | ||
"@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.6.3" | ||
"typescript": "^3.7.4" | ||
} | ||
} |
@@ -7,5 +7,6 @@ @stardazed/streams-polyfill | ||
`TextEncoderStream` and `TextDecoderStream` from the [Encoding Standard](https://encoding.spec.whatwg.org/) | ||
where necessary. | ||
and the `CompressionStream` and `DecompressionStream` from the | ||
[Draft Compression Standard](https://wicg.github.io/compression/) where necessary. | ||
Download size: 12KiB gzipped, 65KiB uncompressed. | ||
Download size: 27KiB gzipped, 122KiB uncompressed. | ||
@@ -30,3 +31,3 @@ Usage | ||
``` | ||
pnpm install @stardazed/streams-polyfill | ||
pnpm add @stardazed/streams-polyfill | ||
npm install @stardazed/streams-polyfill | ||
@@ -95,4 +96,5 @@ yarn add @stardazed/streams-polyfill | ||
-------------- | ||
This polyfill uses the fully compliant [Stardazed streams](https://www.npmjs.com/package/@stardazed/streams) | ||
and [text encoding streams](https://www.npmjs.com/package/@stardazed/streams-text-encoding) | ||
This polyfill uses the fully compliant [Stardazed streams](https://www.npmjs.com/package/@stardazed/streams), | ||
[text encoding streams](https://www.npmjs.com/package/@stardazed/streams-text-encoding) | ||
and [compression streams](https://www.npmjs.com/package/@stardazed/streams-compression) | ||
implementations, and the [streams fetch adapter](https://www.npmjs.com/package/@stardazed/streams-fetch-adapter) | ||
@@ -99,0 +101,0 @@ to connect the implementations to the current environment. |
Sorry, the diff of this file is too big to display
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
133699
486
112
10