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

nudged

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nudged - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

3

lib/estimateTR.js

@@ -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": [

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