@loopback/context
Advanced tools
Comparing version 4.0.0 to 4.0.1
{ | ||
"name": "@loopback/context", | ||
"description": "Facilities to manage artifacts and their dependencies in your Node.js applications. The module exposes TypeScript/JavaScript APIs and decorators to register artifacts, declare dependencies, and resolve artifacts by keys. It also serves as an IoC container to support dependency injection", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"keywords": [ | ||
@@ -46,6 +46,6 @@ "LoopBack", | ||
"dependencies": { | ||
"@loopback/metadata": "^4.0.0", | ||
"@loopback/metadata": "^4.0.1", | ||
"@types/debug": "^4.1.7", | ||
"debug": "^4.3.2", | ||
"hyperid": "^2.3.1", | ||
"debug": "^4.3.3", | ||
"hyperid": "^3.0.0", | ||
"p-event": "^4.2.0", | ||
@@ -56,11 +56,11 @@ "tslib": "^2.3.1", | ||
"devDependencies": { | ||
"@loopback/build": "^8.0.0", | ||
"@loopback/eslint-config": "^12.0.0", | ||
"@loopback/testlab": "^4.0.0", | ||
"@loopback/build": "^8.0.1", | ||
"@loopback/eslint-config": "^12.0.1", | ||
"@loopback/testlab": "^4.0.1", | ||
"@types/bluebird": "^3.5.36", | ||
"@types/node": "^10.17.60", | ||
"@types/uuid": "^8.3.1", | ||
"@types/uuid": "^8.3.4", | ||
"bluebird": "^3.7.2" | ||
}, | ||
"gitHead": "00a62f630c19341ce399cec3a45563b1ead6e3b8" | ||
"gitHead": "4a8886403cd9cb3ae529cb69712f077623cba2c2" | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
+ Addedbase64-js@1.5.1(transitive)
+ Addedbuffer@5.7.1(transitive)
+ Addedhyperid@3.3.0(transitive)
+ Addedieee754@1.2.1(transitive)
- Removedhyperid@2.3.1(transitive)
Updated@loopback/metadata@^4.0.1
Updateddebug@^4.3.3
Updatedhyperid@^3.0.0