Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

graphology-gexf

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphology-gexf - npm Package Compare versions

Comparing version 0.8.0 to 0.8.1

6

common/types.d.ts

@@ -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"
}
}
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