Gathering detailed insights and metrics for @alumna/reflect
Gathering detailed insights and metrics for @alumna/reflect
Gathering detailed insights and metrics for @alumna/reflect
Gathering detailed insights and metrics for @alumna/reflect
Reflect the contents of one directory to another. At the speed of light. ⚡
npm install @alumna/reflect
Typescript
Module System
Node Version
NPM Version
68.4
Supply Chain
91.8
Quality
78.1
Maintenance
100
Vulnerability
100
License
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
16 Stars
39 Commits
1 Forks
1 Watchers
1 Branches
2 Contributors
Updated on Jun 15, 2024
Latest Version
1.1.3
Package Id
@alumna/reflect@1.1.3
Unpacked Size
11.19 kB
Size
4.38 kB
File Count
7
NPM Version
9.6.7
Node Version
18.17.1
Published on
Dec 12, 2023
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
3
rsync
stat
cacheAdditionally, this module is delivered as:
dist/reflect.es.js
dist/reflect.cjs.js
$ npm install @alumna/reflect
1import reflect from '@alumna/reflect'; 2 3let { res, err } = await reflect({ 4 5 src: 'src/', 6 7 dest: 'dest/', 8 9 // (OPTIONAL) Default to 'true' 10 recursive: true, 11 12 // (OPTIONAL) Default to 'true' 13 // Delete in dest the non-existent files in src 14 delete: true, 15 16 // (OPTIONAL) 17 // Array with files and folders not to reflect 18 exclude: [ "skip-this-file.txt", "skip/this/directory" ], 19 20 // (OPTIONAL) 21 // Seconds of time to sync with (for example, 7200, only sync last 2 hours of changes) 22 modified_within: null, 23 24 // (OPTIONAL) 25 // Only sync files that are newer in the source (ie, destination files that have been updated won't be overwritten) 26 only_newer: false, 27 28 // (OPTIONAL) 29 // Disable COPYFILE_FICLONE if supported by file system, see more info: 30 // https://nodejs.org/docs/latest-v17.x/api/fs.html#fscopyfilesrc-dest-mode-callback 31 file_clone: true, 32 33}); 34 35if ( err ) 36 console.error( err ) 37 38else 39 console.log( res ) // Directory "src/" reflected to "dest/"
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
Found 1/25 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
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