New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

rollup-plugin-sizes

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rollup-plugin-sizes - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

10

index.js

@@ -15,3 +15,3 @@ "use strict";

args.totals.sort((a, b) => b.size - a.size);
console.log("%s:", args.entry);
console.log("%s:", args.input);

@@ -40,3 +40,3 @@ args.totals.forEach((item) => {

module.exports = (options) => {
var entry, base, report;
var input, base, report;

@@ -54,4 +54,4 @@ if(!options) {

options : (config) => {
entry = config.entry;
base = path.dirname(config.entry);
input = config.input;
base = path.dirname(config.input);
},

@@ -107,3 +107,3 @@

report({
entry,
input,
data,

@@ -110,0 +110,0 @@ totals,

{
"name": "rollup-plugin-sizes",
"version": "0.4.0",
"version": "0.4.1",
"lockfileVersion": 1,

@@ -5,0 +5,0 @@ "dependencies": {

{
"name": "rollup-plugin-sizes",
"version": "0.4.0",
"version": "0.4.1",
"description": "Show info about files/packages included with your rollup bundle",

@@ -5,0 +5,0 @@ "main": "index.js",

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