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

debugging-stream

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

debugging-stream

Debug streams, by adding latency, speed etc

  • 3.1.0
  • latest
  • npm
  • Socket score

Version published
Maintainers
0
Created

debugging-stream

Stream that helps you debug streams

npm install debugging-stream

Usage

const DebuggingStream = require('debugging-stream')

const s = new DebuggingStream(anotherStream, {
  latency: 100, // add between 100ms read/write latency,
  jitter: 10, // add 0-10 ms of jitter to the latency
  speed: 100, // send 100 bytes per sec
  writeSpeed, // same as speed but only affects writes
  readSpeed // same as speed but only affects reads
})

License

MIT

FAQs

Package last updated on 17 Nov 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts