Security News
RubyGems.org Adds New Maintainer Role
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
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)
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.
var ws = bulk.obj([options], write)
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 3,354 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.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.
Security News
Research
Socket's threat research team has detected five malicious npm packages targeting Roblox developers, deploying malware to steal credentials and personal data.