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
64
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.8.15 to 0.8.16

3

es/element/edge.js

@@ -289,3 +289,4 @@ /**

name: 'text-shape',
labelRelated: true
labelRelated: true,
draggable: true
});

@@ -292,0 +293,0 @@ group['shapeMap']['text-shape'] = label;

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

export default {
version: '0.8.15',
version: '0.8.16',
rootContainerClassName: 'root-container',

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

@@ -529,3 +529,3 @@ import EventEmitter from '@antv/event-emitter';

*/
off: <T = IG6GraphEvent>(eventName: G6Event, callback: (e: T) => void, once?: boolean) => this;
off: <T = IG6GraphEvent>(eventName?: G6Event, callback?: (e: T) => void, once?: boolean) => this;
/**

@@ -532,0 +532,0 @@ * 销毁画布

@@ -293,3 +293,4 @@ "use strict";

name: 'text-shape',
labelRelated: true
labelRelated: true,
draggable: true
});

@@ -296,0 +297,0 @@ group['shapeMap']['text-shape'] = label;

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

var _default = {
version: '0.8.15',
version: '0.8.16',
rootContainerClassName: 'root-container',

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

@@ -529,3 +529,3 @@ import EventEmitter from '@antv/event-emitter';

*/
off: <T = IG6GraphEvent>(eventName: G6Event, callback: (e: T) => void, once?: boolean) => this;
off: <T = IG6GraphEvent>(eventName?: G6Event, callback?: (e: T) => void, once?: boolean) => this;
/**

@@ -532,0 +532,0 @@ * 销毁画布

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