Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

rollup-plugin-summary

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rollup-plugin-summary

A rollup plugin that summarizes the build

  • 2.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
7.8K
decreased by-2.95%
Maintainers
1
Weekly downloads
 
Created
Source

https://img.shields.io/npm/v/rollup-plugin-summary Commitizen friendly semantic-release https://img.shields.io/github/languages/top/yousifalraheem/rollup-plugin-summary npm bundle size codecov Release

rollup-plugin-summary

A rollup plugin that summarizes the output of the build.

Sample output

Installation


npm

npm i -D rollup-plugin-summary

yarn

yarn add -D rollup-plugin-summary

Usage

File: rollup.config.js

import summary from "rollup-plugin-summary";

export default {
  plugins: [summary()],
};

Documentation

Read the full documentation to learn about options and more.


License

MIT

Keywords

FAQs

Package last updated on 30 May 2024

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc