Latest Threat Research:Malicious dYdX Packages Published to npm and PyPI After Maintainer Compromise.Details
Socket
Book a DemoInstallSign in
Socket

crash-reporter-service

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

crash-reporter-service

Aggregate crash reports for Electron apps

latest
npmnpm
Version
1.0.6
Version published
Maintainers
1
Created
Source

crash-reporter-service

Aggregate crash reports for Electron apps

Usage

$ npm install   # install dependencies
$ npm start     # start service

Environment variables

PORT       # set the port the service should listen to
DB_PATH    # set the location the database should be created in
USERNAME   # basic auth username to access results
PASSWORD   # basic auth password to access results

Routes

/report   PUT   Create a new crash report
/list     GET   Stream out a range of timestamps
/404      GET   404 handler

Peer Dependencies

None

License

MIT

FAQs

Package last updated on 15 Jan 2017

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