@loopback/security
Advanced tools
Comparing version 0.2.8 to 0.2.9
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.2.9](https://github.com/strongloop/loopback-next/compare/@loopback/security@0.2.8...@loopback/security@0.2.9) (2020-05-19) | ||
**Note:** Version bump only for package @loopback/security | ||
## [0.2.8](https://github.com/strongloop/loopback-next/compare/@loopback/security@0.2.7...@loopback/security@0.2.8) (2020-05-07) | ||
@@ -8,0 +16,0 @@ |
@@ -7,2 +7,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.SecurityBindings = void 0; | ||
const context_1 = require("@loopback/context"); | ||
@@ -9,0 +10,0 @@ /** |
@@ -7,2 +7,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.DefaultSubject = exports.Permission = exports.TypedPrincipal = exports.securityId = void 0; | ||
/** | ||
@@ -9,0 +10,0 @@ * A symbol for stringified id of security related objects |
{ | ||
"name": "@loopback/security", | ||
"version": "0.2.8", | ||
"version": "0.2.9", | ||
"description": "A LoopBack component for security support.", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"engines": { | ||
@@ -25,10 +27,10 @@ "node": ">=10" | ||
"dependencies": { | ||
"@loopback/context": "^3.7.0", | ||
"@loopback/core": "^2.5.0", | ||
"@loopback/context": "^3.8.0", | ||
"@loopback/core": "^2.6.0", | ||
"debug": "^4.1.1", | ||
"tslib": "^1.11.2" | ||
"tslib": "^2.0.0" | ||
}, | ||
"devDependencies": { | ||
"@loopback/build": "^5.3.1", | ||
"@loopback/testlab": "^3.1.3", | ||
"@loopback/build": "^5.4.0", | ||
"@loopback/testlab": "^3.1.4", | ||
"@types/debug": "^4.1.5", | ||
@@ -43,4 +45,2 @@ "@types/node": "^10.17.21" | ||
"README.md", | ||
"index.js", | ||
"index.d.ts", | ||
"dist", | ||
@@ -55,3 +55,3 @@ "src", | ||
}, | ||
"gitHead": "50c3f06d942f8bae8f0c32a3775ff98a7498e4fd" | ||
"gitHead": "c8681026187471f0ceeee7c101d66feae295116b" | ||
} |
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
27606
16
532
- Removedtslib@1.14.1(transitive)
Updated@loopback/context@^3.8.0
Updated@loopback/core@^2.6.0
Updatedtslib@^2.0.0