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

@commitlint/is-ignored

Package Overview
Dependencies
Maintainers
4
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 8.3.0 to 8.3.2

9

lib/is-ignored.js
"use strict";
var __spreadArrays = (this && this.__spreadArrays) || function () {
for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length;
for (var r = Array(s), k = 0, i = 0; i < il; i++)
for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)
r[k] = a[j];
return r;
};
var __importStar = (this && this.__importStar) || function (mod) {

@@ -25,5 +32,5 @@ if (mod && mod.__esModule) return mod;

var base = opts.defaults === false ? [] : Defaults.wildcards;
return base.concat(ignores).some(function (w) { return w(commit); });
return __spreadArrays(base, ignores).some(function (w) { return w(commit); });
}
exports["default"] = isIgnored;
//# sourceMappingURL=is-ignored.js.map

6

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

@@ -37,3 +37,3 @@ "main": "lib/index.js",

"devDependencies": {
"@commitlint/parse": "^8.3.0",
"@commitlint/parse": "^8.3.2",
"@commitlint/test": "8.2.0",

@@ -46,3 +46,3 @@ "@commitlint/utils": "^8.3.0"

},
"gitHead": "e2edc43219f5005cee5222133859bb0e839c4a05"
"gitHead": "0382070379cfc841da8dc57718d232d1649dac6f"
}

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