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 5.3.3 to 5.3.4

4

CHANGELOG.md
# Changelog
## 5.3.4
* Just rebuild
## 5.3.3

@@ -4,0 +8,0 @@

10

dist/plugin/module-mapper.js
"use strict";
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.ModuleMapper = void 0;
const object_fromentries_1 = __importDefault(require("object.fromentries"));
const non_secure_1 = require("nanoid/non-secure");

@@ -63,5 +59,9 @@ const nanoid = non_secure_1.customAlphabet("1234567890abcdef", 4);

getNodeParts() {
return object_fromentries_1.default(Object.values(this.nodeIds).map((val) => [val.uid, val.bundles]));
const nodeParts = {};
for (const nodeId of Object.values(this.nodeIds)) {
nodeParts[nodeId.uid] = nodeId.bundles;
}
return nodeParts;
}
}
exports.ModuleMapper = ModuleMapper;
{
"name": "rollup-plugin-visualizer",
"version": "5.3.3",
"version": "5.3.4",
"main": "./dist/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