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.10.0 to 0.10.1

6

common/parser.js

@@ -10,2 +10,4 @@ /* eslint no-self-compare: 0 */

var mergeEdge = require('graphology-utils/add-edge').mergeEdge;
var toMixed = require('graphology-operators/to-mixed');
var toMulti = require('graphology-operators/to-multi');
var helpers = require('../common/helpers.js');

@@ -320,3 +322,3 @@

if (type !== graph.type && graph.type !== 'mixed') {
graph.upgradeToMixed();
graph = toMixed(graph);
}

@@ -330,3 +332,3 @@

) {
graph.upgradeToMulti();
graph = toMulti(graph);
}

@@ -333,0 +335,0 @@

{
"name": "graphology-gexf",
"version": "0.10.0",
"version": "0.10.1",
"description": "GEXF parser & writer for graphology.",

@@ -41,2 +41,3 @@ "main": "index.js",

"dependencies": {
"graphology-operators": "^1.5.0",
"graphology-utils": "^2.4.1",

@@ -43,0 +44,0 @@ "xml-writer": "^1.7.0",

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