
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
Generates RequireJS configuration based on a Lazo application's app.json meta data.
I am Destructor! Nya-a-a-a-a-a-a-a-a-a-a-a-a
Gets an application list of modules for a RequireJS configuration based on Lazo app.json meta data and a directory scan.
var destructor = require('destructor');
// arguments
// 1. application distribution location
// 2. options
// - inlcude: regex of files to include; default is /.js$/
- includeDir: regex to limit directories
- excludeDir: regex to exclude directories
- exclude: regex to exclude files
// 3. callback
destructor('app/dist', { include: /.js$|.hbs$/ }, function (err, list) {
if (err) {
throw err;
}
// all modules in application distribution
console.log(list.modules);
// modules listed in the app.json.js property
console.log(list.application);
});
FAQs
Generates RequireJS configuration based on a Lazo application's app.json meta data.
The npm package destructor receives a total of 6 weekly downloads. As such, destructor popularity was classified as not popular.
We found that destructor 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.