Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

lerna-changelog

Package Overview
Dependencies
Maintainers
3
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lerna-changelog - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

4

lib/Changelog.js

@@ -135,3 +135,3 @@ "use strict";

markdown += "\n\n#### Commiters: " + committers.length + "\n";
markdown += "\n\n#### Committers: " + committers.length + "\n";
markdown += committers.map(function (commiter) {

@@ -234,3 +234,3 @@ return "- " + commiter;

var labels = log.labels.map(function (label) {
return label.name;
return label.name.toLowerCase();
});

@@ -237,0 +237,0 @@

{
"name": "lerna-changelog",
"version": "0.2.2",
"version": "0.2.3",
"description": "Generate a changelog for a lerna monorepo",

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