@loopback/authorization
Advanced tools
Comparing version 0.14.2 to 0.14.3
@@ -12,3 +12,3 @@ "use strict"; | ||
const keys_1 = require("./keys"); | ||
let AuthorizationComponent = exports.AuthorizationComponent = class AuthorizationComponent { | ||
let AuthorizationComponent = class AuthorizationComponent { | ||
constructor() { | ||
@@ -18,2 +18,3 @@ this.bindings = [(0, core_1.createBindingFromClass)(authorize_interceptor_1.AuthorizationInterceptor)]; | ||
}; | ||
exports.AuthorizationComponent = AuthorizationComponent; | ||
exports.AuthorizationComponent = AuthorizationComponent = tslib_1.__decorate([ | ||
@@ -20,0 +21,0 @@ (0, core_1.injectable)({ tags: { [core_1.ContextTags.KEY]: keys_1.AuthorizationBindings.COMPONENT.key } }) |
@@ -17,3 +17,3 @@ "use strict"; | ||
const debug = (0, debug_1.default)('loopback:authorization:interceptor'); | ||
let AuthorizationInterceptor = exports.AuthorizationInterceptor = class AuthorizationInterceptor { | ||
let AuthorizationInterceptor = class AuthorizationInterceptor { | ||
constructor(options = {}) { | ||
@@ -91,2 +91,3 @@ this.options = { | ||
}; | ||
exports.AuthorizationInterceptor = AuthorizationInterceptor; | ||
exports.AuthorizationInterceptor = AuthorizationInterceptor = tslib_1.__decorate([ | ||
@@ -93,0 +94,0 @@ (0, core_1.injectable)((0, core_1.asGlobalInterceptor)('authorization')), |
{ | ||
"name": "@loopback/authorization", | ||
"description": "A LoopBack component for authorization support.", | ||
"version": "0.14.2", | ||
"version": "0.14.3", | ||
"keywords": [ | ||
@@ -46,15 +46,15 @@ "LoopBack", | ||
"dependencies": { | ||
"@loopback/security": "^0.10.2", | ||
"@loopback/security": "^0.10.3", | ||
"debug": "^4.3.4", | ||
"tslib": "^2.6.1" | ||
"tslib": "^2.6.2" | ||
}, | ||
"devDependencies": { | ||
"@loopback/build": "^10.1.2", | ||
"@loopback/core": "^5.1.2", | ||
"@loopback/testlab": "^6.1.2", | ||
"@loopback/build": "^10.1.3", | ||
"@loopback/core": "^5.1.3", | ||
"@loopback/testlab": "^6.1.3", | ||
"@types/debug": "^4.1.8", | ||
"@types/node": "^16.18.40", | ||
"casbin": "^5.26.2" | ||
"@types/node": "^16.18.50", | ||
"casbin": "^5.27.0" | ||
}, | ||
"gitHead": "0e9d6114999bd4d53969071e49bec5f6680ae9ad" | ||
"gitHead": "9107199cdf1597260ee03e2a903b7db0dec8445d" | ||
} |
Sorry, the diff of this file is not supported yet
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
62806
1326
Updated@loopback/security@^0.10.3
Updatedtslib@^2.6.2