Gathering detailed insights and metrics for @node-minify/core
Gathering detailed insights and metrics for @node-minify/core
Gathering detailed insights and metrics for @node-minify/core
Gathering detailed insights and metrics for @node-minify/core
npm install @node-minify/core
Typescript
Module System
Min. Node Version
Node Version
NPM Version
88.5
Supply Chain
79.3
Quality
84.1
Maintenance
100
Vulnerability
99.6
License
@node-minify/yui@9.0.1
Published on 12 Nov 2024
@node-minify/utils@9.0.1
Published on 12 Nov 2024
@node-minify/uglify-es@9.0.1
Published on 12 Nov 2024
@node-minify/uglify-js@9.0.1
Published on 12 Nov 2024
@node-minify/run@9.0.1
Published on 12 Nov 2024
@node-minify/sqwish@9.0.1
Published on 12 Nov 2024
TypeScript (98.64%)
JavaScript (1.36%)
Total Downloads
3,182,205
Last Day
1,578
Last Week
29,617
Last Month
182,061
Last Year
1,774,814
507 Stars
4,358 Commits
54 Forks
17 Watching
6 Branches
21 Contributors
Minified
Minified + Gzipped
Latest Version
9.0.2
Package Id
@node-minify/core@9.0.2
Unpacked Size
51.31 kB
Size
9.59 kB
File Count
9
NPM Version
10.8.2
Node Version
20.18.0
Publised On
12 Nov 2024
Cumulative downloads
Total Downloads
Last day
-79.9%
1,578
Compared to previous day
Last week
-32%
29,617
Compared to previous week
Last month
-4.1%
182,061
Compared to previous month
Last year
140.6%
1,774,814
Compared to previous year
3
2
A very light minifier Node.js module.
1npm install @node-minify/core @node-minify/uglify-js
1const minify = require('@node-minify/core'); 2const uglifyJS = require('@node-minify/uglify-js'); 3 4minify({ 5 compressor: uglifyJS, 6 input: 'foo.js', 7 output: 'bar.js', 8 callback: function (err, min) {} 9});
Visit https://node-minify.2clics.net for full documentation
No vulnerabilities found.
Reason
30 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10
Reason
no dangerous workflow patterns detected
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
binaries present in source code
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
Found 0/26 approved changesets -- score normalized to 0
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
security policy file not detected
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2024-12-16
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