Gathering detailed insights and metrics for @formanta/build-task.archive
Gathering detailed insights and metrics for @formanta/build-task.archive
Gathering detailed insights and metrics for @formanta/build-task.archive
Gathering detailed insights and metrics for @formanta/build-task.archive
npm install @formanta/build-task.archive
Typescript
Module System
Min. Node Version
Node Version
NPM Version
Liquid (41.1%)
TypeScript (28.82%)
SCSS (14.94%)
CSS (7.88%)
JavaScript (6.85%)
Makefile (0.28%)
HTML (0.13%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
185 Commits
1 Watchers
1 Branches
1 Contributors
Updated on Dec 29, 2024
Latest Version
0.2.0
Package Id
@formanta/build-task.archive@0.2.0
Unpacked Size
37.21 kB
Size
12.36 kB
File Count
8
NPM Version
lerna/3.22.1/node@v12.18.4+x64 (linux)
Node Version
12.18.4
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
5
Make filtered copy of source directory and pack it in the end, wrapping @insulo/archiver.
1const archive = require('@formanta/build-task.archive'); 2 3archive( 4 // src folder, when dist inside src don't forget to exclude it 5 __dirname + '/src', 6 [ 7 // exclude folders 8 '.idea', 9 '.git', 10 '.gitkeep', 11 'tmp', 12 '/archive', 13 'node_modules', 14 ], 15 // dist: folder name; will be used as folder name to copy files first, then as name of archive 16 __dirname + '/dist', 17 { 18 // option 19 pack: 'zip', // use zip or targz [targz to be implemented] 20 delete_auto: true, // delete copy after packing 21 debug: false 22 } 23)().then(res => {});
This project is free software distributed under the terms of two licences, the CeCILL-C and the GNU Lesser General Public License. You can use, modify and/ or redistribute the software under the terms of CeCILL-C (v1) for Europe or GNU LGPL (v3) for the rest of the world.
This file and the LICENCE.* files need to be distributed and not changed when distributing. For more informations on the licences which are applied read: LICENCE.md
2018 | bemit UG (haftungsbeschränkt) - project@bemit.codes
Author: Michael Becker - michael@bemit.codes
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 0/30 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 SAST tool detected
Details
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
24 existing vulnerabilities detected
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