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

conventional-commits-filter

Package Overview
Dependencies
Maintainers
5
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

conventional-commits-filter - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

## [2.0.2](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-commits-filter@2.0.1...conventional-commits-filter@2.0.2) (2019-04-10)
### Bug Fixes
* **filter:** replace `is-subset` with `lodash.ismatch` ([#377](https://github.com/conventional-changelog/conventional-changelog/issues/377)) ([fbcc92e](https://github.com/conventional-changelog/conventional-changelog/commit/fbcc92e))
## [2.0.1](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-commits-filter@2.0.0...conventional-commits-filter@2.0.1) (2018-11-01)

@@ -8,0 +19,0 @@

4

index.js
'use strict'
var isSubset = require('is-subset')
var isMatch = require('lodash.ismatch')
var modifyValues = require('modify-values')

@@ -39,3 +39,3 @@

ignoreThis = isSubset(commit, ignore)
ignoreThis = isMatch(commit, ignore)

@@ -42,0 +42,0 @@ if (ignoreThis) {

{
"name": "conventional-commits-filter",
"version": "2.0.1",
"version": "2.0.2",
"description": "Filter out reverted commits parsed by conventional-commits-parser",

@@ -31,3 +31,3 @@ "bugs": {

"dependencies": {
"is-subset": "^0.1.1",
"lodash.ismatch": "^4.4.0",
"modify-values": "^1.0.0"

@@ -39,3 +39,3 @@ },

"license": "MIT",
"gitHead": "f301b0de0b954713a50b2256a3140e21817d14c0"
"gitHead": "b3416cbb411f49420b13e8fe306528b372b07a8b"
}
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