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.3 to 0.0.4

2

constants.js

@@ -8,3 +8,3 @@ 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.so.19.8.0')
const dlibLocalLib = isWin() ? path.join(dlibBuild, 'dlib/Release/dlib.lib') : path.join(dlibBuild, 'dlib/libdlib.a')

@@ -11,0 +11,0 @@ module.exports = {

{
"name": "dlib-build",
"version": "0.0.3",
"version": "0.0.4",
"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