@neo4j-nvl/layout-workers
Advanced tools
Comparing version 0.1.14 to 0.2.1
@@ -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' }); |
{ | ||
"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" | ||
} | ||
} |
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
Misc. License Issues
License(Experimental) A package's licensing information has fine-grained problems.
Found 1 instance in 1 package
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
216909
1
19
0
501
1