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

@zag-js/rect-utils

Package Overview
Dependencies
Maintainers
1
Versions
794
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zag-js/rect-utils - npm Package Compare versions

Comparing version 0.0.0-dev-20220714091855 to 0.0.0-dev-20220823143241

20

dist/index.js

@@ -333,8 +333,20 @@ "use strict";

const pMin = {
x: min.apply(Math, rs.map((r) => r.minX)),
y: min.apply(Math, rs.map((r) => r.minY))
x: min.apply(
Math,
rs.map((r) => r.minX)
),
y: min.apply(
Math,
rs.map((r) => r.minY)
)
};
const pMax = {
x: max.apply(Math, rs.map((r) => r.maxX)),
y: max.apply(Math, rs.map((r) => r.maxY))
x: max.apply(
Math,
rs.map((r) => r.maxX)
),
y: max.apply(
Math,
rs.map((r) => r.maxY)
)
};

@@ -341,0 +353,0 @@ return getRectFromPoints(pMin, pMax);

6

package.json
{
"name": "@zag-js/rect-utils",
"version": "0.0.0-dev-20220714091855",
"version": "0.0.0-dev-20220823143241",
"description": "",

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

"devDependencies": {
"@zag-js/dom-utils": "0.0.0-dev-20220714091855",
"@zag-js/utils": "0.0.0-dev-20220714091855"
"@zag-js/dom-utils": "0.0.0-dev-20220823143241",
"@zag-js/utils": "0.0.0-dev-20220823143241"
},

@@ -32,0 +32,0 @@ "scripts": {

Sorry, the diff of this file is not supported yet

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