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
34
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.9 to 0.0.10

2

es/global.js

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

export default {
version: '0.0.9',
version: '0.0.10',
rootContainerClassName: 'root-container',

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

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

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

@@ -435,3 +435,3 @@ import Shape, { Arrow, Marker } from './element';

rotate: number;
textAlign: CanvasTextAlign;
textAlign: "center" | "left" | "right" | "start" | "end";
angle: number;

@@ -445,3 +445,3 @@ x: number;

fontStyle: "normal" | "italic" | "oblique";
fontWeight?: number | "bold" | "normal" | "bolder" | "lighter";
fontWeight?: number | "normal" | "bold" | "bolder" | "lighter";
fill: string;

@@ -455,3 +455,3 @@ rotateCenter: string;

position: string;
textBaseline: CanvasTextBaseline;
textBaseline: "top" | "middle" | "bottom" | "hanging" | "alphabetic" | "ideographic";
offset: number;

@@ -458,0 +458,0 @@ background?: {

@@ -107,2 +107,3 @@ import { IGroup, Event as GraphEvent, BBox, AnimateCfg, ICanvas, IShape } from '@antv/g-base';

enableOptimize?: boolean;
allowDragOnItem?: boolean;
optimizeZoom?: number;

@@ -109,0 +110,0 @@ multiple?: boolean;

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

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

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

rotate: number;
textAlign: CanvasTextAlign;
textAlign: "center" | "left" | "right" | "start" | "end";
angle: number;

@@ -63,3 +63,3 @@ x: number;

fontStyle: "normal" | "italic" | "oblique";
fontWeight?: number | "bold" | "normal" | "bolder" | "lighter";
fontWeight?: number | "normal" | "bold" | "bolder" | "lighter";
fill: string;

@@ -73,3 +73,3 @@ rotateCenter: string;

position: string;
textBaseline: CanvasTextBaseline;
textBaseline: "top" | "middle" | "bottom" | "hanging" | "alphabetic" | "ideographic";
offset: number;

@@ -76,0 +76,0 @@ background?: {

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

var _default = {
version: '0.0.9',
version: '0.0.10',
rootContainerClassName: 'root-container',

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

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

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

@@ -435,3 +435,3 @@ import Shape, { Arrow, Marker } from './element';

rotate: number;
textAlign: CanvasTextAlign;
textAlign: "center" | "left" | "right" | "start" | "end";
angle: number;

@@ -445,3 +445,3 @@ x: number;

fontStyle: "normal" | "italic" | "oblique";
fontWeight?: number | "bold" | "normal" | "bolder" | "lighter";
fontWeight?: number | "normal" | "bold" | "bolder" | "lighter";
fill: string;

@@ -455,3 +455,3 @@ rotateCenter: string;

position: string;
textBaseline: CanvasTextBaseline;
textBaseline: "top" | "middle" | "bottom" | "hanging" | "alphabetic" | "ideographic";
offset: number;

@@ -458,0 +458,0 @@ background?: {

@@ -107,2 +107,3 @@ import { IGroup, Event as GraphEvent, BBox, AnimateCfg, ICanvas, IShape } from '@antv/g-base';

enableOptimize?: boolean;
allowDragOnItem?: boolean;
optimizeZoom?: number;

@@ -109,0 +110,0 @@ multiple?: boolean;

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

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

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

rotate: number;
textAlign: CanvasTextAlign;
textAlign: "center" | "left" | "right" | "start" | "end";
angle: number;

@@ -63,3 +63,3 @@ x: number;

fontStyle: "normal" | "italic" | "oblique";
fontWeight?: number | "bold" | "normal" | "bolder" | "lighter";
fontWeight?: number | "normal" | "bold" | "bolder" | "lighter";
fill: string;

@@ -73,3 +73,3 @@ rotateCenter: string;

position: string;
textBaseline: CanvasTextBaseline;
textBaseline: "top" | "middle" | "bottom" | "hanging" | "alphabetic" | "ideographic";
offset: number;

@@ -76,0 +76,0 @@ background?: {

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

@@ -96,4 +96,4 @@ "keywords": [

"ts-loader": "^7.0.3",
"typescript": "^3.5.3"
"typescript": "^3.9.5"
}
}
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