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.
A content-addressable-store that supports multiple hashing algorithms, and pull-streams.
A content-addressable-store that supports multiple hashing algorithms, and pull-streams.
var Blobs = require('multiblob')
var blobs = Blobs({dir:dir, alg: 'sha256'}) //pass in the basedir & hash alg
pull(source, blobs.add(function (err, hash) {
console.log('added source to blobs:', hash)
})
create a sink stream for writing a blob.
If hash
was given, then it will error if the file turned out to be different.
If a cb
is not given and there was an error, this function will throw.
create a source stream that reads from a given blob. If the file does not exist this stream will error.
If the argument is a hash
string, then return the stream.
If the argument is an opts
object, with the key: hash
property,
retrive that blob, but error if the size does not exactly match the
size
property, or is over max
property (in bytes)
check if the given hash is in the store.
If hash
is an array of hashes,
size
will callback with an array of booleans.
get the size of this blob. If hash
is an array of hashes,
size
will callback with an array of sizes.
If the hash does not exist in the store, size
will callback null
.
source stream that reads the list of hashes available in the store.
remove a hash from the store.
maybe emit events when blobs are stored?
MIT
FAQs
A content-addressable store supporting multiple hash algorithms
The npm package multiblob receives a total of 5 weekly downloads. As such, multiblob popularity was classified as not popular.
We found that multiblob demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 14 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
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.