@stardazed/streams-polyfill
Advanced tools
Comparing version 2.2.0 to 2.3.0
# @stardazed/streams-polyfill changelog | ||
## 2.3.0 | ||
_2021-02-09_ | ||
* Settle reader.closed promise before closing/erroring read requests (spec update) | ||
## 2.2.0 | ||
@@ -4,0 +8,0 @@ _2020-08-16_ |
{ | ||
"name": "@stardazed/streams-polyfill", | ||
"description": "Drop-in polyfill for Web Streams with fetch and encoding integration", | ||
"version": "2.2.0", | ||
"version": "2.3.0", | ||
"author": { | ||
@@ -23,13 +23,13 @@ "name": "@zenmumbler" | ||
"devDependencies": { | ||
"@rollup/plugin-node-resolve": "^9.0.0", | ||
"@rollup/plugin-typescript": "^5.0.2", | ||
"@stardazed/streams": "^3.0.0", | ||
"@rollup/plugin-node-resolve": "^11.1.1", | ||
"@rollup/plugin-typescript": "^8.1.1", | ||
"@stardazed/streams": "^3.1.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" | ||
"rollup": "^2.38.5", | ||
"rollup-plugin-terser": "^7.0.2", | ||
"tslib": "^2.1.0", | ||
"typescript": "^4.1.3" | ||
} | ||
} |
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
125923
455