@stardazed/streams-polyfill
Advanced tools
Comparing version 2.0.0 to 2.0.1
# @stardazed/streams-polyfill changelog | ||
## 2.0.1 | ||
_2019-10-02_ | ||
* Always override built-in TextDecoderStream and TextEncoderStream if the main streams were polyfilled ([#4](https://github.com/stardazed/sd-streams/issues/4)) | ||
* Remove custom type annotation for signal, which is now in the default lib. | ||
## 2.0.0 | ||
@@ -4,0 +9,0 @@ _2019-01-16_ |
{ | ||
"name": "@stardazed/streams-polyfill", | ||
"description": "Drop-in polyfill for Web Streams with fetch and encoding integration", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"author": { | ||
@@ -14,3 +14,2 @@ "name": "Arthur Langereis" | ||
"main": "dist/sd-streams-polyfill.min.js", | ||
"types": "dist/sd-streams-polyfill.d.ts", | ||
"scripts": { | ||
@@ -26,11 +25,11 @@ "build": "tsc --noEmit -p . && rollup -c", | ||
"@stardazed/streams": "^3.0.0", | ||
"@stardazed/streams-fetch-adapter": "^2.0.0", | ||
"@stardazed/streams-fetch-adapter": "^3.0.0", | ||
"@stardazed/streams-text-encoding": "^1.0.2", | ||
"rollup": "^1.1.0", | ||
"rollup-plugin-node-resolve": "^4.0.0", | ||
"rollup-plugin-terser": "^4.0.2", | ||
"rollup-plugin-typescript": "^1.0.0", | ||
"tslib": "^1.9.3", | ||
"typescript": "^3.2.2" | ||
"rollup": "^1.22.0", | ||
"rollup-plugin-node-resolve": "^5.2.0", | ||
"rollup-plugin-terser": "^5.1.2", | ||
"rollup-plugin-typescript": "^1.0.1", | ||
"tslib": "^1.10.0", | ||
"typescript": "^3.6.3" | ||
} | ||
} |
@@ -9,3 +9,3 @@ @stardazed/streams-polyfill | ||
Download size: 12KiB gzipped, 60KiB uncompressed. | ||
Download size: 12KiB gzipped, 65KiB uncompressed. | ||
@@ -12,0 +12,0 @@ Usage |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
77420
271
0
5