Socket
Socket
Sign inDemoInstall

connect-os-stats

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

connect-os-stats

Simply putting the status from node os into json and returning them to request.


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

connect-os-stats

Simply putting the status from node os into json and returning them to request.

build status


npm install connect-os-stats

Express example

var app = require('express')();

var stats = require('./index');

app.get('/stats', stats());

app.listen(3010);

This module does not have to be used with connect or express. It supports method definition (req, res); as long as res supports.

setHeader / write / end

Keywords

FAQs

Package last updated on 20 Feb 2014

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