Socket
Socket
Sign inDemoInstall

@semantic-release/release-notes-generator

Package Overview
Dependencies
10
Maintainers
5
Versions
78
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.3.0 to 7.3.1

2

index.js

@@ -63,3 +63,3 @@ const {URL, format} = require('url');

commit,
packageData: ((await readPkgUp({normalize: false, cwd})) || {}).package,
packageData: ((await readPkgUp({normalize: false, cwd})) || {}).packageJson,
},

@@ -66,0 +66,0 @@ {host: hostConfig, linkCompare, linkReferences, commit: commitConfig, issue: issueConfig}

{
"name": "@semantic-release/release-notes-generator",
"description": "semantic-release plugin to generate changelog content with conventional-changelog",
"version": "7.3.0",
"version": "7.3.1",
"author": "Pierre Vanduynslager (https://twitter.com/@pvdlg_)",

@@ -9,7 +9,2 @@ "bugs": {

},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"contributors": [

@@ -29,3 +24,3 @@ "Stephan Bönnemann <stephan@boennemann.me> (http://boennemann.me)",

"lodash": "^4.17.4",
"read-pkg-up": "^6.0.0"
"read-pkg-up": "^7.0.0"
},

@@ -35,3 +30,2 @@ "devDependencies": {

"codecov": "^3.0.0",
"commitizen": "^4.0.0",
"conventional-changelog-atom": "^2.0.0",

@@ -43,3 +37,2 @@ "conventional-changelog-conventionalcommits": "^4.1.0",

"conventional-changelog-jshint": "^2.0.0",
"cz-conventional-changelog": "^2.0.0",
"escape-string-regexp": "^2.0.0",

@@ -52,3 +45,3 @@ "fs-extra": "^8.0.1",

"tempy": "^0.3.0",
"xo": "^0.24.0"
"xo": "^0.25.0"
},

@@ -103,3 +96,2 @@ "engines": {

"scripts": {
"cm": "git-cz",
"codecov": "codecov -f coverage/coverage-final.json",

@@ -106,0 +98,0 @@ "lint": "xo",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc