New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

coverage-collector

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

coverage-collector

A simple server for collecting code coverage objects

latest
Source
npmnpm
Version
0.0.5
Version published
Weekly downloads
483
27.78%
Maintainers
1
Weekly downloads
 
Created
Source

coverage-collector

a simple server for collection of code coverage objects

###Starting the server

    var collector=require('coverage-collector');
    collector({port:3001});

###Collecting data curl -X POST http://localhost:3001/data -H "Content-Type: application/json" -d '{"coverage":"object"}'

###Retrieving collected data curl -X GET http://localhost:3001/data returns [{"coverage":"object"}]

###Stopping the server curl -X GET http://localhost:3001/done

###Contributing If you have issues or you want to discuss other use cases, feel free to open an issue or send a pull request on github

Keywords

coverage

FAQs

Package last updated on 30 Jun 2015

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