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

@nivo/pie

Package Overview
Dependencies
Maintainers
2
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nivo/pie - npm Package Compare versions

Comparing version 0.82.1 to 0.83.0

6

dist/types/types.d.ts
import * as React from 'react';
import { Box, Dimensions, Theme, SvgDefsAndFill, ModernMotionProps, ValueFormat, PropertyAccessor } from '@nivo/core';
import { Box, Dimensions, Theme, SvgDefsAndFill, MotionProps, ValueFormat, PropertyAccessor } from '@nivo/core';
import { Arc, ArcGenerator, ArcTransitionMode, ArcLabelsProps, ArcLinkLabelsProps } from '@nivo/arcs';

@@ -88,3 +88,3 @@ import { OrdinalColorScaleConfig, InheritedColorConfig } from '@nivo/colors';

animate?: boolean;
motionConfig?: ModernMotionProps['motionConfig'];
motionConfig?: MotionProps['motionConfig'];
transitionMode?: ArcTransitionMode;

@@ -95,3 +95,3 @@ } & PieSvgCustomComponents<RawDatum>;

animate: boolean;
motionConfig: ModernMotionProps['motionConfig'];
motionConfig: MotionProps['motionConfig'];
transitionMode: ArcTransitionMode;

@@ -98,0 +98,0 @@ } & PieSvgCustomComponents<RawDatum>;

{
"name": "@nivo/pie",
"version": "0.82.1",
"version": "0.83.0",
"license": "MIT",

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

"dependencies": {
"@nivo/arcs": "0.82.1",
"@nivo/colors": "0.82.1",
"@nivo/legends": "0.82.1",
"@nivo/tooltip": "0.82.1",
"@nivo/arcs": "0.83.0",
"@nivo/colors": "0.83.0",
"@nivo/core": "0.83.0",
"@nivo/legends": "0.83.0",
"@nivo/tooltip": "0.83.0",
"@types/d3-shape": "^2.0.0",

@@ -41,12 +42,8 @@ "d3-shape": "^1.3.5"

"peerDependencies": {
"@nivo/core": "workspace:*",
"react": ">= 16.14.0 < 19.0.0"
},
"devDependencies": {
"@nivo/core": "0.82.1"
},
"publishConfig": {
"access": "public"
},
"gitHead": "5aa364bb0a29e0bc41aba3f80394b1cf7e582297"
"gitHead": "5ee7cba46ac12deb04095d6555c3d12bc358a211"
}

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