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

streamx

Package Overview
Dependencies
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

streamx - npm Package Compare versions

Comparing version 2.20.2 to 2.21.0

7

index.js

@@ -115,2 +115,4 @@ const { EventEmitter } = require('events')

const DISTURBED_STATUS = OPEN_STATUS | READ_RESUMED_READ_AHEAD | WRITE_QUEUED
const asyncIterator = Symbol.asyncIterator || Symbol('asyncIterator')

@@ -1138,2 +1140,6 @@

function isDisturbed (stream) {
return (stream._duplexState & DISTURBED_STATUS) !== OPENING
}
function isTypedArray (data) {

@@ -1162,2 +1168,3 @@ return typeof data === 'object' && data !== null && typeof data.byteLength === 'number'

isStreamx,
isDisturbed,
isEnded,

@@ -1164,0 +1171,0 @@ isFinished,

2

package.json
{
"name": "streamx",
"version": "2.20.2",
"version": "2.21.0",
"description": "An iteration of the Node.js core streams with a series of improvements",

@@ -5,0 +5,0 @@ "main": "index.js",

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