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.
readdir-cluster
Advanced tools
Use multiple CPU cores via clusters for the fastest way to read nested directories and their stats
Use multiple CPU cores via clusters for the fastest way to read nested directories and their stats
const readdir = require('readdir-cluster')
const paths = []
function iterator(fullPath, relativePath, statObject) {
if (statObject.directory && relativePath[0] === '.') {
return false // do not delve deeper into hidden paths
}
paths.push(fullPath)
}
readdir(__dirname, iterator, function (err) {
if (err) throw err
console.log('completed successfully:', paths)
})
npm install --save readdir-cluster
import * as pkg from ('readdir-cluster')
const pkg = require('readdir-cluster')
This package is published with the following editions:
readdir-cluster
aliases readdir-cluster/source/index.js
readdir-cluster/source/index.js
is ESNext source code for Node.js 10 || 12 || 13 || 14 with Require for modulesDiscover the release history by heading on over to the HISTORY.md
file.
Discover how you can contribute by heading on over to the CONTRIBUTING.md
file.
These amazing people are maintaining this project:
No sponsors yet! Will you be the first?
These amazing people have contributed code to this project:
Discover how you can contribute by heading on over to the CONTRIBUTING.md
file.
Unless stated otherwise all works are:
and licensed under:
FAQs
Create a cluster of workers to iterate through the filesystem
The npm package readdir-cluster receives a total of 165 weekly downloads. As such, readdir-cluster popularity was classified as not popular.
We found that readdir-cluster demonstrated a healthy version release cadence and project activity because the last version was released less than 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.