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

dlib-build

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dlib-build - npm Package Compare versions

Comparing version 0.0.0 to 0.0.1

6

index.js

@@ -1,6 +0,6 @@

const { dlibSource, dlibLocalLib } = require('./constants')
const { dlibRoot, dlibLocalLib } = require('./constants')
module.exports = {
dlibIncludeDir: dlibSource,
dlibLibDir: dlibLocalLib
dlibIncludeDir: dlibRoot,
dlibLib: dlibLocalLib
}

@@ -48,7 +48,7 @@ const { exec, execFile, spawn } = require('child_process');

exports.requireGit = function() {
return _exec('which git')
return _exec('git --version')
}
exports.requireCmake = function() {
return _exec('which cmake')
return _exec('cmake --version')
}

@@ -55,0 +55,0 @@

{
"name": "dlib-build",
"version": "0.0.0",
"version": "0.0.1",
"description": "A simple script to auto build dlib",

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

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