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
33
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.0.3 to 0.0.4

2

es/global.js

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

export default {
version: '0.0.3',
version: '0.0.4',
rootContainerClassName: 'root-container',

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

@@ -55,2 +55,4 @@ import { __assign } from "tslib";

model[cfg] = deepMix({}, val, model[cfg]);
} else if (isArray(val)) {
model[cfg] = model[cfg] || clone(defaultModel[cfg]);
} else {

@@ -57,0 +59,0 @@ model[cfg] = model[cfg] || defaultModel[cfg];

@@ -1,2 +0,2 @@

/// <reference types="_gl-matrix@3.3.0@gl-matrix" />
/// <reference types="gl-matrix" />
import Behavior from './behavior';

@@ -3,0 +3,0 @@ import AbstractGraph from './graph/graph';

@@ -1,2 +0,2 @@

/// <reference types="_gl-matrix@3.3.0@gl-matrix" />
/// <reference types="gl-matrix" />
import * as MathUtil from './math';

@@ -3,0 +3,0 @@ import { ext } from '@antv/matrix-util';

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

var _default = {
version: '0.0.3',
version: '0.0.4',
rootContainerClassName: 'root-container',

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

@@ -70,2 +70,4 @@ "use strict";

model[cfg] = (0, _util.deepMix)({}, val, model[cfg]);
} else if ((0, _util.isArray)(val)) {
model[cfg] = model[cfg] || (0, _util.clone)(defaultModel[cfg]);
} else {

@@ -72,0 +74,0 @@ model[cfg] = model[cfg] || defaultModel[cfg];

@@ -1,2 +0,2 @@

/// <reference types="_gl-matrix@3.3.0@gl-matrix" />
/// <reference types="gl-matrix" />
import Behavior from './behavior';

@@ -3,0 +3,0 @@ import AbstractGraph from './graph/graph';

@@ -1,2 +0,2 @@

/// <reference types="_gl-matrix@3.3.0@gl-matrix" />
/// <reference types="gl-matrix" />
import * as MathUtil from './math';

@@ -3,0 +3,0 @@ import { ext } from '@antv/matrix-util';

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