Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@neo4j-nvl/base

Package Overview
Dependencies
Maintainers
0
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@neo4j-nvl/base - npm Package Compare versions

Comparing version 0.3.6-d168b648 to 0.3.6-d3c1707d

2

dist/types/index.d.ts

@@ -253,2 +253,4 @@ import type { ExternalCallbacks } from './modules/ExternalCallbackHandler';

* should update the graph after setting the node positions.
* For node positions to be unaffected by layout algorithms, use the {@link FreeLayoutType}
* or use {@link pinNode} to pin the nodes that should remain still.
* False by default.

@@ -255,0 +257,0 @@ */

@@ -12,4 +12,8 @@ export declare const PhysTextureSize = 256;

export declare const DefaultNodeColor = "#478BFF";
export declare const DefaultRelColor = "#848484";
export declare const DefaultRelWidth = 1;
export declare const DisabledRelColor = "#ededed";
export declare const DisabledItemColor = "#ededed";
export declare const DefaultShadowColor = "#bbb";
export declare const DefaultSelectedInnerColor = "#fff";
export declare const DefaultSelectedOuterColor = "#8FE3E8";
export declare const absFillStyle: {

@@ -16,0 +20,0 @@ position: string;

4

package.json
{
"name": "@neo4j-nvl/base",
"version": "0.3.6-d168b648",
"version": "0.3.6-d3c1707d",
"license": "SEE LICENSE IN 'LICENSE.txt'",

@@ -31,3 +31,3 @@ "homepage": "https://neo4j.com/docs/nvl/current/",

"dependencies": {
"@neo4j-nvl/layout-workers": "0.3.6-d168b648",
"@neo4j-nvl/layout-workers": "0.3.6-d3c1707d",
"@segment/analytics-next": "^1.70.0",

@@ -34,0 +34,0 @@ "color-string": "^1.9.1",

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