You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

rollup-plugin-visualizer

Package Overview
Dependencies
Maintainers
1
Versions
111
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rollup-plugin-visualizer - npm Package Versions

1
35
12

5.3.2

Diff
b
btd
published 5.3.2 •

Changelog

Source

5.3.2

  • CLI now remove output file if exists before write
b
btd
published 5.3.1 •

Changelog

Source

5.3.1

  • Fix issue that network nodes could override hierarhy data
  • Tried to implement groups in network chart, still some work to do
  • In rollup >= 2.44 use code for byte size estimation instead of renderedLength prop
b
btd
published 5.3.0 •

Changelog

Source

5.3.0

  • Merge hierarchy nodes with single child together, reducing visual noise by less deep structure
b
btd
published 5.2.1 •

Changelog

Source

5.2.1

  • Improve filtering and make it less fragile
b
btd
published 5.2.0 •

Changelog

Source

5.2.0

  • Add include and exclude filters to UI, it is plain regexps.
b
btd
published 5.1.0 •

Changelog

Source

5.1.0

  • Add projectRoot and stop doing right work, but just assume nobody follow good practice and naming convention.
b
btd
published 5.0.4 •

Changelog

Source

5.0.4

  • Fix trimming root of non absolute path, this could happen when plugin does not follow rollup naming convention for virtual modules
b
btd
published 5.0.3 •

Changelog

Source

5.0.3

  • It is just not possible to release major version without several patches
b
btd
published 5.0.2 •
b
btd
published 4.2.2 •

Changelog

Source

4.2.2

  • Rollback open to v7 because v8 requires node 12, but i still support 10
  • Add workaround for preact bug for xlink:href attribute - use just href
  • Rework safari bug fix to make it a little more clean