Socket
Socket
Sign inDemoInstall

opencv-wasm

Package Overview
Dependencies
0
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.3.0-2 to 4.3.0-3

index.d.ts

9

index.js
module.exports = {
/**
* OpenCV Object
*/
cv: require('./opencv.js'),
/**
* Translate Open CV error code into meaningful sentence
* @param {*} cv OpenCV object
* @param {*} err Error code
*/
cvTranslateError: function (cv, err) {

@@ -13,0 +4,0 @@ // Code modified from OpenCV TryIt playground

14

package.json
{
"name": "opencv-wasm",
"version": "4.3.0-2",
"version": "4.3.0-3",
"description": "Precompiled OpenCV 4.3.0 to JavaScript + WebAssembly for node.js environment",

@@ -13,4 +13,8 @@ "main": "index.js",

"files": [
"index.js",
"index.d.ts",
"opencv.js",
"opencv.wasm"
"opencv.wasm",
"opencv.d.ts",
"types"
],

@@ -33,4 +37,8 @@ "repository": {

"mocha": "^7.1.2",
"pixelmatch": "^5.2.0"
"pixelmatch": "^5.2.0",
"@types/node": "^14.0.1",
"ansi-colors": "^4.1.1",
"minimist": "^1.2.0",
"node-qunit": "latest"
}
}
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