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
61
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.0 to 0.7.1

2

es/global.js

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

export default {
version: '0.7.0',
version: '0.7.1',
rootContainerClassName: 'root-container',

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

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

var relayoutPromise = _this.execLayoutMethod(layoutMethod, currentCfg);
var relayoutPromise = _this.execLayoutMethod(currentCfg, index);

@@ -216,0 +216,0 @@ if (index === layoutMethods.length - 1) {

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

var _default = {
version: '0.7.0',
version: '0.7.1',
rootContainerClassName: 'root-container',

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

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

var relayoutPromise = _this.execLayoutMethod(layoutMethod, currentCfg);
var relayoutPromise = _this.execLayoutMethod(currentCfg, index);

@@ -224,0 +224,0 @@ if (index === layoutMethods.length - 1) {

{
"name": "@antv/g6-core",
"version": "0.7.0",
"version": "0.7.1",
"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