Socket
Socket
Sign inDemoInstall

@nivo/axes

Package Overview
Dependencies
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nivo/axes - npm Package Compare versions

Comparing version 0.52.0 to 0.52.1

2

cjs/nivo-axes.js

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

ctx.textBaseline = textBaseline;
ctx.font = theme.axis.ticks.text.fontSize + 'px sans-serif';
ctx.font = theme.axis.ticks.text.fontSize + 'px ' + (theme.axis.ticks.text.fontFamily || 'sans-serif');

@@ -649,0 +649,0 @@ ctx.lineWidth = theme.axis.domain.line.strokeWidth;

{
"name": "@nivo/axes",
"version": "0.52.0",
"version": "0.52.1",
"license": "MIT",

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

"dependencies": {
"@nivo/core": "0.52.0",
"@nivo/core": "0.52.1",
"d3-format": "^1.3.2",

@@ -40,3 +40,3 @@ "d3-time-format": "^2.1.3",

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

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

ctx.textBaseline = textBaseline;
ctx.font = theme.axis.ticks.text.fontSize + 'px sans-serif';
ctx.font = theme.axis.ticks.text.fontSize + 'px ' + (theme.axis.ticks.text.fontFamily || 'sans-serif');

@@ -644,0 +644,0 @@ ctx.lineWidth = theme.axis.domain.line.strokeWidth;

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