Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@appliedblockchain/changelog

Package Overview
Dependencies
Maintainers
27
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@appliedblockchain/changelog - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

bin/changelog.js

@@ -8,3 +8,3 @@ #! /usr/bin/env node

const linesOf = cmd => sh(cmd).split('\n').map(_1 => _1.trim()).filter(Boolean)
const tagsOf = () => linesOf('git for-each-ref --sort=taggerdate --format \'%(tag)\' refs/tags | tail -r')
const tagsOf = () => linesOf('git tag --sort=-creatordate')
const dateOf = tag => sh(`git log -1 --format=%ai ${tag} | awk '{ print $1 }'`)

@@ -11,0 +11,0 @@ const logsOf = (tag1, tag2) => linesOf(`git log ${tag1}...${tag2} --pretty=format:'%s'`).filter(Boolean)

{
"name": "@appliedblockchain/changelog",
"version": "1.0.1",
"version": "1.0.2",
"description": "npx @appliedblockchain/changelog > Changelog.md",

@@ -5,0 +5,0 @@ "main": "changelog",

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