@loopback/security
Advanced tools
Comparing version 0.7.1 to 0.7.2
@@ -27,4 +27,4 @@ "use strict"; | ||
*/ | ||
(0, tslib_1.__exportStar)(require("./keys"), exports); | ||
(0, tslib_1.__exportStar)(require("./types"), exports); | ||
tslib_1.__exportStar(require("./keys"), exports); | ||
tslib_1.__exportStar(require("./types"), exports); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@loopback/security", | ||
"description": "A LoopBack component for security support.", | ||
"version": "0.7.1", | ||
"version": "0.7.2", | ||
"keywords": [ | ||
@@ -42,16 +42,16 @@ "LoopBack", | ||
"peerDependencies": { | ||
"@loopback/core": "^3.1.1" | ||
"@loopback/core": "^3.1.2" | ||
}, | ||
"dependencies": { | ||
"debug": "^4.3.3", | ||
"debug": "^4.3.4", | ||
"tslib": "^2.3.1" | ||
}, | ||
"devDependencies": { | ||
"@loopback/build": "^8.1.1", | ||
"@loopback/core": "^3.1.1", | ||
"@loopback/testlab": "^4.1.1", | ||
"@loopback/build": "^8.1.2", | ||
"@loopback/core": "^3.1.2", | ||
"@loopback/testlab": "^4.1.2", | ||
"@types/debug": "^4.1.7", | ||
"@types/node": "^12.20.46" | ||
"@types/node": "^12.20.47" | ||
}, | ||
"gitHead": "8aff2ce33aad3daa53b05fa0fbe8a1b2c7ad0bdf" | ||
"gitHead": "22d993c73a7b4ccdb36f2e26ea52460dc46fbd11" | ||
} |
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
22274
Updateddebug@^4.3.4