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

@neo4j-nvl/layout-workers

Package Overview
Dependencies
Maintainers
3
Versions
168
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@neo4j-nvl/layout-workers - npm Package Compare versions

Comparing version 0.1.14 to 0.2.1

Neo4j Early Access Agreement - Visualization Library.pdf

4

lib/cosebilkent-layout/workerFactory.js

@@ -0,1 +1,5 @@

/**
* @returns {Worker}
* @internal
*/
export const createCoseBilkentLayoutWorker = () => new Worker(new URL('./CoseBilkentLayout.worker.js', import.meta.url), { type: 'module', name: 'CoseBilkentLayout' });

@@ -0,1 +1,5 @@

/**
* @returns {Worker}
* @internal
*/
export const createHierarchicalLayoutWorker = () => new Worker(new URL('./HierarchicalLayout.worker.js', import.meta.url), { type: 'module', name: 'HierarchicalLayout' });

11

package.json
{
"name": "@neo4j-nvl/layout-workers",
"version": "0.1.14",
"version": "0.2.1",
"license": "SEE LICENSE IN 'Neo4j Early Access Agreement - Visualization Library.pdf'",
"main": "lib/index.js",
"type": "module",
"files": [
"Neo4j Early Access Agreement - Visualization Library.pdf",
"lib"

@@ -12,3 +14,5 @@ ],

"build": "tsc",
"test": "echo 'not implemented'"
"test": "echo 'not implemented'",
"prepack": "cp ../../Neo4j\\ Early\\ Access\\ Agreement\\ -\\ Visualization\\ Library.pdf ./",
"postpack": "rm Neo4j\\ Early\\ Access\\ Agreement\\ -\\ Visualization\\ Library.pdf"
},

@@ -32,5 +36,4 @@ "typedoc": {

"devDependencies": {
"@types/node": "^18.11.11",
"typedoc": "^0.23.26"
"@types/node": "^18.11.11"
}
}
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