Socket
Socket
Sign inDemoInstall

@semantic-release/commit-analyzer

Package Overview
Dependencies
Maintainers
3
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@semantic-release/commit-analyzer - npm Package Compare versions

Comparing version 1.0.0 to 2.0.0

6

dist/index.js

@@ -7,7 +7,9 @@ 'use strict';

module.exports = function (options, commits, cb) {
module.exports = function (pluginConfig, _ref, cb) {
var commits = _ref.commits;
var type = null;
commits.map(function (commit) {
return parseRawCommit('' + commit.hash + '\n' + commit.message);
return parseRawCommit(commit.hash + '\n' + commit.message);
}).filter(function (commit) {

@@ -14,0 +16,0 @@ return !!commit;

{
"name": "@semantic-release/commit-analyzer",
"version": "1.0.0",
"version": "2.0.0",
"description": "derive next semantic version from commits",

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

"mkdirp": "^0.5.1",
"nyc": "^2.3.0",
"nyc": "^3.0.0",
"rimraf": "^2.4.0",

@@ -32,2 +32,3 @@ "standard": "^4.2.1",

"keywords": [
"semantic-release",
"author",

@@ -34,0 +35,0 @@ "automation",

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