Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@devexpress/utils

Package Overview
Dependencies
Maintainers
35
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.3.11 to 1.3.12

7

lib/geometry/polygonal-chain.js

@@ -34,5 +34,6 @@ "use strict";

for (var _i = 0, _a = this.points; _i < _a.length; _i++) {
var rp = _a[_i];
rp.x = rp.x * cosFi + sign * rp.y * sinFi;
rp.y = -sign * rp.x * sinFi + rp.y * cosFi;
var pt = _a[_i];
var clone = pt.clone();
pt.x = clone.x * cosFi + sign * clone.y * sinFi;
pt.y = -sign * clone.x * sinFi + clone.y * cosFi;
}

@@ -39,0 +40,0 @@ this.changeCoordinateCenterTo(center.multiply(-1, -1));

{
"name": "@devexpress/utils",
"version": "1.3.11",
"version": "1.3.12",
"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