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

changelog_output

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

changelog_output - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

14

CHANGELOG_TEST.md

@@ -5,2 +5,16 @@ # Test changelog

## [1.6.0](https://github.com/xjdesigns/semver_test/compare/v1.5.1...v1.6.0) (2022-05-16)
### Features
* **yupper:** Here we go ([c77410e](https://github.com/xjdesigns/semver_test/commit/c77410ef2fdb9f7a8c6312c23605a11c6775947d))
### Bug Fixes
* **test:** Lets try this again ([2fd58ba](https://github.com/xjdesigns/semver_test/commit/2fd58ba814ef7691b7d8a5d7217c2946b3a19d76))
### [1.5.1](https://github.com/xjdesigns/semver_test/compare/v1.5.0...v1.5.1) (2022-05-16)
### [1.3.1](///compare/v1.3.0...v1.3.1) (2022-04-05)

@@ -7,0 +21,0 @@

2

cli.js

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

version = versions[0]
const allCommitsRegex = RegExp(versions[0] + '([\\s\\S]*?)\]', 'gm')
const allCommitsRegex = RegExp(versions[0] + '([\\s\\S]*?)' + versions[1], 'gm')
const allCommits = data.match(allCommitsRegex)

@@ -104,0 +104,0 @@ const commitRegex = /\*\*([\s\S]*?)\n/g

{
"writeOutput": false,
"fileName": "CHANGELOG_TEST.md",
"link": "https://test.atlassian.net/browse/"
"link": "https://worked.atlassian.net/browse/"
}
{
"name": "changelog_output",
"version": "1.0.3",
"version": "1.0.4",
"description": "",

@@ -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