0.4.1 • Published 9 years ago

registry-status-pagelet v0.4.1

Weekly downloads
6
License
MIT
Repository
github
Last release
9 years ago

registry-status-pagelet

Pagelet for visual overview of the npm registry and its mirrors. d3 is used for

Installation

This package is released in the public npm registry and can be installed using:

npm install --save registry-status-pagelet

Please note that this module should be used together with the BigPipe framework.

Configuration

There are various of options that can be configured in the pagelet.

  • status: Data collection per type and per registry. Preferably this is updated by something like npm-probe.
  • latest: Collection of latest values per type and per registry. These could be updated by EventEmitters or similar.

These options should be set when you're extending the registry-status-pagelet

module.exports = require('registry-status-pagelet').extend({
  get status() {
    return collector.data || {};
  },

  get latest() {
    return collector.latest || {};
  }
});
0.4.1

9 years ago

0.4.0

10 years ago

0.3.0

10 years ago

0.2.0

10 years ago

0.1.8

10 years ago

0.1.7

10 years ago

0.1.6

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago