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

@nivo/circle-packing

Package Overview
Dependencies
Maintainers
1
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nivo/circle-packing - npm Package Compare versions

Comparing version 0.47.1 to 0.48.0

16

cjs/nivo-circle-packing.js

@@ -120,3 +120,4 @@ 'use strict';

style = _ref.style,
handlers = _ref.handlers;
handlers = _ref.handlers,
theme = _ref.theme;

@@ -140,6 +141,6 @@ if (style.r <= 0) return null;

alignmentBaseline: 'central',
style: {
style: _extends({}, theme.labels, {
fill: style.labelTextColor,
pointerEvents: 'none'
}
})
},

@@ -163,3 +164,4 @@ node.label

}).isRequired,
handlers: PropTypes.object.isRequired
handlers: PropTypes.object.isRequired,
theme: core.themePropType.isRequired
};

@@ -561,3 +563,4 @@

}),
handlers: getHandlers(node, showTooltip, hideTooltip)
handlers: getHandlers(node, showTooltip, hideTooltip),
theme: theme
});

@@ -604,3 +607,4 @@ })

}),
handlers: getHandlers(node, showTooltip, hideTooltip)
handlers: getHandlers(node, showTooltip, hideTooltip),
theme: theme
});

@@ -607,0 +611,0 @@ })

{
"name": "@nivo/circle-packing",
"version": "0.47.1",
"version": "0.48.0",
"license": "MIT",

@@ -12,3 +12,3 @@ "main": "./index.js",

"dependencies": {
"@nivo/core": "^0.47.1",
"@nivo/core": "^0.48.0",
"d3-hierarchy": "^1.1.8",

@@ -26,3 +26,3 @@ "lodash": "^4.17.4",

},
"gitHead": "a75e0f87f5e3e240a7fdc1e2420dcf63fec8f6ff"
"gitHead": "acf00e8f498cbcce7fc22b7c11106b870feac472"
}
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