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

autopsy

Package Overview
Dependencies
Maintainers
3
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

autopsy - npm Package Compare versions

Comparing version 0.2.3 to 0.3.0

bin/ssh.js

9

bin/setup.js

@@ -7,2 +7,11 @@ #!/usr/bin/env node

var assets = require('../lib/assets-uri')
var virtualized = require('in-virtualized-os')()
if (virtualized) {
console.error('This is a virtualized environment, can\'t set up a vm in a vm')
console.error('However we can setup autopsy on our local machine and tunnel through')
console.error('Checkout the autopsy-ssh command for more info')
return
}
console.time('SETUP TIME')

@@ -9,0 +18,0 @@ console.log('SETUP: Setting up smartos vm')

3

package.json
{
"name": "autopsy",
"version": "0.2.3",
"version": "0.3.0",
"description": "dissect dead node service core dumps with mdb via a smart os vm",

@@ -15,2 +15,3 @@ "main": "index.js",

"autopsy": "./bin/mdb.js",
"autopsy-ssh": "./bin/ssh.js",
"autopsy-start": "./bin/start.js",

@@ -17,0 +18,0 @@ "autopsy-stop": "./bin/stop.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