New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.5 to 0.4.6

6

lib/BuildEnv.d.ts

@@ -121,3 +121,3 @@ /// <reference types="node" />

*/
private parsePackageJson;
private static parsePackageJson;
numberOfCoresAvailable(): number;

@@ -128,3 +128,5 @@ /**

*/
private readEnvsFromPackageJson;
static readEnvsFromPackageJson(): {
[key: string]: string | boolean | number;
};
/**

@@ -131,0 +133,0 @@ * openCV uniq version prostfix, used to avoid build path colision.

@@ -99,3 +99,3 @@ "use strict";

try {
packageEnv = this.readEnvsFromPackageJson();
packageEnv = OpenCVBuildEnv.readEnvsFromPackageJson();
}

@@ -253,3 +253,3 @@ catch (err) {

*/
parsePackageJson() {
static parsePackageJson() {
// const absPath = path.resolve(this.rootcwd, 'package.json')

@@ -269,3 +269,3 @@ const absPath = path_1.default.resolve(process.cwd(), 'package.json');

*/
readEnvsFromPackageJson() {
static readEnvsFromPackageJson() {
const rootPackageJSON = this.parsePackageJson();

@@ -272,0 +272,0 @@ if (!rootPackageJSON) {

{
"name": "@u4/opencv-build",
"version": "0.4.5",
"version": "0.4.6",
"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