Installations
npm install continuous-stealthy-require
Developer Guide
Typescript
No
Module System
CommonJS
Node Version
12.14.1
NPM Version
6.13.7
Score
63
Supply Chain
64.3
Quality
74.8
Maintenance
100
Vulnerability
100
License
Releases
Unable to fetch releases
Contributors
Unable to fetch Contributors
Languages
JavaScript (100%)
Developer
electerious
Download Statistics
Total Downloads
38,870
Last Day
6
Last Week
40
Last Month
209
Last Year
4,928
GitHub Statistics
2 Stars
16 Commits
1 Forks
3 Watching
1 Branches
1 Contributors
Bundle Size
1.30 kB
Minified
655.00 B
Minified + Gzipped
Package Meta Information
Latest Version
2.0.0
Package Id
continuous-stealthy-require@2.0.0
Unpacked Size
4.27 kB
Size
2.09 kB
File Count
5
NPM Version
6.13.7
Node Version
12.14.1
Total Downloads
Cumulative downloads
Total Downloads
38,870
Last day
-14.3%
6
Compared to previous day
Last week
-31%
40
Compared to previous week
Last month
33.1%
209
Compared to previous month
Last year
20.1%
4,928
Compared to previous year
Daily Downloads
Weekly Downloads
Monthly Downloads
Yearly Downloads
Dependencies
1
continuous-stealthy-require
Like stealthy-require
, but with a build-in workaround to avoid a memory leak when running stealthyRequire
multiple times.
Install
npm install continuous-stealthy-require
Usage
1const continuousStealthyRequire = require('continuous-stealthy-require') 2 3continuousStealthyRequire('fs')
API
Parameters
path
{String}
Module name or path to a module.
Returns
requiredModule
{*}
Fresh, uncached module.
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
- Info: project has a license file: LICENSE:0
- Info: FSF or OSI recognized license: MIT License: LICENSE:0
Reason
Found 0/12 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
- Warn: no topLevel permission defined: .github/workflows/build.yml:1
- Info: no jobLevel write permissions found
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
- Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/electerious/continuous-stealthy-require/build.yml/master?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/electerious/continuous-stealthy-require/build.yml/master?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/electerious/continuous-stealthy-require/build.yml/master?enable=pin
- Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yml:49: update your workflow using https://app.stepsecurity.io/secureworkflow/electerious/continuous-stealthy-require/build.yml/master?enable=pin
- Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yml:62: update your workflow using https://app.stepsecurity.io/secureworkflow/electerious/continuous-stealthy-require/build.yml/master?enable=pin
- Warn: npmCommand not pinned by hash: .github/workflows/build.yml:43
- Info: 0 out of 2 GitHub-owned GitHubAction dependencies pinned
- Info: 0 out of 3 third-party GitHubAction dependencies pinned
- Info: 0 out of 1 npmCommand dependencies pinned
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
- Warn: no security policy file detected
- Warn: no security file to analyze
- Warn: no security file to analyze
- Warn: no security file to analyze
Reason
project is not fuzzed
Details
- Warn: no fuzzer integrations found
Reason
branch protection not enabled on development/release branches
Details
- Warn: branch protection not enabled for branch 'master'
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
- Warn: 0 commits out of 4 are checked with a SAST tool
Score
3.4
/10
Last Scanned on 2025-01-27
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More