🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

changelog-url

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

changelog-url

Resolve URLs to the Node.js changelog

1.0.2
latest
Source
npm
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

changelog-url

Build Status

Resolve URLs to the Node.js changelog. Handles legacy versions of Node.js, aswell as io.js and todays Node.js.

.githubUrl(version)

Resolve the GitHub URL of the changelog for any given version, typically the one you'd reference to in releases.

const url = changelog.githubUrl('v4.2.3')
// -> 'https://github.com/nodejs/node/blob/v4.2.3/CHANGELOG.md'

.rawUrl(version)

Resolve the URL of the raw changelog content for any given version.

const url = changelog.rawUrl('v4.2.3')
// -> 'https://raw.githubusercontent.com/nodejs/node/v4.2.3/CHANGELOG.md'

License

MIT

Keywords

node

FAQs

Package last updated on 14 Mar 2016

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