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
35
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.15 to 0.0.16

4

es/element/edge.js

@@ -548,3 +548,3 @@ /**

if (isNumber(cfg.curvePosition)) cfg.curvePosition = [cfg.curvePosition, 1 - cfg.curvePosition];
var yDist = Math.abs(endPoint.y - startPoint.y);
var yDist = endPoint.y - startPoint.y;
var curveOffset = [0, 0];

@@ -583,3 +583,3 @@

if (isNumber(cfg.curvePosition)) cfg.curvePosition = [cfg.curvePosition, 1 - cfg.curvePosition];
var xDist = Math.abs(endPoint.x - startPoint.x);
var xDist = endPoint.x - startPoint.x;
var curveOffset = [0, 0];

@@ -586,0 +586,0 @@

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

export default {
version: '0.0.15',
version: '0.0.16',
rootContainerClassName: 'root-container',

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

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

if ((0, _util.isNumber)(cfg.curvePosition)) cfg.curvePosition = [cfg.curvePosition, 1 - cfg.curvePosition];
var yDist = Math.abs(endPoint.y - startPoint.y);
var yDist = endPoint.y - startPoint.y;
var curveOffset = [0, 0];

@@ -599,3 +599,3 @@

if ((0, _util.isNumber)(cfg.curvePosition)) cfg.curvePosition = [cfg.curvePosition, 1 - cfg.curvePosition];
var xDist = Math.abs(endPoint.x - startPoint.x);
var xDist = endPoint.x - startPoint.x;
var curveOffset = [0, 0];

@@ -602,0 +602,0 @@

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

var _default = {
version: '0.0.15',
version: '0.0.16',
rootContainerClassName: 'root-container',

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

{
"name": "@antv/g6-core",
"version": "0.0.15",
"version": "0.0.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