New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@antv/g6-core

Package Overview
Dependencies
Maintainers
62
Versions
122
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@antv/g6-core - npm Package Compare versions

Comparing version 0.7.14 to 0.7.15

2

es/global.js

@@ -50,3 +50,3 @@ var subjectColor = 'rgb(95, 149, 255)';

export default {
version: '0.7.14',
version: '0.7.15',
rootContainerClassName: 'root-container',

@@ -53,0 +53,0 @@ nodeContainerClassName: 'node-container',

@@ -105,2 +105,3 @@ import { __assign, __rest } from "tslib";

LayoutController.prototype.setDataFromGraph = function () {
var _a;
var nodes = [];

@@ -156,3 +157,6 @@ var hiddenNodes = [];

hiddenCombos: hiddenCombos,
comboEdges: comboEdges
comboEdges: comboEdges,
vedges: (_a = this.graph.get('vedges')) === null || _a === void 0 ? void 0 : _a.map(function (edge) {
return edge.getModel();
})
};

@@ -159,0 +163,0 @@ };

@@ -56,3 +56,3 @@ "use strict";

var _default = {
version: '0.7.14',
version: '0.7.15',
rootContainerClassName: 'root-container',

@@ -59,0 +59,0 @@ nodeContainerClassName: 'node-container',

@@ -111,2 +111,3 @@ "use strict";

LayoutController.prototype.setDataFromGraph = function () {
var _a;
var nodes = [];

@@ -162,3 +163,6 @@ var hiddenNodes = [];

hiddenCombos: hiddenCombos,
comboEdges: comboEdges
comboEdges: comboEdges,
vedges: (_a = this.graph.get('vedges')) === null || _a === void 0 ? void 0 : _a.map(function (edge) {
return edge.getModel();
})
};

@@ -165,0 +169,0 @@ };

{
"name": "@antv/g6-core",
"version": "0.7.14",
"version": "0.7.15",
"description": "A Graph Visualization Framework in JavaScript",

@@ -5,0 +5,0 @@ "keywords": [

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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