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

offline-github-changelog

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

offline-github-changelog - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

6

index.js

@@ -35,3 +35,3 @@ const { spawnSync } = require("child_process");

"--merges",
"--pretty=%s|%b ([%an](mailto://%ae))",
"--pretty=%s|%b ([%an](mailto://%ae))=====",
lastHash ? `${lastHash}..${hash}` : hash

@@ -43,5 +43,5 @@ ]);

.toString()
.split("\n")
.split("=====\n")
.filter(line => line && line.startsWith('Merge pull request'))
.map(line => line.replace(/Merge pull request #(\S+) from [^|]+\|(.+)/, `[#$1](${repositoryUrl}/pull/$1) $2`))
.map(line => line.replace(/\n/g, '').replace(/Merge pull request #(\S+) from [^|]+\|(.+)/, `[#$1](${repositoryUrl}/pull/$1) $2`))

@@ -48,0 +48,0 @@ return {

{
"name": "offline-github-changelog",
"version": "1.1.0",
"version": "1.1.1",
"description": "A changelog generator for Github projects that only uses the Git history",

@@ -5,0 +5,0 @@ "main": "index.js",

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