@loopback/security
Advanced tools
Comparing version 0.9.0 to 0.10.0
@@ -22,3 +22,3 @@ "use strict"; | ||
SecurityBindings.USER = core_1.BindingKey.create('security.user'); | ||
})(SecurityBindings = exports.SecurityBindings || (exports.SecurityBindings = {})); | ||
})(SecurityBindings || (exports.SecurityBindings = SecurityBindings = {})); | ||
//# sourceMappingURL=keys.js.map |
{ | ||
"name": "@loopback/security", | ||
"description": "A LoopBack component for security support.", | ||
"version": "0.9.0", | ||
"version": "0.10.0", | ||
"keywords": [ | ||
@@ -46,12 +46,12 @@ "LoopBack", | ||
"debug": "^4.3.4", | ||
"tslib": "^2.5.0" | ||
"tslib": "^2.6.0" | ||
}, | ||
"devDependencies": { | ||
"@loopback/build": "^10.0.0", | ||
"@loopback/core": "^5.0.0", | ||
"@loopback/testlab": "^6.0.0", | ||
"@types/debug": "^4.1.7", | ||
"@types/node": "^14.18.47" | ||
"@loopback/build": "^10.1.0", | ||
"@loopback/core": "^5.1.0", | ||
"@loopback/testlab": "^6.1.0", | ||
"@types/debug": "^4.1.8", | ||
"@types/node": "^16.18.37" | ||
}, | ||
"gitHead": "97a26bd5973830a1d5f28aa2f58040f953995c17" | ||
"gitHead": "10a8fa7fbd00ac77c4aee3e7f40884b07fe1919c" | ||
} |
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
22484
Updatedtslib@^2.6.0