New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.2.0 to 1.3.0

3

index.js
const { spawnSync } = require("child_process");
const markdownEscape = require("markdown-escape");

@@ -82,3 +83,3 @@ const generateChangelog = () => {

console.log(
`- [#${pullRequestNumber}](${repositoryUrl}/pull/${pullRequestNumber}) ${message} (${authors.join(
`- [#${pullRequestNumber}](${repositoryUrl}/pull/${pullRequestNumber}) ${markdownEscape(message)} (${authors.join(
", "

@@ -85,0 +86,0 @@ )})`

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

@@ -27,3 +27,6 @@ "main": "index.js",

"offline-github-changelog": "./bin/offline-github-changelog"
},
"dependencies": {
"markdown-escape": "^1.0.2"
}
}
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