conventional-commits-filter
Advanced tools
Comparing version 2.0.7 to 3.0.0
{ | ||
"name": "conventional-commits-filter", | ||
"version": "2.0.7", | ||
"version": "3.0.0", | ||
"description": "Filter out reverted commits parsed by conventional-commits-parser", | ||
@@ -19,3 +19,3 @@ "bugs": { | ||
"engines": { | ||
"node": ">=10" | ||
"node": ">=14" | ||
}, | ||
@@ -33,9 +33,8 @@ "files": [ | ||
"lodash.ismatch": "^4.4.0", | ||
"modify-values": "^1.0.0" | ||
"modify-values": "^1.0.1" | ||
}, | ||
"license": "MIT", | ||
"scripts": { | ||
"test-windows": "mocha --timeout 30000" | ||
}, | ||
"license": "MIT", | ||
"gitHead": "cc567b98facf71315f4b1620d81ce01d155efaca" | ||
} | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
# conventional-commits-filter [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] [![Coverage percentage][coveralls-image]][coveralls-url] | ||
# conventional-commits-filter [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] [![Coverage percentage][coverage-image]][coverage-url] | ||
> Filter out reverted commits parsed by conventional-commits-parser | ||
@@ -183,3 +183,3 @@ | ||
[daviddm-url]: https://david-dm.org/stevemao/conventional-commits-filter | ||
[coveralls-image]: https://coveralls.io/repos/stevemao/conventional-commits-filter/badge.svg?branch=master | ||
[coveralls-url]: https://coveralls.io/r/stevemao/conventional-commits-filter | ||
[coverage-image]: https://coveralls.io/repos/github/conventional-changelog/conventional-changelog/badge.svg?branch=master | ||
[coverage-url]: https://coveralls.io/github/conventional-changelog/conventional-changelog?branch=master |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7849
4
1
Updatedmodify-values@^1.0.1