🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

detection-lib

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

detection-lib - npm Package Compare versions

Comparing version

to
1.0.5

2

package.json
{
"name": "detection-lib",
"version": "1.0.4",
"version": "1.0.5",
"main": "src/DetectorFactory.js",

@@ -5,0 +5,0 @@ "scripts": {

import { Detector } from './types.js';
import { FaceDetection } from '@mediapipe/face_detection';
// import { FaceDetection } from '@mediapipe/face_detection';
export class FaceDetector extends Detector {

@@ -10,3 +10,3 @@ constructor() {

locateFile: (file) =>
`../mediapipe/face_detection/${file}`,
'../mediapipe/face_detection/'+file,
});

@@ -13,0 +13,0 @@