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.3.1 to 0.3.2

9

bin/download.js
var download = require('../lib/download')
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
}
download(assets)

16

bin/setup.js
#!/usr/bin/env node
var path = require('path')
var vbm = require('vboxmanage')
var fs = require('fs')
var download = require('../lib/download')
var assets = require('../lib/assets-uri')
var virtualized = require('in-virtualized-os')()
var virtualized = require('../lib/in-virtualized-os')()
if (virtualized) {

@@ -13,5 +9,11 @@ console.error('This is a virtualized environment, can\'t set up a vm in a vm')

console.error('Checkout the autopsy-ssh command for more info')
return
process.exit(1)
}
var path = require('path')
var vbm = require('vboxmanage')
var fs = require('fs')
var download = require('../lib/download')
var assets = require('../lib/assets-uri')
console.time('SETUP TIME')

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

{
"name": "autopsy",
"version": "0.3.1",
"version": "0.3.2",
"description": "dissect dead node service core dumps with mdb via a smart os vm",

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

"keypress": "^0.2.1",
"proc-cpuinfo": "^1.0.0",
"progress-stream": "^1.1.1",

@@ -37,0 +38,0 @@ "scp2": "^0.2.2",

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