Socket
Socket
Sign inDemoInstall

rollup-plugin-visualizer

Package Overview
Dependencies
52
Maintainers
1
Versions
105
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.0.3 to 4.0.4

5

CHANGELOG.md
# Changelog
## 4.0.4
* Fix #70
* Fix #69 - this time more accurate way
## 4.0.3

@@ -4,0 +9,0 @@

4

package.json
{
"name": "rollup-plugin-visualizer",
"version": "4.0.3",
"version": "4.0.4",
"main": "plugin/index.js",

@@ -26,3 +26,3 @@ "author": "Denis Bardadym <bardadymchik@gmail.com>",

"prepare": "yarn run build",
"test": "node build.js --all --e2e"
"test": "node build.js --all --e2e && node build.js --all --test"
},

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

@@ -106,3 +106,2 @@ "use strict";

const modules = Object.entries(bundle.modules);
if (modules.length === 0) continue;

@@ -109,0 +108,0 @@ tree = buildTree(id, modules, mapper);

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc