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.0.0 to 2.0.1

5

CHANGELOG.md
# @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_

17

package.json
{
"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

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