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
Light Node.js module that compress javascript, css and html files
npm install @node-minify/core
Typescript
Module System
Min. Node Version
Node Version
NPM Version
96
Supply Chain
79.3
Quality
79.1
Maintenance
100
Vulnerability
99.6
License
@node-minify/yui@9.0.1
Updated on Nov 12, 2024
@node-minify/utils@9.0.1
Updated on Nov 12, 2024
@node-minify/uglify-es@9.0.1
Updated on Nov 12, 2024
@node-minify/uglify-js@9.0.1
Updated on Nov 12, 2024
@node-minify/run@9.0.1
Updated on Nov 12, 2024
@node-minify/sqwish@9.0.1
Updated on Nov 12, 2024
TypeScript (96.26%)
JavaScript (3.74%)
Total Downloads
4,381,119
Last Day
17,389
Last Week
85,621
Last Month
370,339
Last Year
2,455,991
MIT License
510 Stars
4,459 Commits
52 Forks
16 Watchers
4 Branches
21 Contributors
Updated on May 08, 2025
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
Published on
Nov 12, 2024
Cumulative downloads
Total Downloads
Last Day
16.2%
17,389
Compared to previous day
Last Week
-22.2%
85,621
Compared to previous week
Last Month
10.7%
370,339
Compared to previous month
Last Year
121.2%
2,455,991
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
no dangerous workflow patterns detected
Reason
30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10
Reason
license file detected
Details
Reason
0 existing vulnerabilities detected
Reason
binaries present in source code
Details
Reason
Found 0/12 approved changesets -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
project is not fuzzed
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2025-04-28
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