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

@nivo/funnel

Package Overview
Dependencies
Maintainers
2
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nivo/funnel - npm Package Compare versions

Comparing version 0.82.1 to 0.83.0

4

dist/types/types.d.ts
import { AriaAttributes, FunctionComponent, MouseEvent } from 'react';
import { Area, Line } from 'd3-shape';
import { Box, Theme, Dimensions, ModernMotionProps, ValueFormat } from '@nivo/core';
import { Box, Theme, Dimensions, MotionProps, ValueFormat } from '@nivo/core';
import { InheritedColorConfig, OrdinalColorScaleConfig } from '@nivo/colors';

@@ -104,3 +104,3 @@ import { AnnotationMatcher } from '@nivo/annotations';

}
export type FunnelSvgProps<D extends FunnelDatum> = Partial<FunnelCommonProps<D>> & FunnelDataProps<D> & Dimensions & ModernMotionProps;
export type FunnelSvgProps<D extends FunnelDatum> = Partial<FunnelCommonProps<D>> & FunnelDataProps<D> & Dimensions & MotionProps;
//# sourceMappingURL=types.d.ts.map
{
"name": "@nivo/funnel",
"version": "0.82.1",
"version": "0.83.0",
"license": "MIT",

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

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

@@ -43,12 +44,8 @@ "@types/d3-scale": "^3.2.3",

"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