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

@antv/g6-core

Package Overview
Dependencies
Maintainers
36
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.2.2 to 0.2.3

4

es/graph/controller/layout.js

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

layoutCfg.onLayoutEnd = function () {
graph.emit('afterSublayout', {
graph.emit('aftersublayout', {
type: layoutType

@@ -186,3 +186,3 @@ });

graph.emit('beforeSublayout', {
graph.emit('beforesublayout', {
type: layoutType

@@ -189,0 +189,0 @@ });

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

layoutCfg.onLayoutEnd = function () {
graph.emit('afterSublayout', {
graph.emit('aftersublayout', {
type: layoutType

@@ -195,3 +195,3 @@ });

graph.emit('beforeSublayout', {
graph.emit('beforesublayout', {
type: layoutType

@@ -198,0 +198,0 @@ });

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

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

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