@loopback/authorization
Advanced tools
Comparing version 0.5.2 to 0.5.3
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.5.3](https://github.com/strongloop/loopback-next/compare/@loopback/authorization@0.5.2...@loopback/authorization@0.5.3) (2020-04-08) | ||
**Note:** Version bump only for package @loopback/authorization | ||
## [0.5.2](https://github.com/strongloop/loopback-next/compare/@loopback/authorization@0.5.1...@loopback/authorization@0.5.2) (2020-03-24) | ||
@@ -8,0 +16,0 @@ |
"use strict"; | ||
// Copyright IBM Corp. 2018,2019. All Rights Reserved. | ||
// Copyright IBM Corp. 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,2019. All Rights Reserved. | ||
// Copyright IBM Corp. 2018,2020. All Rights Reserved. | ||
// Node module: @loopback/authorization | ||
@@ -4,0 +4,0 @@ // This file is licensed under the MIT License. |
@@ -0,1 +1,11 @@ | ||
/** | ||
* A LoopBack 4 component for authorization support (Role based, Permission | ||
* based, Vote based) | ||
* | ||
* @remarks | ||
* To read on key building blocks read through | ||
* {@link https://loopback.io/doc/en/lb4/Loopback-component-authorization.html |LoopBack authorization docs} | ||
* | ||
* @packageDocumentation | ||
*/ | ||
export * from './authorization-component'; | ||
@@ -2,0 +12,0 @@ export * from './authorize-interceptor'; |
@@ -8,2 +8,12 @@ "use strict"; | ||
const tslib_1 = require("tslib"); | ||
/** | ||
* A LoopBack 4 component for authorization support (Role based, Permission | ||
* based, Vote based) | ||
* | ||
* @remarks | ||
* To read on key building blocks read through | ||
* {@link https://loopback.io/doc/en/lb4/Loopback-component-authorization.html |LoopBack authorization docs} | ||
* | ||
* @packageDocumentation | ||
*/ | ||
tslib_1.__exportStar(require("./authorization-component"), exports); | ||
@@ -10,0 +20,0 @@ tslib_1.__exportStar(require("./authorize-interceptor"), exports); |
"use strict"; | ||
// Copyright IBM Corp. 2018,2019. All Rights Reserved. | ||
// Copyright IBM Corp. 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. All Rights Reserved. | ||
// Copyright IBM Corp. 2019,2020. All Rights Reserved. | ||
// Node module: @loopback/authorization | ||
@@ -4,0 +4,0 @@ // This file is licensed under the MIT License. |
@@ -1,2 +0,2 @@ | ||
// Copyright IBM Corp. 2018,2019. All Rights Reserved. | ||
// Copyright IBM Corp. 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. All Rights Reserved. | ||
// Copyright IBM Corp. 2018,2020. All Rights Reserved. | ||
// Node module: @loopback/authorization | ||
@@ -3,0 +3,0 @@ // This file is licensed under the MIT License. |
{ | ||
"name": "@loopback/authorization", | ||
"version": "0.5.2", | ||
"version": "0.5.3", | ||
"description": "A LoopBack component for authorization support.", | ||
@@ -25,5 +25,5 @@ "engines": { | ||
"dependencies": { | ||
"@loopback/context": "^3.2.0", | ||
"@loopback/core": "^2.2.0", | ||
"@loopback/security": "^0.2.2", | ||
"@loopback/context": "^3.3.0", | ||
"@loopback/core": "^2.2.1", | ||
"@loopback/security": "^0.2.3", | ||
"debug": "^4.1.1", | ||
@@ -33,7 +33,7 @@ "tslib": "^1.11.1" | ||
"devDependencies": { | ||
"@loopback/build": "^5.0.0", | ||
"@loopback/testlab": "^2.0.2", | ||
"@loopback/build": "^5.0.1", | ||
"@loopback/testlab": "^3.0.0", | ||
"@types/debug": "^4.1.5", | ||
"@types/node": "10.17.17", | ||
"casbin": "^4.1.1" | ||
"@types/node": "10.17.19", | ||
"casbin": "^4.2.1" | ||
}, | ||
@@ -57,3 +57,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "020ed59b8bed8b38e1e4cede06a22b234effdb57" | ||
"gitHead": "744a85c76a2dd260f6dc21e5b497f14eccaf099d" | ||
} |
@@ -1,2 +0,2 @@ | ||
// Copyright IBM Corp. 2018,2019. All Rights Reserved. | ||
// Copyright IBM Corp. 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,2019. All Rights Reserved. | ||
// Copyright IBM Corp. 2018,2020. All Rights Reserved. | ||
// Node module: @loopback/authorization | ||
@@ -3,0 +3,0 @@ // This file is licensed under the MIT License. |
@@ -6,2 +6,13 @@ // Copyright IBM Corp. 2018. All Rights Reserved. | ||
/** | ||
* A LoopBack 4 component for authorization support (Role based, Permission | ||
* based, Vote based) | ||
* | ||
* @remarks | ||
* To read on key building blocks read through | ||
* {@link https://loopback.io/doc/en/lb4/Loopback-component-authorization.html |LoopBack authorization docs} | ||
* | ||
* @packageDocumentation | ||
*/ | ||
export * from './authorization-component'; | ||
@@ -8,0 +19,0 @@ export * from './authorize-interceptor'; |
@@ -1,2 +0,2 @@ | ||
// Copyright IBM Corp. 2018,2019. All Rights Reserved. | ||
// Copyright IBM Corp. 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. All Rights Reserved. | ||
// Copyright IBM Corp. 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
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
67885
1313
Updated@loopback/context@^3.3.0
Updated@loopback/core@^2.2.1
Updated@loopback/security@^0.2.3