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

@u4/opencv4nodejs

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@u4/opencv4nodejs - npm Package Compare versions

Comparing version 6.0.5 to 6.0.7

12

package.json
{
"name": "@u4/opencv4nodejs",
"version": "6.0.5",
"version": "6.0.7",
"description": "Asynchronous OpenCV 3.x nodejs bindings with JavaScript and TypeScript API.",

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

"dependencies": {
"@u4/opencv-build": "^0.4.0",
"@u4/opencv-build": "^0.4.1",
"nan": "^2.15.0",

@@ -68,6 +68,6 @@ "native-node-utils": "^0.2.7",

"@types/progress": "^2.0.5",
"@typescript-eslint/eslint-plugin": "^5.9.0",
"@typescript-eslint/parser": "^5.9.0",
"axios": "^0.24.0",
"eslint": "^8.6.0",
"@typescript-eslint/eslint-plugin": "^5.10.0",
"@typescript-eslint/parser": "^5.10.0",
"axios": "^0.25.0",
"eslint": "^8.7.0",
"eslint-config-airbnb": "^19.0.4",

@@ -74,0 +74,0 @@ "progress": "^2.0.3",

@@ -13,3 +13,3 @@ import { Mat } from './Mat.d';

connect(outPin: string, inpPin: string): void;
connect(outLayerId: number, outNum: number, inpLayerId: number, inpNum: number);
connect(outLayerId: number, outNum: number, inpLayerId: number, inpNum: number): void;
dump(): string;

@@ -29,3 +29,3 @@ dumpToFile(path: string): void;

getUnconnectedOutLayers(): number[];
setInput(blob: Mat, name?: string, scalefactor?: number, mean?: number);
setInput(blob: Mat, name?: string, scalefactor?: number, mean?: number): void;
setInput(blob: Mat, inputName?: string): void;

@@ -32,0 +32,0 @@

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