Gathering detailed insights and metrics for @taskr/clear
Gathering detailed insights and metrics for @taskr/clear
Gathering detailed insights and metrics for @taskr/clear
Gathering detailed insights and metrics for @taskr/clear
npm install @taskr/clear
Typescript
Module System
Min. Node Version
Node Version
NPM Version
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
2,545 Stars
1,038 Commits
73 Forks
54 Watchers
3 Branches
29 Contributors
Updated on Jul 09, 2025
Latest Version
1.1.0
Package Id
@taskr/clear@1.1.0
Size
1.22 kB
NPM Version
3.10.10
Node Version
6.11.1
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
Remove one or multiple directories
$ npm install --save-dev @taskr/clear
1exports.cleanup = function * (task) { 2 // single file 3 yield task.clear('foo.js'); 4 5 // single directory 6 yield task.clear('dist'); 7 8 // multiple directories 9 yield task.clear(['dist', 'build']); 10 11 // glob pattern(s) 12 yield task.clear(['dist/*.css', 'dist/js/*']); 13 14 // mixed 15 yield task.clear(['foo.js', 'build', 'dist/*.css']); 16 17 // with options 18 yield task.clear('dist', {maxBusyTries: 5}); 19}
Type: string
or array
A filepath, directory path, or glob pattern. For multiple paths, use an array
.
Type: object
Default: {}
All options are passed directly to rimraf
. Please see its documentation on options.
Any issues or questions can be sent to the Taskr monorepo.
Please be sure to specify that you are using @taskr/clear
.
MIT © Luke Edwards
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
0 existing vulnerabilities detected
Reason
Found 6/30 approved changesets -- score normalized to 2
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2025-07-07
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