Socket
Socket
Sign inDemoInstall

@u4/opencv4nodejs

Package Overview
Dependencies
98
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.5.0 to 6.5.1

2

install/compileLib.js

@@ -321,3 +321,3 @@ "use strict";

"includePath": [
'Missing node-gyp/Cache/16.13.1/include/node',
// 'Missing node-gyp/Cache/16.13.1/include/node',
...OPENCV4NODEJS_INCLUDES,

@@ -324,0 +324,0 @@ '${workspaceFolder}/node_modules/nan',

{
"name": "@u4/opencv4nodejs",
"version": "6.5.0",
"version": "6.5.1",
"description": "Asynchronous OpenCV 3.x / 4.x nodejs bindings with JavaScript and TypeScript API.",

@@ -38,3 +38,3 @@ "keywords": [

"dependencies": {
"@u4/opencv-build": "0.7.6",
"@u4/opencv-build": "0.7.7",
"@u4/tiny-glob": "^0.3.2",

@@ -48,10 +48,10 @@ "nan": "^2.17.0",

"@types/mri": "^1.1.1",
"@types/node": "^18.14.6",
"@types/node": "^18.15.3",
"@types/npmlog": "^4.1.4",
"@types/progress": "^2.0.5",
"@typescript-eslint/eslint-plugin": "^5.54.1",
"@typescript-eslint/parser": "^5.54.1",
"@typescript-eslint/eslint-plugin": "^5.55.0",
"@typescript-eslint/parser": "^5.55.0",
"axios": "^1.3.4",
"cross-env": "^7.0.3",
"eslint": "^8.35.0",
"eslint": "^8.36.0",
"eslint-config-airbnb": "^19.0.4",

@@ -64,3 +64,3 @@ "eslint-plugin-import": "^2.27.5",

"rimraf": "^4.4.0",
"typescript": "^4.9.5"
"typescript": "^5.0.2"
},

@@ -67,0 +67,0 @@ "files": [

@@ -5,4 +5,4 @@ import { KeyPoint } from './KeyPoint.d';

export class KeyPointDetector {
detect(image: Mat): KeyPoint[];
detectAsync(image: Mat): Promise<KeyPoint[]>;
detect(image: Mat, mask?: Mat): KeyPoint[];
detectAsync(image: Mat, mask?: Mat): Promise<KeyPoint[]>;
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc