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.
Native file system for Javascript.
npm i bare-fs
const fs = require('bare-fs')
// Currently supports:
fs.open
fs.close
fs.read
fs.readv
fs.write
fs.writev
fs.stat
fs.lstat
fs.fstat
fs.ftruncate
fs.mkdir
fs.rmdir
fs.unlink
fs.rename
fs.readlink
fs.opendir
fs.readdir
fs.readFile
fs.writeFile
fs.promises.stat
fs.promises.lstat
fs.promises.mkdir
fs.promises.rmdir
fs.promises.unlink
fs.promises.rename
fs.promises.readlink
fs.promises.opendir
fs.promises.readdir
fs.promises.readFile
fs.promises.writeFile
fs.createReadStream
fs.createWriteStream
fs.openSync
fs.closeSync
fs.readSync
fs.writeSync
fs.statSync
fs.lstatSync
fs.fstatSync
fs.readFileSync
fs.writeFileSync
Apache-2.0
FAQs
Native file system for Javascript
The npm package bare-fs receives a total of 3,548,325 weekly downloads. As such, bare-fs popularity was classified as popular.
We found that bare-fs demonstrated a healthy version release cadence and project activity because the last version was released less than 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
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.