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
75
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.5-a90af4f2 to 0.3.5-aa37c3bf

dist/types/utils/jsDriverResultTransformer.d.ts

11

dist/base.mjs.LICENSE.txt

@@ -0,3 +1,14 @@

/*!
* The buffer module from node.js, for the browser.
*
* @author Feross Aboukhadijeh <https://feross.org>
* @license MIT
*/
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
/**

@@ -4,0 +15,0 @@ * @license

5

dist/types/index.d.ts

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

import type { HitTargetNode, HitTargetRelationship, HitTargets } from './utils/hittest';
import { nvlResultTransformer } from './utils/jsDriverResultTransformer';
/**

@@ -189,3 +190,3 @@ * Extends the MouseEvent interface with the {@link HitTargets} property.

*/
fit(nodeIds: string[], zoomOptions: NvlState['zoomOptions']): void;
fit(nodeIds: string[], zoomOptions?: NvlState['zoomOptions']): void;
/**

@@ -368,2 +369,2 @@ * Resets the zoom of the viewport back to the default zoom level of 0.75

export type { NvlOptions, Renderer, Node, Relationship, PartialNode, PartialRelationship, Layout, LayoutOptions, ForceDirectedOptions, HierarchicalOptions, ExternalCallbacks, HitTargets, HitTargetNode, HitTargetRelationship, Point, NvlMouseEvent, ZoomOptions, StyledCaption, WebGLRendererType, CanvasRendererType };
export { NVL, colorMapperFunctions, CompatibilityError, ForceDirectedLayoutType, HierarchicalLayoutType, GridLayoutType, FreeLayoutType, d3ForceLayoutType, drawCircleBand };
export { NVL, colorMapperFunctions, CompatibilityError, ForceDirectedLayoutType, HierarchicalLayoutType, GridLayoutType, FreeLayoutType, d3ForceLayoutType, drawCircleBand, nvlResultTransformer };

2

dist/types/modules/NvlController.d.ts

@@ -99,3 +99,3 @@ import type { Node, Relationship } from '../types/graph-element';

setZoomAndPan(zoom: number, panX: number, panY: number): void;
fit(nodeIds: string[], zoomOptions: ZoomOptions): void;
fit(nodeIds: string[], zoomOptions?: ZoomOptions): void;
resetZoom(): void;

@@ -102,0 +102,0 @@ setRenderer(renderer: string): void;

@@ -199,2 +199,4 @@ import type { LogLevelDesc } from 'loglevel';

maxZoom?: number;
/** If true, will not animate the zoom/pan transition. */
animated?: boolean;
};

@@ -201,0 +203,0 @@ export interface NvlState {

@@ -68,5 +68,11 @@ import type { StyledCaption } from '../renderers/canvasrenderer/types';

pinned?: boolean;
/** The x-coordinate for the position of the node.*/
/**
* @ignore
* The x-coordinate for the position of the node.
*/
x?: number;
/** The y-coordinate for the position of the node.*/
/**
* @ignore
* The y-coordinate for the position of the node.
*/
y?: number;

@@ -73,0 +79,0 @@ /** Whether or not the current node is activated.*/

{
"name": "@neo4j-nvl/base",
"version": "0.3.5-a90af4f2",
"version": "0.3.5-aa37c3bf",
"license": "SEE LICENSE IN 'LICENSE.txt'",

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

"dependencies": {
"@neo4j-nvl/layout-workers": "0.3.5-a90af4f2",
"@neo4j-nvl/layout-workers": "0.3.5-aa37c3bf",
"@segment/analytics-next": "^1.70.0",

@@ -54,2 +54,3 @@ "color-string": "^1.9.1",

"copy-webpack-plugin": "^11.0.0",
"neo4j-driver": "^5.26.0",
"typedoc": "^0.23.15",

@@ -59,3 +60,6 @@ "webpack": "^5.75.0",

},
"stableVersion": "0.3.5"
"stableVersion": "0.3.5",
"peerDependencies": {
"neo4j-driver": "*"
}
}

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