Research
Security News
Threat Actor Exposes Playbook for Exploiting npm to Build Blockchain-Powered Botnets
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.
rollup-plugin-filesize
Advanced tools
A rollup plugin to show filesize in the cli
npm install rollup-plugin-filesize
import { rollup } from 'rollup';
import filesize from 'rollup-plugin-filesize';
rollup({
entry: 'main.js',
plugins: [
filesize()
]
}).then(...)
type: boolean
default: true
Whether to show minified size or not
type: boolean
default: true
Whether to show Gzipped size or not
type: boolean
default: false
Whether to show Brotli size or not
type : object
default : {}
See the options here
type : function
return the command that you want to log. Eg:
filesize({
render : function (options, bundle, { minSize, gzipSize, brotliSize, bundleSize }){
return minSize;
}
})
type: string
default : 'dark'
options : 'dark'/'light'
choose based on your terminal theme.
MIT
FAQs
A rollup plugin to show filesize in the cli
The npm package rollup-plugin-filesize receives a total of 28,604 weekly downloads. As such, rollup-plugin-filesize popularity was classified as popular.
We found that rollup-plugin-filesize demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.
Security News
NVD’s backlog surpasses 20,000 CVEs as analysis slows and NIST announces new system updates to address ongoing delays.
Security News
Research
A malicious npm package disguised as a WhatsApp client is exploiting authentication flows with a remote kill switch to exfiltrate data and destroy files.