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

21

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

@@ -21,2 +21,5 @@ "license": "ISC",

},
"engines": {
"node": "14 || 16 || 18"
},
"files": [

@@ -43,20 +46,20 @@ "src/**"

"devDependencies": {
"@commitlint/cli": "17.1.2",
"@commitlint/lint": "17.1.0",
"@commitlint/load": "17.1.2",
"@commitlint/cli": "17.4.2",
"@commitlint/lint": "17.4.2",
"@commitlint/load": "17.4.2",
"@dwp/eslint-config-base": "6.0.0",
"@dwp/eslint-config-jasmine": "1.0.0",
"@dwp/nyc-config-base": "1.0.0",
"eslint": "8.26.0",
"husky": "8.0.1",
"eslint": "8.33.0",
"husky": "8.0.3",
"jasmine": "4.5.0",
"jasmine-spec-reporter": "7.0.0",
"lint-staged": "13.0.3",
"lint-staged": "13.1.0",
"nyc": "15.1.0",
"snyk": "1.1044.0"
"snyk": "1.1092.0"
},
"dependencies": {
"@commitlint/config-conventional": "17.1.0",
"@commitlint/config-conventional": "17.4.2",
"conventional-changelog-conventionalcommits": "5.0.0"
}
}