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.52.0 to 0.52.1

2

cjs/nivo-circle-packing.js

@@ -868,3 +868,3 @@ 'use strict';

this.ctx.textBaseline = 'middle';
this.ctx.font = theme.labels.text.fontSize + 'px sans-serif';
this.ctx.font = theme.labels.text.fontSize + 'px ' + (theme.labels.text.fontFamily || 'sans-serif');

@@ -871,0 +871,0 @@ // draw labels on top

{
"name": "@nivo/circle-packing",
"version": "0.52.0",
"version": "0.52.1",
"license": "MIT",

@@ -26,3 +26,3 @@ "author": {

"dependencies": {
"@nivo/core": "0.52.0",
"@nivo/core": "0.52.1",
"d3-hierarchy": "^1.1.8",

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

},
"gitHead": "3634f8c97d6c49cc7c89cf923a9ada4bbb048671"
"gitHead": "c51598c8feee3468f965a426f6ee89a8a0a2b0a7"
}

@@ -864,3 +864,3 @@ (function (global, factory) {

this.ctx.textBaseline = 'middle';
this.ctx.font = theme.labels.text.fontSize + 'px sans-serif';
this.ctx.font = theme.labels.text.fontSize + 'px ' + (theme.labels.text.fontFamily || 'sans-serif');

@@ -867,0 +867,0 @@ // draw labels on top

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