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.83.1 to 0.84.0

1

dist/types/Funnel.d.ts

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

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

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

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

@@ -2,0 +3,0 @@ interface FunnelAnnotationsProps<D extends FunnelDatum> {

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

/// <reference types="react" />
import { ScaleLinear } from 'd3-scale';

@@ -2,0 +3,0 @@ import { TooltipActionsContextData } from '@nivo/tooltip';

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

/// <reference types="react" />
import { FunnelDatum, FunnelPartWithHandlers, FunnelAreaGenerator, FunnelBorderGenerator } from './types';

@@ -2,0 +3,0 @@ export interface PartProps<D extends FunnelDatum> {

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

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

@@ -2,0 +3,0 @@ interface PartLabelProps<D extends FunnelDatum> {

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

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

@@ -2,0 +3,0 @@ interface PartLabelsProps<D extends FunnelDatum> {

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

/// <reference types="react" />
import { FunnelPartWithHandlers, FunnelAreaGenerator, FunnelBorderGenerator, FunnelDatum } from './types';

@@ -2,0 +3,0 @@ interface PartsProps<D extends FunnelDatum> {

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

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

@@ -2,0 +3,0 @@ export interface PartTooltipProps<D extends FunnelDatum> {

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

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

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

/// <reference types="react" />
import { SeparatorProps as SeparatorType } from './types';

@@ -2,0 +3,0 @@ interface SeparatorProps {

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

/// <reference types="react" />
import { SeparatorProps as SeparatorType } from './types';

@@ -2,0 +3,0 @@ interface SeparatorsProps {

12

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

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

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

@@ -49,3 +49,3 @@ "@types/d3-scale": "^3.2.3",

},
"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

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