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

depthmapx

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

depthmapx - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

6

index.js

@@ -8,7 +8,7 @@ const spawn = require('child_process').spawn

const depthmapVersions = {
linux: './bin/linux/depthmapXcli',
darwin: './bin/osx/depthmapXcli'
linux: '/bin/linux/depthmapXcli',
darwin: '/bin/osx/depthmapXcli'
//win32: './bin/win32/depthmapXcli' // FIXME: add Win32 CLI executable
}
const depthmapPath = depthmapVersions[process.platform]
const depthmapPath = __dirname + depthmapVersions[process.platform]

@@ -15,0 +15,0 @@ // methods

{
"name": "depthmapx",
"description": "Node.js Bindings for depthmapX CLI",
"version": "0.0.2",
"version": "0.0.3",
"repository": "archilogic-com/node-depthmapX",

@@ -6,0 +6,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