Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@loopback/authorization

Package Overview
Dependencies
Maintainers
10
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@loopback/authorization - npm Package Compare versions

Comparing version 0.14.2 to 0.14.3

3

dist/authorization-component.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc