Socket
Socket
Sign inDemoInstall

rollup-plugin-filesize

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rollup-plugin-filesize - npm Package Compare versions

Comparing version 0.3.3 to 0.3.4

8

dist/index.js

@@ -35,3 +35,9 @@ 'use strict';

console.log(opts.render(opts, size));
return opts.render(opts, size);
return {
log: opts.render(opts, size),
code: code,
map: {
mappings: ''
}
};
}

@@ -38,0 +44,0 @@ };

2

package.json
{
"name": "rollup-plugin-filesize",
"version": "0.3.3",
"version": "0.3.4",
"description": "A rollup plugin to show filesize in the cli",

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

@@ -34,5 +34,11 @@ import fileSize from 'filesize';

console.log(opts.render(opts, size));
return opts.render(opts, size);
return {
log: opts.render(opts, size),
code: code,
map: {
mappings: ''
}
}
}
}
};
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