Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

d3plus-hierarchy

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

d3plus-hierarchy - npm Package Compare versions

Comparing version 0.7.1 to 0.7.2

4

build/d3plus-hierarchy.js
/*
d3plus-hierarchy v0.7.1
d3plus-hierarchy v0.7.2
Nested, hierarchical, and cluster charts built on D3

@@ -645,3 +645,3 @@ Copyright (c) 2018 D3plus - https://d3plus.org

return ( obj = {}, obj[width] = w, obj[height] = h, obj[x] = -w / 2, obj[y] = d.children && d.depth !== this$1._groupBy.length ? -(s.r + h) : s.r, obj);
return ( obj = {}, obj[width] = w, obj[height] = h, obj[x] = -w / 2, obj[y] = d.children && d.depth !== this$1._groupBy.length ? -(s.r + h) : s.r, obj );

@@ -648,0 +648,0 @@ }

/*
d3plus-hierarchy v0.7.1
d3plus-hierarchy v0.7.2
Nested, hierarchical, and cluster charts built on D3

@@ -4,0 +4,0 @@ Copyright (c) 2018 D3plus - https://d3plus.org

{
"name": "d3plus-hierarchy",
"version": "0.7.1",
"version": "0.7.2",
"description": "Nested, hierarchical, and cluster charts built on D3",

@@ -26,10 +26,10 @@ "main": "build/d3plus-hierarchy.js",

"dependencies": {
"d3-array": "^1.2.1",
"d3-collection": "^1.0.1",
"d3-hierarchy": "^1.1.6",
"d3-scale": "^2.0.0",
"d3-shape": "^1.0.3",
"d3plus-common": "^0.6.39",
"d3-array": "^1.2.4",
"d3-collection": "^1.0.7",
"d3-hierarchy": "^1.1.8",
"d3-scale": "^2.1.2",
"d3-shape": "^1.2.2",
"d3plus-common": "^0.6.43",
"d3plus-shape": "^0.16.0",
"d3plus-viz": "^0.11.14"
"d3plus-viz": "^0.11.17"
},

@@ -46,3 +46,3 @@ "scripts": {

"devDependencies": {
"d3plus-dev": "^0.6.7"
"d3plus-dev": "^0.6.9"
},

@@ -49,0 +49,0 @@ "module": "es/index",

@@ -381,2 +381,2 @@ # d3plus-hierarchy

###### <sub>Documentation generated on Wed, 15 Aug 2018 14:18:59 GMT</sub>
###### <sub>Documentation generated on Mon, 17 Sep 2018 14:19:05 GMT</sub>

Sorry, the diff of this file is not supported yet

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