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.49.1 to 0.50.0

6

cjs/nivo-axes.js

@@ -370,4 +370,5 @@ 'use strict';

{ transform: 'translate(' + x + ',' + y + ')' },
ticks.map(function (tick) {
ticks.map(function (tick, tickIndex) {
return renderTick(_extends({
tickIndex: tickIndex,
format: tickValueFormat,

@@ -425,6 +426,7 @@ rotate: tickRotation,

null,
interpolatedStyles.map(function (_ref2) {
interpolatedStyles.map(function (_ref2, tickIndex) {
var style = _ref2.style,
tick = _ref2.data;
return renderTick(_extends({
tickIndex: tickIndex,
format: tickValueFormat,

@@ -431,0 +433,0 @@ textBaseline: textBaseline,

{
"name": "@nivo/axes",
"version": "0.49.1",
"version": "0.50.0",
"license": "MIT",

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

"dependencies": {
"@nivo/core": "0.49.0",
"@nivo/core": "0.50.0",
"d3-format": "^1.3.2",

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

},
"gitHead": "9abfbfc4af6126ad491f216d363ce0620d42c134"
"gitHead": "934117e4d2873a2a5684aa8e713d5b0e788cc67a"
}

@@ -365,4 +365,5 @@ (function (global, factory) {

{ transform: 'translate(' + x + ',' + y + ')' },
ticks.map(function (tick) {
ticks.map(function (tick, tickIndex) {
return renderTick(_extends({
tickIndex: tickIndex,
format: tickValueFormat,

@@ -420,6 +421,7 @@ rotate: tickRotation,

null,
interpolatedStyles.map(function (_ref2) {
interpolatedStyles.map(function (_ref2, tickIndex) {
var style = _ref2.style,
tick = _ref2.data;
return renderTick(_extends({
tickIndex: tickIndex,
format: tickValueFormat,

@@ -426,0 +428,0 @@ textBaseline: textBaseline,

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