Socket
Socket
Sign inDemoInstall

@id3/facedetector

Package Overview
Dependencies
Maintainers
2
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@id3/facedetector - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

2

package.json
{
"name": "@id3/facedetector",
"version": "1.1.1",
"version": "1.1.2",
"description": "Detect and track faces in real-time from web camera and video stream",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -130,3 +130,6 @@ /*

*/
FaceDetector.prototype.startDetecting = function (updateDelay = 60) {
FaceDetector.prototype.startDetecting = function (updateDelay) {
if (!updateDelay) {
updateDelay = 60;
}
this.updateDelayParam = updateDelay;

@@ -133,0 +136,0 @@ if (this.updateTimer) {

Sorry, the diff of this file is too big to display

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