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.
fs-search-worker
Advanced tools
JS worker implementation of file system search The module provides an async/await interface to a glob search perform in a worker. One worker process is spawn per function call.
import {SearchFn} from 'fs-search-worker';
let results = await SearchFn(filePattern, '/path/to/1', , ..., '/path/to/1');
results
is a list preserving the order of supplied locations, where each entry contains the match of the corresponding location.
node build/test-search.js index.js /path/to/fs-search-worker /path/to/fs-search-worker/build
Looking for ndex.js in /path/to/fs-search-worker /Users/guillaumelaunay/work/DVL/Js/fs-search-worker/build
test completed [
[
'/path/to/fs-search-worker/build/index.js',
'/path/to/fs-search-worker/node_modules/balanced-match/index.js',
'/path/to/fs-search-worker/node_modules/brace-expansion/index.js',
'/path/to/fs-search-worker/node_modules/concat-map/index.js',
'/path/to/fs-search-worker/node_modules/fs.realpath/index.js',
'/path/to/fs-search-worker/node_modules/path-is-absolute/index.js'
],
[
'/path/to/fs-search-worker/build/index.js'
]
]
FAQs
JS worker implementation of file system search
We found that fs-search-worker 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.