Socket
Socket
Sign inDemoInstall

opencv4nodejs-prebuilt

Package Overview
Dependencies
69
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.3.1 to 5.3.3

7

install/install.js

@@ -95,6 +95,5 @@ const opencvBuild = require(`@nut-tree/opencv-build-${process.platform}`)

const flags = process.env.BINDINGS_DEBUG ? '--jobs max --debug' : '--jobs max'
const nodegypCmd = 'node-gyp rebuild ' + flags
log.info('install', `spawning node gyp process: ${nodegypCmd}`)
const child = child_process.exec(nodegypCmd, {
const buildCmd = process.env.BINDINGS_DEBUG ? 'npm run rebuild -- --debug' : 'npm run rebuild';
log.info('install', `spawning process: ${buildCmd}`)
const child = child_process.exec(buildCmd, {
maxBuffer: 1024 * 1024 * 10

@@ -101,0 +100,0 @@ }, function(err, stdout, stderr) {

{
"name": "opencv4nodejs-prebuilt",
"version": "5.3.1",
"version": "5.3.3",
"description": "Asynchronous OpenCV 4.x nodejs bindings with JavaScript and TypeScript API.",

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

"npmlog": "^4.1.2",
"prebuild-install": "^6.1.1"
"prebuild-install": "^6.1.3"
},

@@ -52,0 +52,0 @@ "optionalDependencies": {

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