New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

webtreemap-cdt

Package Overview
Dependencies
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webtreemap-cdt - npm Package Compare versions

Comparing version 3.0.1 to 3.1.0

3

build/treemap.js

@@ -61,2 +61,3 @@ /**

padding: options.padding || [14, 3, 3, 3],
spacing: options.spacing || 0,
lowerBound: options.lowerBound === undefined ? 0.1 : options.lowerBound,

@@ -164,3 +165,3 @@ applyMutations: options.applyMutations || (() => null),

let x1 = -1, y1 = -1, x2 = width - 1, y2 = height - 1;
const spacing = 0; // TODO: this.options.spacing;
const spacing = this.options.spacing;
const padding = this.options.padding;

@@ -167,0 +168,0 @@ y1 += padding[0];

/**
* webtreemap-cdt
* v3.0.1
* v3.1.0
* https://github.com/paulirish/webtreemap-cdt

@@ -160,2 +160,3 @@ */

padding: options.padding || [14, 3, 3, 3],
spacing: options.spacing || 0,
lowerBound: options.lowerBound === undefined ? 0.1 : options.lowerBound,

@@ -263,3 +264,3 @@ applyMutations: options.applyMutations || (() => null),

let x1 = -1, y1 = -1, x2 = width - 1, y2 = height - 1;
const spacing = 0; // TODO: this.options.spacing;
const spacing = this.options.spacing;
const padding = this.options.padding;

@@ -266,0 +267,0 @@ y1 += padding[0];

{
"name": "webtreemap-cdt",
"version": "3.0.1",
"version": "3.1.0",
"description": "treemap visualization",

@@ -5,0 +5,0 @@ "main": "dist/webtreemap.js",

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