@nestjs/passport
Advanced tools
Comparing version 8.0.0 to 8.0.1
@@ -43,3 +43,3 @@ "use strict"; | ||
return __awaiter(this, void 0, void 0, function* () { | ||
const options = Object.assign(Object.assign(Object.assign({}, options_1.defaultOptions), this.options), this.getAuthenticateOptions(context)); | ||
const options = Object.assign(Object.assign(Object.assign({}, options_1.defaultOptions), this.options), yield this.getAuthenticateOptions(context)); | ||
const [request, response] = [ | ||
@@ -46,0 +46,0 @@ this.getRequest(context), |
{ | ||
"name": "@nestjs/passport", | ||
"version": "8.0.0", | ||
"version": "8.0.1", | ||
"description": "Nest - modern, fast, powerful node.js web framework (@passport)", | ||
@@ -22,20 +22,20 @@ "author": "Kamil Mysliwiec", | ||
"devDependencies": { | ||
"@commitlint/cli": "12.1.4", | ||
"@commitlint/config-angular": "12.1.4", | ||
"@nestjs/common": "8.0.0", | ||
"@types/node": "14.17.5", | ||
"@commitlint/cli": "13.1.0", | ||
"@commitlint/config-angular": "13.1.0", | ||
"@nestjs/common": "8.0.5", | ||
"@types/node": "14.17.7", | ||
"@types/passport": "1.0.7", | ||
"@typescript-eslint/eslint-plugin": "4.28.2", | ||
"@typescript-eslint/parser": "4.28.2", | ||
"eslint": "7.30.0", | ||
"@typescript-eslint/eslint-plugin": "4.29.0", | ||
"@typescript-eslint/parser": "4.29.0", | ||
"eslint": "7.32.0", | ||
"eslint-config-prettier": "8.3.0", | ||
"eslint-plugin-import": "2.23.4", | ||
"husky": "7.0.1", | ||
"lint-staged": "11.0.0", | ||
"lint-staged": "11.1.1", | ||
"passport": "0.4.1", | ||
"prettier": "2.3.2", | ||
"release-it": "14.10.0", | ||
"release-it": "14.10.1", | ||
"reflect-metadata": "0.1.13", | ||
"rimraf": "3.0.2", | ||
"rxjs": "7.2.0", | ||
"rxjs": "7.3.0", | ||
"typescript": "4.3.5" | ||
@@ -42,0 +42,0 @@ }, |
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
37328