davglass / follow-registry

npm registry follower

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

npm registry follower

This module is an addon to the follow that tracks changes from skimdb and returns a handler with the json modified.

This is to be used by other modules, for example registry-static

changes feed

Instead of using the "standard" feed, this pulls the feed and breaks up the data into usable bits:

{
    json: {.. the full package.json ..},
    versions: [ .. version info split into parts ..],
    tarballs: [ .. all of the tarball data (shasum and url) .. ]
}

why?

http://blog.npmjs.org/post/83774616862/deprecating-fullfatdb

build

Build Status

About

npm registry follower

License:Other


Languages

Language:JavaScript 100.0%