Socket
Socket
Sign inDemoInstall

@devexpress/utils

Package Overview
Dependencies
Maintainers
38
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@devexpress/utils - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

1

lib/geometry/polygon.d.ts

@@ -6,3 +6,2 @@ import { IRectangle } from './interfaces';

export declare class Polygon<T extends Point = Point> extends PolygonalChain<T> {
points: T[];
static fromRectangle(rect: IRectangle): Polygon<Point>;

@@ -9,0 +8,0 @@ getEdge(edgeIndex: number): Segment;

4

lib/geometry/polygon.js

@@ -12,5 +12,3 @@ "use strict";

function Polygon() {
var _this = _super !== null && _super.apply(this, arguments) || this;
_this.points = [];
return _this;
return _super !== null && _super.apply(this, arguments) || this;
}

@@ -17,0 +15,0 @@ Object.defineProperty(Polygon.prototype, "numEdges", {

{
"name": "@devexpress/utils",
"version": "1.1.0",
"version": "1.1.1",
"description": "DevExpress utils",

@@ -5,0 +5,0 @@ "author": "DevExpress Inc.",

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

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

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