Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@nivo/legends

Package Overview
Dependencies
Maintainers
1
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nivo/legends - npm Package Compare versions

Comparing version 0.61.1 to 0.62.0

9

index.d.ts
import * as React from 'react'
declare module '@nivo/legends' {
interface ContainerDimensions {
containerHeight: number
containerWidth: number
}
export type LegendAnchor =

@@ -58,3 +63,3 @@ | 'top'

id: string | number
value: number
label: string | number
color?: string

@@ -97,2 +102,4 @@ fill?: string

export type QuantileLegendSvg = React.FunctionComponent<QuantileLegendProps>
export const BoxLegendSvg: React.FC<LegendProps & ContainerDimensions>
}

6

package.json
{
"name": "@nivo/legends",
"description": "legend components for nivo dataviz library",
"version": "0.61.1",
"version": "0.62.0",
"license": "MIT",

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

"dependencies": {
"@nivo/core": "0.61.0",
"@nivo/core": "0.62.0",
"lodash": "^4.17.11",

@@ -32,3 +32,3 @@ "recompose": "^0.30.0"

},
"gitHead": "f5798d0d76263c3fbd4a2f1b96ff29b8a2119710"
"gitHead": "a98a072c4fe5339457d26f396d032dfc302187bc"
}
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