@loopback/authorization
Advanced tools
Comparing version 0.9.1 to 0.9.2
@@ -65,3 +65,3 @@ "use strict"; | ||
// Use `any` to for `TypedPropertyDescriptor` | ||
// See https://github.com/strongloop/loopback-next/pull/2704 | ||
// See https://github.com/loopbackio/loopback-next/pull/2704 | ||
// eslint-disable-next-line @typescript-eslint/no-explicit-any | ||
@@ -68,0 +68,0 @@ methodDescriptor) { |
{ | ||
"name": "@loopback/authorization", | ||
"description": "A LoopBack component for authorization support.", | ||
"version": "0.9.1", | ||
"version": "0.9.2", | ||
"keywords": [ | ||
@@ -16,3 +16,3 @@ "LoopBack", | ||
"type": "git", | ||
"url": "https://github.com/strongloop/loopback-next.git", | ||
"url": "https://github.com/loopbackio/loopback-next.git", | ||
"directory": "packages/authorization" | ||
@@ -44,13 +44,13 @@ }, | ||
"peerDependencies": { | ||
"@loopback/core": "^2.16.1" | ||
"@loopback/core": "^2.16.2" | ||
}, | ||
"dependencies": { | ||
"@loopback/security": "^0.5.1", | ||
"@loopback/security": "^0.5.2", | ||
"debug": "^4.3.1", | ||
"tslib": "^2.2.0" | ||
"tslib": "^2.3.0" | ||
}, | ||
"devDependencies": { | ||
"@loopback/build": "^6.4.1", | ||
"@loopback/core": "^2.16.1", | ||
"@loopback/testlab": "^3.4.1", | ||
"@loopback/build": "^7.0.0", | ||
"@loopback/core": "^2.16.2", | ||
"@loopback/testlab": "^3.4.2", | ||
"@types/debug": "^4.1.5", | ||
@@ -60,3 +60,3 @@ "@types/node": "10.17.60", | ||
}, | ||
"gitHead": "2a3b684ec76fa299d80b099abbf101358538cb75" | ||
"gitHead": "baac86fff18e0bc88a953814b6b181ebdbb446c3" | ||
} |
@@ -153,4 +153,4 @@ # @loopback/authorization | ||
- [Guidelines](https://github.com/strongloop/loopback-next/blob/master/docs/CONTRIBUTING.md) | ||
- [Join the team](https://github.com/strongloop/loopback-next/issues/110) | ||
- [Guidelines](https://github.com/loopbackio/loopback-next/blob/master/docs/CONTRIBUTING.md) | ||
- [Join the team](https://github.com/loopbackio/loopback-next/issues/110) | ||
@@ -164,3 +164,3 @@ ## Tests | ||
See | ||
[all contributors](https://github.com/strongloop/loopback-next/graphs/contributors). | ||
[all contributors](https://github.com/loopbackio/loopback-next/graphs/contributors). | ||
@@ -167,0 +167,0 @@ ## License |
@@ -97,3 +97,3 @@ // Copyright IBM Corp. 2018,2020. All Rights Reserved. | ||
// Use `any` to for `TypedPropertyDescriptor` | ||
// See https://github.com/strongloop/loopback-next/pull/2704 | ||
// See https://github.com/loopbackio/loopback-next/pull/2704 | ||
// eslint-disable-next-line @typescript-eslint/no-explicit-any | ||
@@ -100,0 +100,0 @@ methodDescriptor?: TypedPropertyDescriptor<any>, |
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
Updated@loopback/security@^0.5.2
Updatedtslib@^2.3.0