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.3 to 3.0.4

2

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

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

@@ -116,3 +116,3 @@ "use strict";

const mod = mapper.getValue(moduleUid);
const mod = mapper.getValue(moduleUid, { size: 0 });

@@ -119,0 +119,0 @@ const info = getModuleInfo(moduleId);

@@ -31,3 +31,6 @@ "use strict";

getValue(uid) {
getValue(uid, defaultValue) {
if (!(uid in this.nodes)) {
this.nodes[uid] = defaultValue;
}
return this.nodes[uid];

@@ -34,0 +37,0 @@ }

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