@wolkeneis/oauth2-server
Advanced tools
Comparing version 1.0.0 to 1.1.0
{ | ||
"name": "@wolkeneis/oauth2-server", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "OAuth2 Server for express with passport using connect style middleware.", | ||
@@ -30,12 +30,12 @@ "keywords": [ | ||
"devDependencies": { | ||
"@types/node": "^17.0.33", | ||
"@types/node": "^17.0.40", | ||
"@types/uuid": "^8.3.4", | ||
"@typescript-eslint/eslint-plugin": "^5.23.0", | ||
"@typescript-eslint/parser": "^5.23.0", | ||
"eslint": "^8.15.0", | ||
"@typescript-eslint/eslint-plugin": "^5.27.1", | ||
"@typescript-eslint/parser": "^5.27.1", | ||
"eslint": "^8.17.0", | ||
"eslint-config-prettier": "^8.5.0", | ||
"husky": "^8.0.1", | ||
"lint-staged": "^12.4.1", | ||
"lint-staged": "^13.0.0", | ||
"prettier": "2.6.2", | ||
"typescript": "^4.6.4" | ||
"typescript": "^4.7.3" | ||
}, | ||
@@ -50,3 +50,3 @@ "lint-staged": { | ||
"@types/express-session": "^1.17.4", | ||
"@types/passport": "^1.0.7", | ||
"@types/passport": "^1.0.8", | ||
"uuid": "^8.3.2" | ||
@@ -57,3 +57,3 @@ }, | ||
"express-session": "^1.x.x", | ||
"passport": "^0.5.x" | ||
"passport": "^0.6.x" | ||
}, | ||
@@ -60,0 +60,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
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
146227
+ Addedpassport@0.6.0(transitive)
- Removedpassport@0.5.3(transitive)
Updated@types/passport@^1.0.8