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.4.0 to 0.5.0

3

package.json
{
"name": "rollup-plugin-visualizer",
"version": "0.4.0",
"version": "0.5.0",
"main": "plugin.js",

@@ -21,2 +21,3 @@ "author": "Denis Bardadym <bardadymchik@gmail.com>",

"dependencies": {
"mkdirp": "^0.5.1",
"source-map": "^0.7.2"

@@ -23,0 +24,0 @@ },

const fs = require("fs");
const path = require("path");
const mkdirp = require('mkdirp');
const SourceMapConsumer = require("source-map").SourceMapConsumer;

@@ -68,2 +69,3 @@

`;
mkdirp.sync(path.dirname(filename));
fs.writeFileSync(filename, html);

@@ -70,0 +72,0 @@ }

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