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

@u4/opencv-build

Package Overview
Dependencies
Maintainers
1
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@u4/opencv-build - npm Package Compare versions

Comparing version 0.4.4 to 0.4.5

4

lib/BuildEnv.js

@@ -190,6 +190,6 @@ "use strict";

if (no_autobuild) {
for (const varname in ['OPENCV_INCLUDE_DIR', 'OPENCV_LIB_DIR', 'OPENCV_BIN_DIR']) {
for (const varname of ['OPENCV_INCLUDE_DIR', 'OPENCV_LIB_DIR', 'OPENCV_BIN_DIR']) {
const value = process.env[varname];
if (!value) {
throw new Error(`${varname} must be define if can not be create nobuild/disableAutoBuild/OPENCV4NODEJS_DISABLE_AUTOBUILD is set`);
throw new Error(`${varname} must be define if can not be create nobuild / disableAutoBuild / OPENCV4NODEJS_DISABLE_AUTOBUILD is set`);
}

@@ -196,0 +196,0 @@ let stats;

{
"name": "@u4/opencv-build",
"version": "0.4.4",
"version": "0.4.5",
"description": "A simple script to auto build recent OpenCV + contrib version via npm 2022 Edition",

@@ -5,0 +5,0 @@ "main": "./lib/index.js",

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