
Research
Malicious npm Package Brand-Squats TanStack to Exfiltrate Environment Variables
A brand-squatted TanStack npm package used postinstall scripts to steal .env files and exfiltrate developer secrets to an attacker-controlled endpoint.
bulk-write-stream
Advanced tools
Writable stream that forwards everything in the highWaterMark buffer to a custom write function using the new writev api in streams
Writable stream that forwards everything in the highWaterMark buffer
to a custom write function using the new writev api in streams
npm install bulk-write-stream
var bulk = require('bulk-write-stream')
var ws = bulk.obj(function (list, cb) {
console.log('should write list of objects', list)
cb()
})
ws.write('a')
ws.write('b')
ws.write('c')
ws.write('d')
var ws = bulk([options], write, [flush])Create a new binary bulk write stream. Options are forwarded to the writable stream constructor.
Write is called with write(list, cb) where list is everything currently buffered in the writable stream.
If you specify a flush function that will be called with flush(cb) before the stream emits finish.
var ws = bulk.obj([options], write, [flush])A shorthand for setting objectMode: true
MIT
FAQs
Writable stream that forwards everything in the highWaterMark buffer to a custom write function using the new writev api in streams
The npm package bulk-write-stream receives a total of 6,222 weekly downloads. As such, bulk-write-stream popularity was classified as popular.
We found that bulk-write-stream demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.

Research
A brand-squatted TanStack npm package used postinstall scripts to steal .env files and exfiltrate developer secrets to an attacker-controlled endpoint.

Research
Compromised SAP CAP npm packages download and execute unverified binaries, creating urgent supply chain risk for affected developers and CI/CD environments.

Company News
Socket has acquired Secure Annex to expand extension security across browsers, IDEs, and AI tools.