Socket
Socket
Sign inDemoInstall

@lmc-eu/conventional-changelog-lmc-github

Package Overview
Dependencies
Maintainers
5
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lmc-eu/conventional-changelog-lmc-github - npm Package Compare versions

Comparing version 2.0.5 to 2.0.6

10

package.json
{
"name": "@lmc-eu/conventional-changelog-lmc-github",
"version": "2.0.5",
"version": "2.0.6",
"description": "conventional-changelog LMC preset for GitHub",

@@ -33,3 +33,3 @@ "keywords": [

"dependencies": {
"compare-func": "^2.0.0",
"@lmc-eu/conventional-changelog-lmc": "^1.0.1",
"q": "^1.5.1"

@@ -41,4 +41,4 @@ },

"git-dummy-commit": "1.3.0",
"jest": "27.5.1",
"jest-extended": "2.0.0",
"jest": "28.1.3",
"jest-extended": "3.0.2",
"shelljs": "0.8.5",

@@ -56,3 +56,3 @@ "through2": "4.0.2"

},
"gitHead": "bd5a5d83373884f2ae8a7284cd39b472fe7a214d"
"gitHead": "9f12273b60c0a130cc9569fe19207a3b4dc39e35"
}
const Q = require('q');
const readFile = Q.denodeify(require('fs').readFile);
const { resolve } = require('path');
const parserOpts = require('./parser-opts');
const writerOpts = require('./writer-opts');
const { parserOpts, writerOpts } = require('@lmc-eu/conventional-changelog-lmc');

@@ -7,0 +6,0 @@ module.exports = Q.all([

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