Socket
Socket
Sign inDemoInstall

depthmapx

Package Overview
Dependencies
8
Maintainers
2
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.5 to 0.0.6

2

package.json
{
"name": "depthmapx",
"description": "Node.js Bindings for depthmapX CLI",
"version": "0.0.5",
"version": "0.0.6",
"repository": "archilogic-com/node-depthmapX",

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

# Node.js Bindings for depthmapX CLI
Command Line Interface bindings for depthmapX. Every global option in depthmap CLI has it's method in the depthmapX namespace.
Command Line Interface bindings for depthmapX.
## Methods
| DepthmapX CLI mode | node depthmapX method |
Every global option in depthmap CLI translates to a module method.
| CLI mode option | node module method |
| -------------------- | --------------------- |
| VGA | vga |
| LINK | link |
| VISPREP | visprep |
| AXIAL | axial |
| AGENTS | agents |
| ISOVIST | isovist |
| EXPORT | exportData |
| IMPORT | importData |
| -m VGA | dmx.vga |
| -m LINK | dmx.link |
| -m VISPREP | dmx.visprep |
| -m AXIAL | dmx.axial |
| -m AGENTS | dmx.agents |
| -m ISOVIST | dmx.isovist |
| -m EXPORT | dmx.exportData |
| -m IMPORT | dmx.importData |

@@ -18,0 +20,0 @@ ## Method Options

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc