
Security News
Open Source CAI Framework Handles Pen Testing Tasks up to 3,600× Faster Than Humans
CAI is a new open source AI framework that automates penetration testing tasks like scanning and exploitation up to 3,600× faster than humans.
Stream extends library tracking latest stable node with no external dependencies.
Requires node (>=0.11).
npm i through3 --save
Utilities for creating stream subclass functions.
extend(type, ctor[, opts])
Creates a stream subclass.
Returns a stream subclass.
type
Function The super class.ctor
Function Constructor for the subclass.opts
Object Default constructor options.transform(fn[, flush][, opts])
Creates a transform stream subclass.
Returns transform stream subclass.
fn
Function The transform function.flush
Function A flush function.opts
Object Default constructor options.cork()
Creates a pass through stream subclass that calls cork to buffer all input and write on end.
Useful when you need all the data before operations can begin.
Returns stream class that buffers the input.
passthrough(opts)
Get a pass through stream class.
Returns a stream that passes through data.
opts
Object Stream construct options.Tests are not included in the package, clone the repository:
npm test
To generate code coverage run:
npm run cover
To generate all documentation:
npm run docs
To build the readme file from the partial definitions (requires mdp):
npm run readme
Everything is MIT. Read the license if you feel inclined.
Generated by mdp(1).
FAQs
Extend stream classes.
The npm package through3 receives a total of 4,037 weekly downloads. As such, through3 popularity was classified as popular.
We found that through3 demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
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.
Security News
CAI is a new open source AI framework that automates penetration testing tasks like scanning and exploitation up to 3,600× faster than humans.
Security News
Deno 2.4 brings back bundling, improves dependency updates and telemetry, and makes the runtime more practical for real-world JavaScript projects.
Security News
CVEForecast.org uses machine learning to project a record-breaking surge in vulnerability disclosures in 2025.