Socket
Socket
Sign inDemoInstall

opencv4nodejs-prebuilt

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

opencv4nodejs-prebuilt - npm Package Compare versions

Comparing version 4.15.0-minimal to 4.15.0-slim

lib/bundle.js

4

lib/includes.js

@@ -1,2 +0,2 @@

const opencvBuild = require(`@nut-tree/opencv-build-${process.platform}`);
const { opencvInclude } = require("./dirs");
const { resolvePath, defaultDir, linkSystemLibs } = require('./commons');

@@ -10,2 +10,2 @@

// set include dir from auto build
console.log(resolvePath(opencvBuild.opencvInclude));
console.log(resolvePath(opencvInclude));
const opencvBuild = require(`@nut-tree/opencv-build-${process.platform}`);
const { resolvePath, getLibDir, linkSystemLibs } = require('./commons');
const { opencvLibDir } = require("./dirs");

@@ -23,4 +24,3 @@ function linkLibs(libs) {

// if not windows, link libs dynamically
console.log('-L' + resolvePath(opencvBuild.opencvLibDir));
console.log(`-L${resolvePath(opencvLibDir)}`);
opencvBuild.opencvModules.forEach(lib => console.log(`-lopencv_${lib}`));
console.log('-Wl,-rpath,' + resolvePath(opencvBuild.opencvLibDir));
{
"name": "opencv4nodejs-prebuilt",
"version": "4.15.0-minimal",
"version": "4.15.0-slim",
"description": "This is a fork of opencv4nodejs which provides pre-built binaries",

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

},
"opencv": "3.4.6-home"
"opencv": "3.4.6-local"
}

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc