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 0.3.0 to 0.3.1

2

package.json
{
"name": "rollup-plugin-visualizer",
"version": "0.3.0",
"version": "0.3.1",
"main": "plugin.js",

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

@@ -37,3 +37,3 @@ const fs = require("fs");

if (name.indexOf(PLUGIN_PREFIX) === 0) {
addToPath(root, name, m);
addToPath(root, [name], m);
} else {

@@ -40,0 +40,0 @@ addToPath(root, name.split(path.sep), m);

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