@loopback/security
Advanced tools
Comparing version 0.2.10 to 0.2.11
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.2.11](https://github.com/strongloop/loopback-next/compare/@loopback/security@0.2.10...@loopback/security@0.2.11) (2020-05-28) | ||
**Note:** Version bump only for package @loopback/security | ||
## [0.2.10](https://github.com/strongloop/loopback-next/compare/@loopback/security@0.2.9...@loopback/security@0.2.10) (2020-05-20) | ||
@@ -8,0 +16,0 @@ |
"use strict"; | ||
// Copyright IBM Corp. 2019. All Rights Reserved. | ||
// Copyright IBM Corp. 2019,2020. All Rights Reserved. | ||
// Node module: @loopback/security | ||
@@ -4,0 +4,0 @@ // This file is licensed under the MIT License. |
{ | ||
"name": "@loopback/security", | ||
"version": "0.2.10", | ||
"version": "0.2.11", | ||
"description": "A LoopBack component for security support.", | ||
@@ -27,4 +27,4 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@loopback/context": "^3.8.1", | ||
"@loopback/core": "^2.7.0", | ||
"@loopback/context": "^3.8.2", | ||
"@loopback/core": "^2.7.1", | ||
"debug": "^4.1.1", | ||
@@ -34,4 +34,4 @@ "tslib": "^2.0.0" | ||
"devDependencies": { | ||
"@loopback/build": "^5.4.1", | ||
"@loopback/testlab": "^3.1.5", | ||
"@loopback/build": "^5.4.2", | ||
"@loopback/testlab": "^3.1.6", | ||
"@types/debug": "^4.1.5", | ||
@@ -55,3 +55,3 @@ "@types/node": "^10.17.24" | ||
}, | ||
"gitHead": "62aea854bf85c5a5995b59e6908fe5409f7eea96" | ||
"gitHead": "64afb3616e94b96703524aba8be722efefa7c2c5" | ||
} |
@@ -1,2 +0,2 @@ | ||
// Copyright IBM Corp. 2019. All Rights Reserved. | ||
// Copyright IBM Corp. 2019,2020. All Rights Reserved. | ||
// Node module: @loopback/security | ||
@@ -3,0 +3,0 @@ // This file is licensed under the MIT License. |
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
28010
Updated@loopback/context@^3.8.2
Updated@loopback/core@^2.7.1