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
@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
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
511 Stars
4,487 Commits
52 Forks
16 Watchers
4 Branches
21 Contributors
Updated on Jul 10, 2025
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
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
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/30 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
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
security policy file not detected
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-06-30
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