0.1.0 • Published 3 years ago
@nodevu/static v0.1.0
@nodevu/static
Static nodevu data. Automatically updated on some kind of schedule.
Usage
const { default, releases, security, support } = require('@nodevu/static')
// each of these is a giant JSON blob. default is most giant, followed by releases. Security and support are relatively small.
console.log(default)
console.log(releases)
console.log(security)
console.log(support)API
This module has four exports:
default(Object) - the default, full set of data returned by@nodevu/core).releases(Object) - only thereleasesproperties from the default set of data returned by@nodevu/core), following the same heirarchy.security- only thesecurityproperties from the default set of data returned by@nodevu/core), following the same heirarchy.support- only thesupportproperties from the default set of data returned by@nodevu/core), following the same heirarchy.