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.8.1 to 5.8.2

dist/plugin/uid.d.ts

4

dist/plugin/module-mapper.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.ModuleMapper = void 0;
const non_secure_1 = require("nanoid/non-secure");
const nanoid = (0, non_secure_1.customAlphabet)("1234567890abcdef", 4);
const uid_1 = require("./uid");
const nanoid = (0, uid_1.getUid)("1234567890abcdef", 4);
const UNIQUE_PREFIX = nanoid();

@@ -7,0 +7,0 @@ let COUNTER = 0;

{
"name": "rollup-plugin-visualizer",
"version": "5.8.1",
"version": "5.8.2",
"main": "./dist/plugin/index.js",

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

"dependencies": {
"nanoid": "^3.3.4",
"open": "^8.4.0",
"source-map": "^0.7.3",
"source-map": "^0.7.4",
"yargs": "^17.5.1"

@@ -49,3 +48,3 @@ },

"@rollup/plugin-commonjs": "^22.0.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-node-resolve": "^14.1.0",
"@rollup/plugin-typescript": "^8.3.2",

@@ -69,3 +68,3 @@ "@types/bytes": "^3.1.1",

"d3-shape": "^3.1.0",
"del-cli": "^4.0.1",
"del-cli": "^5.0.0",
"eslint": "^8.16.0",

@@ -72,0 +71,0 @@ "eslint-config-prettier": "^8.5.0",

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

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

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

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