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

@nivo/chord

Package Overview
Dependencies
Maintainers
2
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nivo/chord - npm Package Compare versions

Comparing version 0.83.1 to 0.84.0

1

dist/types/Chord.d.ts

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

/// <reference types="react" />
import { ChordSvgProps } from './types';
export declare const Chord: ({ isInteractive, animate, motionConfig, theme, renderWrapper, ...otherProps }: ChordSvgProps) => JSX.Element;
//# sourceMappingURL=Chord.d.ts.map

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

/// <reference types="react" />
import { ChordCanvasProps } from './types';
export declare const ChordCanvas: ({ theme, isInteractive, animate, motionConfig, renderWrapper, ...otherProps }: ChordCanvasProps) => JSX.Element;
//# sourceMappingURL=ChordCanvas.d.ts.map

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

/// <reference types="react" />
import { LayerId, ChordCommonProps } from './types';

@@ -2,0 +3,0 @@ export declare const commonDefaultProps: Omit<ChordCommonProps, 'valueFormat' | 'margin' | 'theme' | 'onArcMouseEnter' | 'onArcMouseMove' | 'onArcMouseLeave' | 'onArcClick' | 'onRibbonMouseEnter' | 'onRibbonMouseMove' | 'onRibbonMouseLeave' | 'onRibbonClick' | 'renderWrapper' | 'ariaLabel' | 'ariaLabelledBy' | 'ariaDescribedBy'> & {

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

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

@@ -2,0 +3,0 @@ import { ArcDatum, ChordCommonProps, ChordDataProps, CustomLayerProps, RibbonDatum } from './types';

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

/// <reference types="react" />
import { ChordSvgProps } from './types';
export declare const ResponsiveChord: (props: Omit<ChordSvgProps, 'width' | 'height'>) => JSX.Element;
//# sourceMappingURL=ResponsiveChord.d.ts.map

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

/// <reference types="react" />
import { ChordCanvasProps } from './types';
export declare const ResponsiveChordCanvas: (props: Omit<ChordCanvasProps, 'width' | 'height'>) => JSX.Element;
//# sourceMappingURL=ResponsiveChordCanvas.d.ts.map

14

package.json
{
"name": "@nivo/chord",
"version": "0.83.1",
"version": "0.84.0",
"license": "MIT",

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

"dependencies": {
"@nivo/arcs": "0.83.1",
"@nivo/colors": "0.83.1",
"@nivo/core": "0.83.1",
"@nivo/legends": "0.83.1",
"@nivo/tooltip": "0.83.1",
"@nivo/arcs": "0.84.0",
"@nivo/colors": "0.84.0",
"@nivo/core": "0.84.0",
"@nivo/legends": "0.84.0",
"@nivo/tooltip": "0.84.0",
"@react-spring/web": "9.4.5 || ^9.7.2",

@@ -50,3 +50,3 @@ "@types/d3-chord": "^3.0.1",

},
"gitHead": "64f4a7d3a7e0c6525d1129648a44f2502c41fb4d"
"gitHead": "71f3496361eb33c10380d12d3abb200813d9429b"
}

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