Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

streamiterator

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

streamiterator - npm Package Compare versions

Comparing version 1.1.3 to 1.1.4

3

distr/polyfill.js

@@ -13,3 +13,4 @@ "use strict";

Object.defineProperty(_stream.Readable.prototype, Symbol.asyncIterator, {
enumerable: false,
writable: true,
configurable: true,
value: function asyncIterator() {

@@ -16,0 +17,0 @@ return _streamiterator2.default.createStreamIterator(this)[Symbol.asyncIterator]();

{
"name": "streamiterator",
"version": "1.1.3",
"version": "1.1.4",
"description": "converts ReadableStream into AsyncIterator",

@@ -5,0 +5,0 @@ "keywords": [

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