Socket
Socket
Sign inDemoInstall

react-force-graph-2d

Package Overview
Dependencies
Maintainers
1
Versions
106
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-force-graph-2d - npm Package Compare versions

Comparing version 1.25.4 to 1.25.5

2

dist/react-force-graph-2d.d.ts

@@ -138,3 +138,3 @@ import * as React from 'react';

d3Force(forceName: 'link' | 'charge' | 'center' | string): ForceFn<NodeObject<NodeType>> | undefined;
d3Force(forceName: 'link' | 'charge' | 'center' | string, forceFn: ForceFn<NodeObject<NodeType>>): ForceGraphInstance;
d3Force(forceName: 'link' | 'charge' | 'center' | string, forceFn: ForceFn<NodeObject<NodeType>> | null): ForceGraphInstance;
d3ReheatSimulation(): ForceGraphInstance;

@@ -141,0 +141,0 @@

{
"name": "react-force-graph-2d",
"version": "1.25.4",
"version": "1.25.5",
"description": "React component for 2D force directed graphs",

@@ -5,0 +5,0 @@ "license": "MIT",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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