http-auth-utils
Advanced tools
Comparing version 5.0.0 to 5.0.1
@@ -0,1 +1,5 @@ | ||
## [5.0.1](https://github.com/nfroidure/http-auth-utils/compare/v5.0.0...v5.0.1) (2023-08-16) | ||
# [5.0.0](https://github.com/nfroidure/http-auth-utils/compare/v4.0.0...v5.0.0) (2023-08-12) | ||
@@ -2,0 +6,0 @@ |
@@ -28,3 +28,3 @@ { | ||
"name": "http-auth-utils", | ||
"version": "5.0.0", | ||
"version": "5.0.1", | ||
"description": "Parse, build and deal with HTTP authorization headers.", | ||
@@ -79,8 +79,8 @@ "main": "dist/index.js", | ||
"@swc/cli": "^0.1.62", | ||
"@swc/core": "^1.3.76", | ||
"@swc/core": "^1.3.77", | ||
"@swc/helpers": "^0.5.1", | ||
"@swc/jest": "^0.2.28", | ||
"@swc/jest": "^0.2.29", | ||
"@types/node": "^18.14.6", | ||
"@typescript-eslint/eslint-plugin": "^6.3.0", | ||
"@typescript-eslint/parser": "^6.3.0", | ||
"@typescript-eslint/eslint-plugin": "^6.4.0", | ||
"@typescript-eslint/parser": "^6.4.0", | ||
"commitizen": "^4.3.0", | ||
@@ -90,3 +90,3 @@ "conventional-changelog-cli": "^3.0.0", | ||
"cz-conventional-changelog": "^3.3.0", | ||
"eslint": "^8.46.0", | ||
"eslint": "^8.47.0", | ||
"eslint-config-prettier": "^9.0.0", | ||
@@ -97,6 +97,6 @@ "eslint-plugin-prettier": "^5.0.0", | ||
"jsdoc-to-markdown": "^8.0.0", | ||
"metapak": "^5.1.3", | ||
"metapak-nfroidure": "15.0.0", | ||
"metapak": "^5.1.6", | ||
"metapak-nfroidure": "15.0.2", | ||
"neatequal": "^1.0.0", | ||
"prettier": "^3.0.1", | ||
"prettier": "^3.0.2", | ||
"rimraf": "^5.0.1", | ||
@@ -103,0 +103,0 @@ "typescript": "^5.1.6" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
182251