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

opencv-build

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

opencv-build - npm Package Compare versions

Comparing version 0.0.0 to 0.0.1

6

index.js

@@ -41,5 +41,5 @@ const path = require('path')

// if not windows, link libs dynamically
console.log('-L' + opencvLibDir)
console.log('-Wl,-rpath,' + opencvLibDir)
getLibs().map(lib => lib.libPath).forEach(lib => console.log('-lopencv_' + lib))
console.log('-L' + resolvePath(opencvLibDir))
opencvModules.forEach(lib => console.log('-lopencv_' + lib))
console.log('-Wl,-rpath,' + resolvePath(opencvLibDir))
}

@@ -46,0 +46,0 @@

@@ -41,2 +41,3 @@ const { exec, spawn, isWin } = require('./utils')

return () => spawn('make', ['all'], { cwd: opencvBuild })
.then(() => spawn('make', ['install'], { cwd: opencvBuild }))
}

@@ -43,0 +44,0 @@

{
"name": "opencv-build",
"version": "0.0.0",
"version": "0.0.1",
"description": "A simple script to auto build recent OpenCV + contrib version via npm",

@@ -13,3 +13,7 @@ "main": "index.js",

},
"keywords": ["opencv", "build", "opencv4nodejs"],
"keywords": [
"opencv",
"build",
"opencv4nodejs"
],
"author": "justadudewhohacks",

@@ -16,0 +20,0 @@ "license": "ISC",

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

A simple script to auto build recent OpenCV + contrib version via npm. This script is used to auto build <a name="https://github.com/justadudewhohacks/opencv4nodejs"><b>opencv4nodejs </b></a>.
A simple script to auto build recent OpenCV + contrib version via npm. This script is used to auto build <a href="https://github.com/justadudewhohacks/opencv4nodejs"><b>opencv4nodejs</b></a>.

@@ -3,0 +3,0 @@ # Install

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