Socket
Socket
Sign inDemoInstall

@semantic-release/changelog

Package Overview
Dependencies
Maintainers
4
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@semantic-release/changelog - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

4

index.js

@@ -1,2 +0,2 @@

const {castArray} = require('lodash');
const {defaultTo, castArray} = require('lodash');
const verifyChangelog = require('./lib/verify');

@@ -13,3 +13,3 @@ const prepareChangelog = require('./lib/prepare');

pluginConfig.changelogFile = pluginConfig.changelogFile || preparePlugin.changelogFile;
pluginConfig.changelogFile = defaultTo(pluginConfig.changelogFile, preparePlugin.changelogFile);
}

@@ -16,0 +16,0 @@ await verifyChangelog(pluginConfig);

{
"name": "@semantic-release/changelog",
"description": "Set of semantic-release plugins for creating or updating a changelog file",
"version": "2.0.0",
"version": "2.0.1",
"author": "Pierre Vanduynslager (https://github.com/pvdlg)",

@@ -6,0 +6,0 @@ "bugs": {

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