New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@nivo/circle-packing

Package Overview
Dependencies
Maintainers
2
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nivo/circle-packing - npm Package Compare versions

Comparing version

to
0.83.0

4

dist/types/types.d.ts
import * as React from 'react';
import { Interpolation, SpringValue } from '@react-spring/web';
import { Box, ModernMotionProps, Theme, PropertyAccessor, ValueFormat, SvgDefsAndFill } from '@nivo/core';
import { Box, MotionProps, Theme, PropertyAccessor, ValueFormat, SvgDefsAndFill } from '@nivo/core';
import { InheritedColorConfig, OrdinalColorScaleConfig } from '@nivo/colors';

@@ -63,3 +63,3 @@ export interface ComputedDatum<RawDatum> {

animate: boolean;
motionConfig: ModernMotionProps['motionConfig'];
motionConfig: MotionProps['motionConfig'];
role: string;

@@ -66,0 +66,0 @@ renderWrapper?: boolean;

{
"name": "@nivo/circle-packing",
"version": "0.82.1",
"version": "0.83.0",
"license": "MIT",

@@ -32,4 +32,5 @@ "author": {

"dependencies": {
"@nivo/colors": "0.82.1",
"@nivo/tooltip": "0.82.1",
"@nivo/colors": "0.83.0",
"@nivo/core": "0.83.0",
"@nivo/tooltip": "0.83.0",
"@react-spring/web": "9.4.5 || ^9.7.2",

@@ -40,7 +41,3 @@ "@types/d3-hierarchy": "^1.1.8",

},
"devDependencies": {
"@nivo/core": "0.82.1"
},
"peerDependencies": {
"@nivo/core": "workspace:*",
"react": ">= 16.14.0 < 19.0.0"

@@ -51,3 +48,3 @@ },

},
"gitHead": "5aa364bb0a29e0bc41aba3f80394b1cf7e582297"
"gitHead": "5ee7cba46ac12deb04095d6555c3d12bc358a211"
}

Sorry, the diff of this file is not supported yet