conventional-commits-filter
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -6,2 +6,10 @@ # Change Log | ||
<a name="1.1.2"></a> | ||
## [1.1.2](https://github.com/stevemao/conventional-commits-filter/compare/conventional-commits-filter@1.1.1...conventional-commits-filter@1.1.2) (2018-02-13) | ||
**Note:** Version bump only for package conventional-commits-filter | ||
<a name="1.1.1"></a> | ||
@@ -8,0 +16,0 @@ ## [1.1.1](https://github.com/stevemao/conventional-commits-filter/compare/conventional-commits-filter@1.1.0...conventional-commits-filter@1.1.1) (2017-12-08) |
'use strict'; | ||
var isSubset = require('is-subset'); | ||
@@ -3,0 +4,0 @@ var modifyValues = require('modify-values'); |
{ | ||
"name": "conventional-commits-filter", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Filter out reverted commits parsed by conventional-commits-parser", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/stevemao/conventional-commits-filter", |
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
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
8779