You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@dwp/commitlint-config-base

Package Overview
Dependencies
Maintainers
3
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dwp/commitlint-config-base - npm Package Compare versions

Comparing version

to
4.0.11

8

package.json
{
"name": "@dwp/commitlint-config-base",
"version": "4.0.10",
"version": "4.0.11",
"author": "Adam Moss",

@@ -53,7 +53,7 @@ "license": "ISC",

"husky": "8.0.3",
"jasmine": "5.6.0",
"jasmine": "5.8.0",
"jasmine-spec-reporter": "7.0.0",
"lint-staged": "15.5.0",
"lint-staged": "15.5.2",
"nyc": "15.1.0",
"snyk": "1.1296.0"
"snyk": "1.1297.3"
},

@@ -60,0 +60,0 @@ "dependencies": {

@@ -9,3 +9,3 @@ module.exports = {

const signingLines = lines.filter((line) => line.startsWith('Signed-off-by:'));
const serviceAccountRegex = /service_account_(group|project)_\d+_([a-f0-9]+)(@noreply\.(dwp\.gitlab-dedicated|gitlab)\.com)/gi;
const serviceAccountRegex = /service_account_((group|project)_\d+_)?([a-f0-9]+)(@noreply\.(dwp\.gitlab-dedicated|gitlab)\.com)/gi;
const serviceAccountCommit = signingLines.some((line) => line.match(serviceAccountRegex));

@@ -12,0 +12,0 @@ if (serviceAccountCommit) {