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 0.7.3 to 0.7.4

2

main.js

@@ -35,3 +35,3 @@ #! /usr/bin/env node

if (!pathRawDetectionsInput) {
console.error('Please specify the path to the raw detections file');
//console.error('Please specify the path to the raw detections file');
return;

@@ -38,0 +38,0 @@ }

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

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

@@ -169,3 +169,5 @@ var ItemTracked = require('./ItemTracked').ItemTracked;

} else {
console.log('[Tracker] Nothing detected for frame nº' + frameNb)
if(DEBUG_MODE) {
console.log('[Tracker] Nothing detected for frame nº' + frameNb)
}
// Make existing tracked item available for deletion (to avoid ghost)

@@ -172,0 +174,0 @@ mapOfItemsTracked.forEach(function(itemTracked) {

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