Gathering detailed insights and metrics for @types/cytoscape-avsdf
Gathering detailed insights and metrics for @types/cytoscape-avsdf
Gathering detailed insights and metrics for @types/cytoscape-avsdf
Gathering detailed insights and metrics for @types/cytoscape-avsdf
The repository for high quality TypeScript type definitions.
npm install @types/cytoscape-avsdf
Typescript
Module System
TypeScript (99.84%)
JavaScript (0.15%)
Shell (0.01%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
NOASSERTION License
50,042 Stars
89,744 Commits
30,435 Forks
640 Watchers
6 Branches
9,957 Contributors
Updated on Jul 15, 2025
Latest Version
1.0.3
Package Id
@types/cytoscape-avsdf@1.0.3
Unpacked Size
5.86 kB
Size
2.11 kB
File Count
5
Published on
Nov 07, 2023
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
1
npm install --save @types/cytoscape-avsdf
This package contains type definitions for cytoscape-avsdf (https://github.com/iVis-at-Bilkent/cytoscape.js-avsdf).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/cytoscape-avsdf.
1import cytoscape = require("cytoscape"); 2 3declare const cytoscapeAvsdf: cytoscape.Ext; 4export = cytoscapeAvsdf; 5export as namespace cytoscapeAvsdf; 6 7declare namespace cytoscapeAvsdf { 8 /** 9 * Options for the Adjacent Vertex with Smallest Degree First (AVSDF) layout 10 * algorithm. 11 * @see <a href='https://github.com/iVis-at-Bilkent/cytoscape.js-avsdf'>cytoscape-avsdf package Documentation</a> 12 */ 13 interface AvsdfLayoutOptions extends cytoscape.BaseLayoutOptions { 14 name: "avsdf"; 15 16 /** 17 * number of ticks per frame; higher is faster but more jerky 18 * @default 30 19 */ 20 refresh?: number; 21 22 /** 23 * Whether to fit the network view after when done 24 * @default true 25 */ 26 fit?: boolean; 27 28 /** 29 * Padding on fit 30 * @default 10 31 */ 32 padding?: number; 33 34 /** 35 * Prevent the user grabbing nodes during the layout (usually with animate:true) 36 * @default false 37 */ 38 ungrabifyWhileSimulating?: boolean; 39 40 /** 41 * Type of layout animation. The option set is {'during', 'end', false} 42 * @default 'end' 43 */ 44 animate?: "end" | "during" | false; 45 46 /** 47 * easing of animation if enabled 48 * @default undefined 49 */ 50 animationEasing?: cytoscape.Css.TransitionTimingFunction; 51 52 /** 53 * Duration for animate:end 54 * @default 500 55 */ 56 animationDuration?: number; 57 58 /** 59 * How apart the nodes are 60 * @default 60 61 */ 62 nodeSeparation?: number; 63 } 64} 65
These definitions were written by Roger Dubbs.
No vulnerabilities found.
Reason
30 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10
Reason
security policy file detected
Details
Reason
no dangerous workflow patterns detected
Reason
0 existing vulnerabilities detected
Reason
no binaries found in the repo
Reason
Found 27/30 approved changesets -- score normalized to 9
Reason
license file detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 8
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
project is not fuzzed
Details
Score
Last Scanned on 2025-07-14
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More