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.82.1 to 0.83.0

4

dist/types/types.d.ts
import { AriaAttributes, MouseEvent, FunctionComponent } from 'react';
import { AnimatedProps } from '@react-spring/web';
import { Box, Theme, Dimensions, ModernMotionProps, CssMixBlendMode } from '@nivo/core';
import { Box, Theme, Dimensions, MotionProps, CssMixBlendMode } from '@nivo/core';
import { InheritedColorConfig } from '@nivo/colors';

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

ariaDescribedBy: AriaAttributes['aria-describedby'];
} & Required<ModernMotionProps>;
} & Required<MotionProps>;
export type NetworkSvgProps<Node extends InputNode, Link extends InputLink> = Partial<NetworkCommonProps<Node, Link>> & NetworkDataProps<Node, Link> & Dimensions & {

@@ -127,0 +127,0 @@ layers?: (LayerId | CustomLayer<Node, Link>)[];

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

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

"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