New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

@evergis/sgis

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@evergis/sgis - npm Package Compare versions

Comparing version

to
0.5.0-alpha.8

@@ -62,2 +62,3 @@ import { Arc } from "../../renders/Arc";

this._ctx.fillStyle = render.fillColor;
this._ctx.setLineDash(render.lineDash || []);
if (render.isSector) {

@@ -64,0 +65,0 @@ this._ctx.moveTo(center[0], center[1]);

@@ -22,2 +22,4 @@ import { Coordinates } from "../baseTypes";

clockwise?: boolean;
/** @see [[PolyRender.lineDash]] */
lineDash?: number[];
}

@@ -49,2 +51,4 @@ /**

clockwise: boolean;
/** @see [[PolyRender.lineDash]] */
lineDash: number[];
/**

@@ -51,0 +55,0 @@ * @param center - the center of the arc, in the [x, y] format.

@@ -33,2 +33,4 @@ import { VectorRender } from "./Render";

this.clockwise = true;
/** @see [[PolyRender.lineDash]] */
this.lineDash = [];
Object.assign(this, options);

@@ -35,0 +37,0 @@ this.center = center;

@@ -63,4 +63,4 @@ import { PolyControl } from "./controls/PolyControl";

export { Control } from "./controls/Control";
export declare const version = "0.5.0-alpha.7";
export declare const releaseDate = "11.08.2020";
export declare const version = "0.5.0-alpha.8";
export declare const releaseDate = "19.08.2020";
export declare const controls: {

@@ -67,0 +67,0 @@ Circle: typeof Circle;

@@ -65,4 +65,4 @@ import { PolyControl } from "./controls/PolyControl";

export { Control } from "./controls/Control";
export const version = "0.5.0-alpha.7";
export const releaseDate = "11.08.2020";
export const version = "0.5.0-alpha.8";
export const releaseDate = "19.08.2020";
let utilsModulesExt = {};

@@ -69,0 +69,0 @@ Object.assign(utilsModulesExt, utilsModule, { Color: Color });

{
"name": "@evergis/sgis",
"version": "0.5.0-alpha.7",
"version": "0.5.0-alpha.8",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/sGis_bundle.js",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet