graphology-indices
Advanced tools
Comparing version 0.13.3 to 0.13.4
The MIT License (MIT) | ||
Copyright (c) 2020 Guillaume Plique (Yomguithereal) | ||
Copyright (c) 2020-2021 Guillaume Plique (Yomguithereal) | ||
@@ -5,0 +5,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy |
{ | ||
"name": "graphology-indices", | ||
"version": "0.13.3", | ||
"version": "0.13.4", | ||
"description": "Miscellaneous indices for graphology.", | ||
@@ -35,23 +35,4 @@ "main": "index.js", | ||
"homepage": "https://github.com/graphology/graphology-indices#readme", | ||
"devDependencies": { | ||
"@yomguithereal/eslint-config": "^4.0.0", | ||
"chai": "^4.2.0", | ||
"eslint": "^7.14.0", | ||
"graphology": "^0.19.2", | ||
"graphology-operators": "^1.3.0", | ||
"graphology-types": "^0.19.0", | ||
"mocha": "^8.2.1" | ||
}, | ||
"eslintConfig": { | ||
"extends": "@yomguithereal/eslint-config", | ||
"globals": { | ||
"Set": true, | ||
"Symbol": true, | ||
"Uint8Array": true, | ||
"Uint32Array": true, | ||
"Float64Array": true | ||
} | ||
}, | ||
"peerDependencies": { | ||
"graphology-types": ">=0.19.0" | ||
"graphology-types": ">=0.20.0" | ||
}, | ||
@@ -61,3 +42,6 @@ "dependencies": { | ||
"mnemonist": "^0.38.0" | ||
}, | ||
"eslintConfig": { | ||
"extends": "@yomguithereal/eslint-config" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
import Graph, {NodeKey} from 'graphology-types'; | ||
import Graph from 'graphology-types'; | ||
@@ -6,3 +6,3 @@ export default class SortedComponentsIndex { | ||
offsets: Uint32Array; | ||
nodes: Array<NodeKey>; | ||
nodes: Array<string>; | ||
count: number; | ||
@@ -9,0 +9,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
0
40588