
Security News
npm Adopts OIDC for Trusted Publishing in CI/CD Workflows
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
mscan is super light weight file scanner module for get specific file informations
Super light weight file scanner module for get specific file informations
A. Free to use. Thanks.
const mscan = require('mscan');
mscan.scan(PATH_FOR_SEARCH)
.then((results) => {
...
})
.catch((err) => {
...
})
{
'exam.js': {
stats: { ... },
mime: 'application/javascript',
isDirectory: false
},
'index.js': { ... },
'node_modules': {
stats: { ... },
mime: 'application/octet-stream',
isDirectory: true
}
}
Please don't hesitate to ask some issues on github issues page. Or you can send me a mail: rico345100@gmail.com
FAQs
mscan is super light weight file scanner module for get specific file informations
The npm package mscan receives a total of 0 weekly downloads. As such, mscan popularity was classified as not popular.
We found that mscan 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
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
Research
/Security News
A RubyGems malware campaign used 60 malicious packages posing as automation tools to steal credentials from social media and marketing tool users.
Security News
The CNA Scorecard ranks CVE issuers by data completeness, revealing major gaps in patch info and software identifiers across thousands of vulnerabilities.