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

@commitlint/is-ignored

Package Overview
Dependencies
Maintainers
1
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@commitlint/is-ignored - npm Package Compare versions

Comparing version 6.1.2 to 6.1.3

2

lib/index.js

@@ -22,2 +22,4 @@ 'use strict';

return _semver2.default.valid(c.split('\n').shift().replace(/^chore(\([^)]+\))?:/, '').trim());
}, function (c) {
return c.match(/^Merged (.*?)(in|into) (.*)/);
}];

@@ -24,0 +26,0 @@

@@ -90,2 +90,7 @@ 'use strict';

});
(0, _ava2.default)('should return true for bitbucket merge commits', function (t) {
t.true((0, _2.default)('Merged in feature/facebook-friends-sync (pull request #8)'));
t.true((0, _2.default)('Merged develop into feature/component-form-select-card'));
});
//# sourceMappingURL=index.test.js.map

10

package.json
{
"name": "@commitlint/is-ignored",
"version": "6.1.2",
"version": "6.1.3",
"description": "Lint your commit messages",

@@ -62,8 +62,8 @@ "main": "lib/index.js",

"devDependencies": {
"@commitlint/parse": "^6.1.2",
"@commitlint/test": "^6.1.2",
"@commitlint/utils": "^6.1.2",
"@commitlint/parse": "^6.1.3",
"@commitlint/test": "^6.1.3",
"@commitlint/utils": "^6.1.3",
"ava": "0.22.0",
"babel-cli": "6.26.0",
"babel-preset-commitlint": "^6.1.2",
"babel-preset-commitlint": "^6.1.3",
"babel-register": "6.26.0",

@@ -70,0 +70,0 @@ "concurrently": "3.5.1",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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