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

@nivo/network

Package Overview
Dependencies
Maintainers
2
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nivo/network - npm Package Compare versions

Comparing version 0.83.1 to 0.84.0

1

dist/types/hooks.d.ts

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

/// <reference types="react" />
import { AnnotationMatcher } from '@nivo/annotations';

@@ -2,0 +3,0 @@ import { InputLink, InputNode, NetworkCommonProps, DerivedProp, ComputedNode, ComputedLink } from './types';

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

/// <reference types="react" />
import { InputNode, NetworkSvgProps, InputLink } from './types';
export declare const Network: <Node_1 extends InputNode = InputNode, Link extends InputLink = InputLink>({ isInteractive, animate, motionConfig, theme, renderWrapper, ...otherProps }: NetworkSvgProps<Node_1, Link>) => JSX.Element;
//# sourceMappingURL=Network.d.ts.map

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

/// <reference types="react" />
import { InputLink, InputNode, LinkProps } from './types';
export declare const NetworkLink: <Node_1 extends InputNode, Link extends InputLink>({ link, animated: animatedProps, blendMode, }: LinkProps<Node_1, Link>) => JSX.Element;
//# sourceMappingURL=NetworkLink.d.ts.map

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

/// <reference types="react" />
import { ComputedLink, InputLink, InputNode, LinkComponent, NetworkSvgProps } from './types';

@@ -2,0 +3,0 @@ interface NetworkLinksProps<Node extends InputNode, Link extends InputLink> {

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

/// <reference types="react" />
import { InputNode, NodeProps } from './types';
export declare const NetworkNode: <Node_1 extends InputNode>({ node, animated: animatedProps, onClick, onMouseEnter, onMouseMove, onMouseLeave, }: NodeProps<Node_1>) => JSX.Element;
//# sourceMappingURL=NetworkNode.d.ts.map

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

/// <reference types="react" />
import { ComputedNode, InputLink, InputNode, NetworkSvgProps } from './types';

@@ -2,0 +3,0 @@ interface NetworkNodeAnnotationsProps<Node extends InputNode, Link extends InputLink> {

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

/// <reference types="react" />
import { InputNode, ComputedNode, NetworkSvgProps, InputLink } from './types';

@@ -2,0 +3,0 @@ interface NetworkNodesProps<Node extends InputNode, Link extends InputLink> {

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

/// <reference types="react" />
import { InputNode, NodeTooltipProps } from './types';
export declare const NetworkNodeTooltip: <Node_1 extends InputNode>({ node }: NodeTooltipProps<Node_1>) => JSX.Element;
//# sourceMappingURL=NetworkNodeTooltip.d.ts.map

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

/// <reference types="react" />
import { InputLink, InputNode, NetworkSvgProps } from './types';
export declare const ResponsiveNetwork: <Node_1 extends InputNode = InputNode, Link extends InputLink = InputLink>(props: Omit<NetworkSvgProps<Node_1, Link>, "height" | "width">) => JSX.Element;
//# sourceMappingURL=ResponsiveNetwork.d.ts.map

12

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

@@ -34,6 +34,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-force": "^2.1.0",

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

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