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.57.0 to 0.58.0

4

dist/nivo-axes.cjs.js

@@ -513,4 +513,4 @@ 'use strict';

Axes.propTypes = {
xScale: PropTypes.func.isRequired,
yScale: PropTypes.func.isRequired,
xScale: PropTypes.func,
yScale: PropTypes.func,
width: PropTypes.number.isRequired,

@@ -517,0 +517,0 @@ height: PropTypes.number.isRequired,

@@ -506,4 +506,4 @@ import React, { memo, useMemo, Fragment } from 'react';

Axes.propTypes = {
xScale: PropTypes.func.isRequired,
yScale: PropTypes.func.isRequired,
xScale: PropTypes.func,
yScale: PropTypes.func,
width: PropTypes.number.isRequired,

@@ -510,0 +510,0 @@ height: PropTypes.number.isRequired,

@@ -507,4 +507,4 @@ (function (global, factory) {

Axes.propTypes = {
xScale: PropTypes.func.isRequired,
yScale: PropTypes.func.isRequired,
xScale: PropTypes.func,
yScale: PropTypes.func,
width: PropTypes.number.isRequired,

@@ -511,0 +511,0 @@ height: PropTypes.number.isRequired,

{
"name": "@nivo/axes",
"version": "0.57.0",
"version": "0.58.0",
"license": "MIT",

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

"dependencies": {
"@nivo/core": "0.57.0",
"@nivo/core": "0.58.0",
"d3-format": "^1.3.2",

@@ -39,3 +39,3 @@ "d3-time": "^1.0.11",

},
"gitHead": "747b36908447afad4d4c4fe570bf9e189e163b15"
"gitHead": "1388fcca89066685ffae1a71c9d65d9479379891"
}
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