Comparing version 1.3.0 to 1.3.1
@@ -40,3 +40,4 @@ var Transform = require('./Transform') | ||
if (D === 0) { | ||
var eps = 0.00000001 | ||
if (D < eps) { | ||
// N === 0 => D === 0 | ||
@@ -43,0 +44,0 @@ if (N === 0) { |
@@ -43,3 +43,4 @@ var Transform = require('./Transform') | ||
if (D === 0) { | ||
var eps = 0.00000001 | ||
if (D < eps) { | ||
// N === 0 => D === 0 | ||
@@ -46,0 +47,0 @@ if (N === 0) { |
// generated by genversion | ||
module.exports = '1.3.0' | ||
module.exports = '1.3.1' |
{ | ||
"name": "nudged", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "Affine transformation estimator e.g. for multi-touch gestures and calibration", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
35409
537
0