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

node-moving-things-tracker

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-moving-things-tracker - npm Package Compare versions

Comparing version

to
0.5.3

4

ItemTracked.js

@@ -172,3 +172,3 @@ var uuidv4 = require('uuid/v4');

h: parseInt(this.h, 10),
confidence: parseInt(this.confidence, 10),
confidence: this.confidence,
// Here we negate dy to be in "normal" carthesian coordinates

@@ -190,3 +190,3 @@ bearing: parseInt(computeBearingIn360(this.velocity.dx, - this.velocity.dy)),

h: parseInt(this.h, 10),
confidence: parseInt(this.confidence, 10),
confidence: this.confidence,
// Here we negate dy to be in "normal" carthesian coordinates

@@ -193,0 +193,0 @@ bearing: parseInt(computeBearingIn360(this.velocity.dx, - this.velocity.dy), 10),

{
"name": "node-moving-things-tracker",
"version": "0.5.2",
"version": "0.5.3",
"description": "Tracker by detections in javascript for node.js / browsers",

@@ -5,0 +5,0 @@ "url": "https://github.com/tdurand/node-moving-things-tracker",