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.4 to 0.0.5

6

constants.js

@@ -8,3 +8,4 @@ const path = require('path')

const dlibBuild = path.join(dlibRoot, 'build')
const dlibLocalLib = isWin() ? path.join(dlibBuild, 'dlib/Release/dlib.lib') : path.join(dlibBuild, 'dlib/libdlib.a')
const dlibLibDir = isWin() ? path.join(dlibBuild, 'dlib/Release') : dlibBuild
const dlibLocalLib = isWin() ? path.join(dlibLibDir, 'dlib.lib') : path.join(dlibLibDir, 'libdlib.a')

@@ -16,3 +17,4 @@ module.exports = {

dlibBuild,
dlibLocalLib
dlibLocalLib,
dlibLibDir
}

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

const { dlibSrc, dlibLocalLib } = require('./constants')
const { dlibSrc, dlibLibDir, dlibLocalLib } = require('./constants')
module.exports = {
dlibIncludeDir: dlibSrc,
dlibLibDir,
dlibLib: dlibLocalLib
}
{
"name": "dlib-build",
"version": "0.0.4",
"version": "0.0.5",
"description": "A simple script to auto build dlib",

@@ -5,0 +5,0 @@ "repository": {

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