graphology-gexf
Advanced tools
Comparing version 0.8.0 to 0.8.1
@@ -1,2 +0,2 @@ | ||
import {Attributes, NodeKey, EdgeKey} from 'graphology-types'; | ||
import {Attributes} from 'graphology-types'; | ||
@@ -36,3 +36,3 @@ type RGBAColor = { | ||
FormattedAttributes extends Attributes = Attributes | ||
> = (key: NodeKey, attributes: NodeAttributes) => FormattedNode<FormattedAttributes>; | ||
> = (key: string, attributes: NodeAttributes) => FormattedNode<FormattedAttributes>; | ||
@@ -42,3 +42,3 @@ export type EdgeFormatter< | ||
FormattedAttributes extends Attributes = Attributes | ||
> = (key: EdgeKey, attributes: EdgeAttributes) => FormattedEdge<FormattedAttributes>; | ||
> = (key: string, attributes: EdgeAttributes) => FormattedEdge<FormattedAttributes>; | ||
@@ -45,0 +45,0 @@ export type GexfWriterOptions< |
{ | ||
"name": "graphology-gexf", | ||
"version": "0.8.0", | ||
"version": "0.8.1", | ||
"description": "GEXF parser & writer for graphology.", | ||
@@ -38,17 +38,4 @@ "main": "index.js", | ||
"homepage": "https://github.com/graphology/graphology-gexf#readme", | ||
"devDependencies": { | ||
"@yomguithereal/eslint-config": "^4.0.0", | ||
"eslint": "^7.29.0", | ||
"graphology": "^0.19.3", | ||
"graphology-types": "^0.19.2", | ||
"mocha": "^9.0.1" | ||
}, | ||
"eslintConfig": { | ||
"extends": "@yomguithereal/eslint-config", | ||
"globals": { | ||
"Set": true | ||
} | ||
}, | ||
"peerDependencies": { | ||
"graphology-types": ">=0.19.0" | ||
"graphology-types": ">=0.20.0" | ||
}, | ||
@@ -59,3 +46,6 @@ "dependencies": { | ||
"xmldom": "^0.6.0" | ||
}, | ||
"eslintConfig": { | ||
"extends": "@yomguithereal/eslint-config" | ||
} | ||
} |
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
31525