@loopback/authorization
Advanced tools
Comparing version 0.12.0 to 0.12.1
"use strict"; | ||
// Copyright IBM Corp. 2018,2020. All Rights Reserved. | ||
// Copyright IBM Corp. and LoopBack contributors 2018,2020. All Rights Reserved. | ||
// Node module: @loopback/authorization | ||
@@ -4,0 +4,0 @@ // This file is licensed under the MIT License. |
"use strict"; | ||
// Copyright IBM Corp. 2018,2020. All Rights Reserved. | ||
// Copyright IBM Corp. and LoopBack contributors 2018,2020. All Rights Reserved. | ||
// Node module: @loopback/authorization | ||
@@ -4,0 +4,0 @@ // This file is licensed under the MIT License. |
@@ -14,3 +14,3 @@ import { BindingAddress, MetadataAccessor, MetadataMap, MethodDecoratorFactory } from '@loopback/core'; | ||
*/ | ||
export declare function authorize(spec: AuthorizationMetadata): (target: any, method?: string | undefined, methodDescriptor?: TypedPropertyDescriptor<any> | undefined) => any; | ||
export declare function authorize(spec: AuthorizationMetadata): (target: any, method?: string, methodDescriptor?: TypedPropertyDescriptor<any>) => any; | ||
export declare namespace authorize { | ||
@@ -17,0 +17,0 @@ /** |
"use strict"; | ||
// Copyright IBM Corp. 2018,2020. All Rights Reserved. | ||
// Copyright IBM Corp. and LoopBack contributors 2018,2020. All Rights Reserved. | ||
// Node module: @loopback/authorization | ||
@@ -4,0 +4,0 @@ // This file is licensed under the MIT License. |
"use strict"; | ||
// Copyright IBM Corp. 2018,2020. All Rights Reserved. | ||
// Copyright IBM Corp. and LoopBack contributors 2018,2020. All Rights Reserved. | ||
// Node module: @loopback/authorization | ||
@@ -4,0 +4,0 @@ // This file is licensed under the MIT License. |
"use strict"; | ||
// Copyright IBM Corp. 2018,2020. All Rights Reserved. | ||
// Copyright IBM Corp. and LoopBack contributors 2018,2020. All Rights Reserved. | ||
// Node module: @loopback/authorization | ||
@@ -4,0 +4,0 @@ // This file is licensed under the MIT License. |
"use strict"; | ||
// Copyright IBM Corp. 2018,2020. All Rights Reserved. | ||
// Copyright IBM Corp. and LoopBack contributors 2018,2020. All Rights Reserved. | ||
// Node module: @loopback/authorization | ||
@@ -4,0 +4,0 @@ // This file is licensed under the MIT License. |
"use strict"; | ||
// Copyright IBM Corp. 2019,2020. All Rights Reserved. | ||
// Copyright IBM Corp. and LoopBack contributors 2019,2020. All Rights Reserved. | ||
// Node module: @loopback/authorization | ||
@@ -4,0 +4,0 @@ // This file is licensed under the MIT License. |
{ | ||
"name": "@loopback/authorization", | ||
"description": "A LoopBack component for authorization support.", | ||
"version": "0.12.0", | ||
"version": "0.12.1", | ||
"keywords": [ | ||
@@ -12,4 +12,4 @@ "LoopBack", | ||
"types": "dist/index.d.ts", | ||
"author": "IBM Corp.", | ||
"copyright.owner": "IBM Corp.", | ||
"author": "IBM Corp. and LoopBack contributors", | ||
"copyright.owner": "IBM Corp. and LoopBack contributors", | ||
"repository": { | ||
@@ -44,6 +44,6 @@ "type": "git", | ||
"peerDependencies": { | ||
"@loopback/core": "^4.0.0" | ||
"@loopback/core": "^4.0.1" | ||
}, | ||
"dependencies": { | ||
"@loopback/security": "^0.8.0", | ||
"@loopback/security": "^0.8.1", | ||
"debug": "^4.3.4", | ||
@@ -53,10 +53,10 @@ "tslib": "^2.4.0" | ||
"devDependencies": { | ||
"@loopback/build": "^9.0.0", | ||
"@loopback/core": "^4.0.0", | ||
"@loopback/testlab": "^5.0.0", | ||
"@loopback/build": "^9.0.1", | ||
"@loopback/core": "^4.0.1", | ||
"@loopback/testlab": "^5.0.1", | ||
"@types/debug": "^4.1.7", | ||
"@types/node": "^12.20.50", | ||
"@types/node": "^14.18.21", | ||
"casbin": "^5.15.1" | ||
}, | ||
"gitHead": "61453a3d7a16f9f37875a3f2c2a071568eb3e3af" | ||
"gitHead": "ccf7863d0639de966d6c6129b4aa94ba1dce2c33" | ||
} |
@@ -1,2 +0,2 @@ | ||
// Copyright IBM Corp. 2018,2020. All Rights Reserved. | ||
// Copyright IBM Corp. and LoopBack contributors 2018,2020. All Rights Reserved. | ||
// Node module: @loopback/authorization | ||
@@ -3,0 +3,0 @@ // This file is licensed under the MIT License. |
@@ -1,2 +0,2 @@ | ||
// Copyright IBM Corp. 2018,2020. All Rights Reserved. | ||
// Copyright IBM Corp. and LoopBack contributors 2018,2020. All Rights Reserved. | ||
// Node module: @loopback/authorization | ||
@@ -3,0 +3,0 @@ // This file is licensed under the MIT License. |
@@ -1,2 +0,2 @@ | ||
// Copyright IBM Corp. 2018,2020. All Rights Reserved. | ||
// Copyright IBM Corp. and LoopBack contributors 2018,2020. All Rights Reserved. | ||
// Node module: @loopback/authorization | ||
@@ -3,0 +3,0 @@ // This file is licensed under the MIT License. |
@@ -1,2 +0,2 @@ | ||
// Copyright IBM Corp. 2018,2020. All Rights Reserved. | ||
// Copyright IBM Corp. and LoopBack contributors 2018,2020. All Rights Reserved. | ||
// Node module: @loopback/authorization | ||
@@ -3,0 +3,0 @@ // This file is licensed under the MIT License. |
@@ -1,2 +0,2 @@ | ||
// Copyright IBM Corp. 2018,2020. All Rights Reserved. | ||
// Copyright IBM Corp. and LoopBack contributors 2018,2020. All Rights Reserved. | ||
// Node module: @loopback/authorization | ||
@@ -3,0 +3,0 @@ // This file is licensed under the MIT License. |
@@ -1,2 +0,2 @@ | ||
// Copyright IBM Corp. 2018,2020. All Rights Reserved. | ||
// Copyright IBM Corp. and LoopBack contributors 2018,2020. All Rights Reserved. | ||
// Node module: @loopback/authorization | ||
@@ -3,0 +3,0 @@ // This file is licensed under the MIT License. |
@@ -1,2 +0,2 @@ | ||
// Copyright IBM Corp. 2019,2020. All Rights Reserved. | ||
// Copyright IBM Corp. and LoopBack contributors 2019,2020. All Rights Reserved. | ||
// Node module: @loopback/authorization | ||
@@ -3,0 +3,0 @@ // This file is licensed under the MIT License. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
62828
0
Updated@loopback/security@^0.8.1