Huge News!Announcing our $40M Series B led by Abstract Ventures.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.8 to 0.8.9

2

es/global.js

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

export default {
version: '0.8.8',
version: '0.8.9',
rootContainerClassName: 'root-container',

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

@@ -28,3 +28,3 @@ import { IGroup, IShape } from '@antv/g-base';

*/
draw: (cfg?: ModelConfig, group?: IGroup) => IShape;
draw: (cfg: ModelConfig, group: IGroup) => IShape;
getCustomConfig: (cfg: ModelConfig) => ModelConfig;

@@ -31,0 +31,0 @@ drawShape: (cfg?: ModelConfig, group?: IGroup) => IShape;

@@ -15,3 +15,6 @@ "use strict";

var _graphic = require("../util/graphic");
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); } /**
* @fileOverview 从xml建立自定义Node,包含update
* @author xuzhi.mxz@antfin.com
*/
/**

@@ -18,0 +21,0 @@ * 一种更宽松的JSON 解析,如果遇到不符合规范的字段会直接转为字符串

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

var _default = {
version: '0.8.8',
version: '0.8.9',
rootContainerClassName: 'root-container',

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

@@ -28,3 +28,3 @@ import { IGroup, IShape } from '@antv/g-base';

*/
draw: (cfg?: ModelConfig, group?: IGroup) => IShape;
draw: (cfg: ModelConfig, group: IGroup) => IShape;
getCustomConfig: (cfg: ModelConfig) => ModelConfig;

@@ -31,0 +31,0 @@ drawShape: (cfg?: ModelConfig, group?: IGroup) => IShape;

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