Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Small wrapper around the glob module that allows globbing for multiple patterns at once
Glob all the patterns!
multi-glob
is a small wrapper around node-glob
that allows you to glob multiple patterns in one go, and optionally treat it as a failure
if any one pattern matches no files.
If you just need to glob multiple patterns in one go, you can simply do:
var glob = require("multi-glob").glob;
glob(["all", "the", "patterns"], cb);
However, with multi-glob
, you can do a "strict" glob, which will cause an
error if e.g. the pattern "the"
in the previous example matched no files.
multiGlob.glob(patterns[, options], callback);
Works like node-glob's glob, with the following two exceptions:
patterns
may be either a string pattern or an array of string patternsoptions
may include strict
. When set to true
, glob
will yield
an error if either one of patterns
matches no files.FAQs
Small wrapper around the glob module that allows globbing for multiple patterns at once
We found that multi-glob demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 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.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.