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.10

2

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

@@ -5,0 +5,0 @@ "license": "ISC",

@@ -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\.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) {