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.75.0 to 0.76.0

4

dist/types/hooks.d.ts

@@ -5,3 +5,3 @@ /// <reference types="react" />

import { FunnelDatum, FunnelCommonProps, FunnelDataProps, FunnelPart, SeparatorProps, FunnelCustomLayerProps, FunnelAreaGenerator, FunnelBorderGenerator } from './types';
export declare const computeShapeGenerators: <D extends FunnelDatum>(interpolation: "linear" | "smooth", direction: import("./types").FunnelDirection) => [FunnelAreaGenerator, FunnelBorderGenerator];
export declare const computeShapeGenerators: <D extends FunnelDatum>(interpolation: "smooth" | "linear", direction: import("./types").FunnelDirection) => [FunnelAreaGenerator, FunnelBorderGenerator];
interface CustomBandScale {

@@ -52,3 +52,3 @@ (index: number): number;

direction?: import("./types").FunnelDirection | undefined;
interpolation?: "linear" | "smooth" | undefined;
interpolation?: "smooth" | "linear" | undefined;
spacing?: number | undefined;

@@ -55,0 +55,0 @@ shapeBlending?: number | undefined;

/// <reference types="react" />
import { FunnelDatum, FunnelSvgProps } from './types';
export declare const ResponsiveFunnel: <D extends FunnelDatum = FunnelDatum>(props: Omit<FunnelSvgProps<D>, "height" | "width">) => JSX.Element;
export declare const ResponsiveFunnel: <D extends FunnelDatum = FunnelDatum>(props: Omit<FunnelSvgProps<D>, "width" | "height">) => JSX.Element;
//# sourceMappingURL=ResponsiveFunnel.d.ts.map
{
"name": "@nivo/funnel",
"version": "0.75.0",
"version": "0.76.0",
"license": "MIT",

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

"dependencies": {
"@nivo/annotations": "0.75.0",
"@nivo/colors": "0.75.0",
"@nivo/tooltip": "0.75.0",
"@nivo/annotations": "0.76.0",
"@nivo/colors": "0.76.0",
"@nivo/tooltip": "0.76.0",
"@react-spring/web": "9.3.1",

@@ -41,6 +41,6 @@ "d3-scale": "^3.2.3",

"devDependencies": {
"@nivo/core": "0.75.0"
"@nivo/core": "0.76.0"
},
"peerDependencies": {
"@nivo/core": "0.75.0",
"@nivo/core": "0.76.0",
"react": ">= 16.14.0 < 18.0.0"

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

},
"gitHead": "bfe8126876bf0e46ad82251935ab78178e901bcf"
"gitHead": "0feb061ac0e4cd9ac6a27f5714e3629d1dcdcf4f"
}

@@ -9,2 +9,2 @@ # `@nivo/funnel`

![Funnel](https://raw.githubusercontent.com/plouc/nivo/master/packages/funnel/doc/funnel.png)
![Funnel](https://raw.githubusercontent.com/plouc/nivo/master/website/src/assets/captures/funnel.png)
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