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.1 to 0.3.2

8

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

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

"test": "ava test/**/*.test.js",
"build": "rollup -c",
"pretest": "npm run build",
"prepublish": "npm run test"
"pretest": "rollup -c",
"prepublish": "npm run test",
"prebuild": "rm -rf dist/*"
},

@@ -14,0 +14,0 @@ "repository": {

import babel from 'rollup-plugin-babel';
export default {
external: [ 'filesize', 'boxen', 'chalk', 'lodash' ],
external: [ 'filesize', 'boxen', 'chalk', 'deep-assign' ],
plugins: [

@@ -6,0 +6,0 @@ babel({

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