New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

changelog-view

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

changelog-view

Tool to view changelog of package in console

  • 1.0.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
3
decreased by-85.71%
Maintainers
1
Weekly downloads
 
Created
Source

Changelog view

Tool view changelog in console.

It list only the changes between the specified version and the latest version. You can see it as a git diff between version for changelogs.

Installation

Yarn

yarn install --dev changelog-view

npm

npm install (-g) changelog-view

or you can use npx to automatically run the program

Usage

yarn / npm:

changelog-view <package@currentVersion> [<package@currentVersion> ...]

With npx:

npx changelog-view <package@currentVersion> [<package@currentVersion> ...]

Example

changelog-view howardabrams/node-mocks-http@1.5.4 mapado/rest-client-js-sdk@0.14.1

Features

The package checks on github if a file named CHANGELOG.md or HISTORY.md is present.

If not, it tries to list the github releases.

It tries to parse the markdown files and filter only version greater than the specified version.

To be done

  • [] read yarn / npm / composer lockfiles to guess the package url
  • [] read yarn / npm / composer lockfiles to guess the current version

FAQs

Package last updated on 15 Sep 2017

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc