Socket
Socket
Sign inDemoInstall

@graphy/core.iso.stream

Package Overview
Dependencies
Maintainers
2
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@graphy/core.iso.stream - npm Package Compare versions

Comparing version 4.3.1 to 4.3.2

8

main.js

@@ -148,6 +148,8 @@ const stream = require('readable-stream');

import(ds_source) {
return ds_source
ds_source
.on('data', w_chunk => this.write(w_chunk))
.on('end', () => this.end())
.on('error', e_read => this.emit('error', e_read));
return this;
}

@@ -381,6 +383,8 @@ }

import(ds_source) {
return ds_source
ds_source
.on('data', w_chunk => this.write(w_chunk))
.on('end', () => this.end())
.on('error', e_read => this.emit('error', e_read));
return this;
}

@@ -387,0 +391,0 @@

{
"name": "@graphy/core.iso.stream",
"version": "4.3.1",
"version": "4.3.2",
"description": "Provides isomorphic stream interface for node.js / browser and adds `.until`, a promisified version of the `.on` event listener",

@@ -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