Socket
Socket
Sign inDemoInstall

rollup-plugin-visualizer

Package Overview
Dependencies
41
Maintainers
1
Versions
105
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.9.3 to 5.10.0

dist/lib/flamegraph.css

1

dist/plugin/render-template.js

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

list: async ({ data }) => outputPlainTextList(data),
flamegraph: buildHtml("flamegraph"),
};

@@ -102,0 +103,0 @@ const renderTemplate = (templateType, options) => {

2

dist/plugin/template-types.d.ts

@@ -1,3 +0,3 @@

export type TemplateType = "sunburst" | "treemap" | "network" | "raw-data" | "list";
export type TemplateType = "sunburst" | "treemap" | "network" | "raw-data" | "list" | "flamegraph";
declare const templates: ReadonlyArray<TemplateType>;
export default templates;

@@ -9,3 +9,4 @@ "use strict";

"raw-data",
"flamegraph",
];
exports.default = templates;
{
"name": "rollup-plugin-visualizer",
"version": "5.9.3",
"version": "5.10.0",
"main": "./dist/plugin/index.js",

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

@@ -145,2 +145,14 @@ # Rollup Plugin Visualizer

#### Include and Exclude
Include and exclude filters uses glob matchers with picomatch. In UI you can do such combinations (both exclude and include):
* Filter bundle and file in one string
* `translation-*.js:*/**/index.js` - this selects all bundles that matches `translation-*.js` and all the files by all paths that name is `index.js`. `:` is separator and required only when bundle search used.
* Format for this kind of filter is `BUNDLE_GLOB:FILE_GLOB`
* Filter bundle in one string
* This is special case of bundle+file filter, you need to omit `FILE_GLOB` part (empty string)
* Filter file in one string
* **This is DEFAULT search option**
* `*/**/index.js` - select all files that name is index.js
## CLI

@@ -147,0 +159,0 @@

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

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