
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
js-file-req
Advanced tools
A small plugin to quickly allow you to read all files and folders within a directory. Simply pass in the directory name and the plugin will examine the files.
This small module allows you a fast shortcut in order to require all files in a directory without needing to type and retype the fs functionality.
#Installation
cd myAppnpm install js-file-req --savevar requirer = require('js-file-req')console.log(requirer(__dirname))#Usage
var requirer = require('js-req-save');requirer(__dirname)
requirer(__dirname).forEach(function(file){
require(file)(app)
});
requirer(__dirname).map(function(file){
require(file)(app)
});
requirer(__dirname).map(function(data){
var type = require(data);
if(typeof(type) === 'function'){
type(app)
}
})
#Example Folder
http://localhost:5000/#UPDATES Added contains functionality to test for .map contained in folder sourcemap files.
FAQs
A small plugin to quickly allow you to read all files and folders within a directory. Simply pass in the directory name and the plugin will examine the files.
The npm package js-file-req receives a total of 15 weekly downloads. As such, js-file-req popularity was classified as not popular.
We found that js-file-req 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
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.