Socket
Socket
Sign inDemoInstall

geomath

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

geomath - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

math/matrix3.js

@@ -446,3 +446,3 @@ (function (factory) {

document.body.appendChild(div);
var rect = div.getBoundingClientRect(), result = !!(getComputedStyle(div, null).MozTransform && ((rect.bottom - rect.top) < 300)); // wow
var rect = div.getBoundingClientRect(), cp = getComputedStyle(div, null), result = !!(cp.MozTransform && cp.MozTransform !== "none" && ((rect.bottom - rect.top) < 300)); // wow
div.parentNode.removeChild(div);

@@ -449,0 +449,0 @@ return result;

@@ -790,3 +790,3 @@ (function (factory) {

document.body.appendChild(div);
var rect = div.getBoundingClientRect(), result = !!(getComputedStyle(div, null).MozTransform && (rect.bottom - rect.top < 300)); // wow
var rect = div.getBoundingClientRect(), cp = getComputedStyle(div, null), result = !!(cp.MozTransform && cp.MozTransform !== "none" && ((rect.bottom - rect.top) < 300)); // wow
div.parentNode.removeChild(div);

@@ -793,0 +793,0 @@ return result;

{
"name": "geomath",
"version": "1.0.1",
"version": "1.0.2",
"description": "AMD Geometry and Matrix modules using reuse pattern for better performance",

@@ -5,0 +5,0 @@ "author": "SPA Tools",

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