Socket
Socket
Sign inDemoInstall

rollup-plugin-visualizer

Package Overview
Dependencies
Maintainers
1
Versions
105
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rollup-plugin-visualizer - npm Package Compare versions

Comparing version 3.0.5 to 3.0.6

2

bin/cli.js

@@ -50,3 +50,3 @@ #!/usr/bin/env node

files.map(async file => {
const textContent = readFile(file, { encoding: "utf-8" });
const textContent = await readFile(file, { encoding: "utf-8" });
const jsonContent = JSON.parse(textContent);

@@ -53,0 +53,0 @@ return [file, jsonContent];

{
"name": "rollup-plugin-visualizer",
"version": "3.0.5",
"version": "3.0.6",
"main": "plugin/index.js",

@@ -5,0 +5,0 @@ "author": "Denis Bardadym <bardadymchik@gmail.com>",

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