Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

opencv4nodejs

Package Overview
Dependencies
Maintainers
1
Versions
120
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

opencv4nodejs - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

4

lib/opencv4nodejs.js

@@ -1,5 +0,3 @@

const binary = require('node-pre-gyp');
const path = require('path');
const bindingPath = binary.find(path.resolve(path.join(__dirname, '../package.json')), { debug: !!process.env.DEBUG });
const binding = require(bindingPath);
const binding = require('../build/Release/opencv4nodejs');
const { resolvePath } = require('./utils');

@@ -6,0 +4,0 @@

{
"name": "opencv4nodejs",
"version": "1.1.1",
"version": "1.1.2",
"description": "",
"keywords": [
"opencv",
"cv",
"computer vision",
"image",
"processing",
"detection",
"recognition",
"tracking",
"matching",
"face"
],
"main": "./lib/opencv4nodejs.js",
"scripts": {
"install": "node-pre-gyp install --fallback-to-build",
"reinstall": "node-pre-gyp reinstall --fallback-to-build",
"install": "node-gyp rebuild",
"configure": "node-gyp configure",
"build": "node-gyp configure build",
"rebuild": "node-gyp configure rebuild"
"rebuild": "node-gyp rebuild"
},
"binary": {
"module_name": "opencv4nodejs",
"module_path": "./build/Release/",
"host": "none"
},
"author": "justadudewhohacks",

@@ -26,5 +32,4 @@ "license": "ISC",

"dependencies": {
"nan": "^2.6.2",
"node-pre-gyp": "^0.6.36"
"nan": "^2.6.2"
}
}
opencv4nodejs
=============
[![Build Status](https://travis-ci.org/justadudewhohacks/opencv4nodejs.svg?branch=master)](http://travis-ci.org/justadudewhohacks/opencv4nodejs)

@@ -4,0 +5,0 @@ **Brings lots of features of OpenCV 3.x to nodejs to use as a service, integrate into your Electron app or simply to play around with the OpenCV API in Javascript instead of C++.**

Sorry, the diff of this file is not supported yet

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