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.0 to 3.0.1

2

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

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

@@ -100,3 +100,7 @@ "use strict";

for (const [id, uid] of Object.entries(nodeIds)) {
nodes[uid].id = id;
if (nodes[uid]) {
nodes[uid].id = id;
} else {
this.warn(`Could not find mapping for node ${id} ${uid}`);
}
}

@@ -103,0 +107,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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