Socket
Socket
Sign inDemoInstall

@nivo/heatmap

Package Overview
Dependencies
Maintainers
2
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nivo/heatmap - npm Package Compare versions

Comparing version 0.83.0 to 0.83.1

1

dist/types/HeatMap.d.ts

@@ -1,4 +0,3 @@

/// <reference types="react" />
import { DefaultHeatMapDatum, HeatMapDatum, HeatMapSvgProps } from './types';
export declare const HeatMap: <Datum extends HeatMapDatum = DefaultHeatMapDatum, ExtraProps extends object = Record<string, never>>({ isInteractive, animate, motionConfig, theme, renderWrapper, ...otherProps }: HeatMapSvgProps<Datum, ExtraProps>) => JSX.Element;
//# sourceMappingURL=HeatMap.d.ts.map

@@ -1,4 +0,3 @@

/// <reference types="react" />
import { DefaultHeatMapDatum, HeatMapCanvasProps, HeatMapDatum } from './types';
export declare const HeatMapCanvas: <Datum extends HeatMapDatum = DefaultHeatMapDatum, ExtraProps extends object = Record<string, never>>({ theme, isInteractive, animate, motionConfig, renderWrapper, ...otherProps }: HeatMapCanvasProps<Datum, ExtraProps>) => JSX.Element;
//# sourceMappingURL=HeatMapCanvas.d.ts.map

@@ -1,2 +0,1 @@

/// <reference types="react" />
import { ComputedCell, HeatMapCommonProps, HeatMapDatum } from './types';

@@ -3,0 +2,0 @@ interface HeatMapCellAnnotationsProps<Datum extends HeatMapDatum> {

@@ -1,4 +0,3 @@

/// <reference types="react" />
import { HeatMapDatum, CellComponentProps } from './types';
export declare const HeatMapCellCircle: <Datum extends HeatMapDatum>({ cell, borderWidth, animatedProps, onMouseEnter, onMouseMove, onMouseLeave, onClick, enableLabels, }: CellComponentProps<Datum>) => JSX.Element;
//# sourceMappingURL=HeatMapCellCircle.d.ts.map

@@ -1,4 +0,3 @@

/// <reference types="react" />
import { CellComponentProps, HeatMapDatum } from './types';
export declare const HeatMapCellRect: <Datum extends HeatMapDatum>({ cell, borderWidth, borderRadius, animatedProps, onMouseEnter, onMouseMove, onMouseLeave, onClick, enableLabels, }: CellComponentProps<Datum>) => JSX.Element;
//# sourceMappingURL=HeatMapCellRect.d.ts.map

@@ -1,2 +0,1 @@

/// <reference types="react" />
import { ComputedCell, HeatMapDatum, HeatMapSvgProps } from './types';

@@ -3,0 +2,0 @@ interface HeatMapCellsProps<Datum extends HeatMapDatum, ExtraProps extends object> {

@@ -1,4 +0,3 @@

/// <reference types="react" />
import { HeatMapDatum, TooltipProps } from './types';
export declare const HeatMapTooltip: <Datum extends HeatMapDatum>({ cell }: TooltipProps<Datum>) => JSX.Element | null;
//# sourceMappingURL=HeatMapTooltip.d.ts.map

@@ -1,2 +0,1 @@

/// <reference types="react" />
import { AnnotationMatcher } from '@nivo/annotations';

@@ -3,0 +2,0 @@ import { ComputedCell, DefaultHeatMapDatum, HeatMapCommonProps, HeatMapDataProps, HeatMapDatum } from './types';

@@ -1,4 +0,3 @@

/// <reference types="react" />
import { DefaultHeatMapDatum, HeatMapDatum, HeatMapSvgProps } from './types';
export declare const ResponsiveHeatMap: <Datum extends HeatMapDatum = DefaultHeatMapDatum, ExtraProps extends object = Record<string, never>>(props: Omit<HeatMapSvgProps<Datum, ExtraProps>, "width" | "height">) => JSX.Element;
//# sourceMappingURL=ResponsiveHeatMap.d.ts.map

@@ -1,4 +0,3 @@

/// <reference types="react" />
import { DefaultHeatMapDatum, HeatMapCanvasProps, HeatMapDatum } from './types';
export declare const ResponsiveHeatMapCanvas: <Datum extends HeatMapDatum = DefaultHeatMapDatum, ExtraProps extends object = Record<string, never>>(props: Omit<HeatMapCanvasProps<Datum, ExtraProps>, "width" | "height">) => JSX.Element;
//# sourceMappingURL=ResponsiveHeatMapCanvas.d.ts.map

16

package.json
{
"name": "@nivo/heatmap",
"version": "0.83.0",
"version": "0.83.1",
"license": "MIT",

@@ -32,9 +32,9 @@ "author": {

"dependencies": {
"@nivo/annotations": "0.83.0",
"@nivo/axes": "0.83.0",
"@nivo/colors": "0.83.0",
"@nivo/core": "0.83.0",
"@nivo/legends": "0.83.0",
"@nivo/annotations": "0.83.1",
"@nivo/axes": "0.83.1",
"@nivo/colors": "0.83.1",
"@nivo/core": "0.83.1",
"@nivo/legends": "0.83.1",
"@nivo/scales": "0.83.0",
"@nivo/tooltip": "0.83.0",
"@nivo/tooltip": "0.83.1",
"@react-spring/web": "9.4.5 || ^9.7.2",

@@ -50,3 +50,3 @@ "@types/d3-scale": "^3.2.3",

},
"gitHead": "5ee7cba46ac12deb04095d6555c3d12bc358a211"
"gitHead": "64f4a7d3a7e0c6525d1129648a44f2502c41fb4d"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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