Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@times-visuals/treemap

Package Overview
Dependencies
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@times-visuals/treemap - npm Package Compare versions

Comparing version
1.1.0
to
1.1.1
+11
-0
CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

## [1.1.1](https://github.com/times/times-visuals/compare/@times-visuals/treemap@1.1.0...@times-visuals/treemap@1.1.1) (2019-06-14)
### Bug Fixes
* add d3-jetpack dependency ([58c5294](https://github.com/times/times-visuals/commit/58c5294))
# [1.1.0](https://github.com/times/times-visuals/compare/@times-visuals/treemap@1.0.3...@times-visuals/treemap@1.1.0) (2019-06-13)

@@ -8,0 +19,0 @@

+3
-1

@@ -14,2 +14,4 @@ "use strict";

var jetpack = _interopRequireWildcard(require("d3-jetpack"));
function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { var desc = Object.defineProperty && Object.getOwnPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : {}; if (desc.get || desc.set) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } } newObj["default"] = obj; return newObj; } }

@@ -21,3 +23,3 @@

var d3 = _objectSpread({}, selection, scale, hierarchy); // function for wrapping text inside the treemap "routes"
var d3 = _objectSpread({}, selection, scale, hierarchy, jetpack); // function for wrapping text inside the treemap "routes"

@@ -24,0 +26,0 @@

{
"name": "@times-visuals/treemap",
"version": "1.1.0",
"version": "1.1.1",
"description": "Treemap",

@@ -18,2 +18,3 @@ "main": "lib/index.js",

"d3-hierarchy": "^1.1.8",
"d3-jetpack": "^2.0.20",
"d3-scale": "^3.0.0",

@@ -26,3 +27,3 @@ "d3-selection": "1.3.2",

},
"gitHead": "268e16216e409dd094ae0dd4f0b248fd55e9b2cf"
"gitHead": "5e38afadba56251618dbba16f4dc891301e49e73"
}