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

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.1.0 to 0.1.1

2

dist/index.js

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

var chalk = new Chalk({ enabled: true });
var chalk = new Chalk.constructor({ enabled: true });

@@ -12,0 +12,0 @@ function filesize() {

{
"name": "rollup-plugin-filesize",
"version": "0.1.0",
"version": "0.1.1",
"description": "A rollup plugin to show filesize in the cli",

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

@@ -5,3 +5,3 @@ import fileSize from 'filesize';

var chalk = new Chalk({enabled:true});
var chalk = new Chalk.constructor({enabled:true});

@@ -14,2 +14,2 @@ export default function filesize(){

}
};
};
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