🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

rollup-plugin-stats

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rollup-plugin-stats

> **Warning** > Under active development

0.1.0
Source
npm
Version published
Weekly downloads
27K
3.28%
Maintainers
1
Weekly downloads
 
Created
Source

rollup-plugin-stats

Warning Under active development

CI

Output Rollup stats JSON file

Install

npm install --dev rollup-plugin-stats

or

yarn add --dev rollup-plugin-stats

Configure

// rollup.config.js
const { rollupStats } = require('rollup-plugin-stats');

module.exports = {
  plugins: [
    // add it as the last plugin
    rollupStats(),
  ],
};

Keywords

rollup

FAQs

Package last updated on 20 Apr 2023

Did you know?

Socket

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.

Install

Related posts