A dictionary containing trusted semver ranges of core NPM packages, and manually-verified versions of 3rd party NPM packages used consistently across the Sails framework, Node Machine project, and related modules.
var rodestead = require('rodestead');
console.log(rodestead.verifiedReleases);
// =>
// {
// 'async': '2.0.1',
// 'lodash': '3.10.1',
// // ...etc
// }
console.log(rodestead.trustedSemverRanges);
// =>
// {
// '@sailshq/lodash': '^3.10.2',
// 'include-all': '^1.0.5',
// // ...etc
// }
If you have questions or are having trouble, click here.
To report a bug, click here.
Please observe the guidelines and conventions laid out in the Sails project contribution guide when opening issues or submitting pull requests.
This package, like the Sails framework, is free and open-source under the MIT License.