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

boomerang-sandbox

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

boomerang-sandbox

streaming logs to the browser

  • 1.0.6
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

sandbox-tail � Streaming logs of sandbox API to the browser

sandbox-tail is a Node.js application for streaming logs to the browser. It's a tail -F with UI. It's cloned from https://github.com/mthenw/frontail. Modify to parse the log from sandbox runtime project https://github.com/getsandbox/sandbox

Options

  • -s or --sandbox is the place of sandbox service
  • -x or --sandbox-port is the port of sandbox service

Dependencies

  • NodeJs important! you actually might not have this.
  • tail the Unix command line to read the content of file. On windows you must install manualy the tail package or using git bash to run the command

Usage

  • npm install
  • node index.js --port=9004 log/debug.log -s 'sandbox-lib' -x 9003
  • Web interface runs on http://localhost:9004

License

MIT

Keywords

FAQs

Package last updated on 16 Mar 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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