@loopback/context
Advanced tools
Comparing version 4.1.2 to 5.0.0
{ | ||
"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.1.2", | ||
"version": "5.0.0", | ||
"keywords": [ | ||
@@ -25,3 +25,3 @@ "LoopBack", | ||
"engines": { | ||
"node": "12 || 14 || 16 || 17" | ||
"node": "14 || 16 || 17 || 18" | ||
}, | ||
@@ -47,3 +47,3 @@ "scripts": { | ||
"dependencies": { | ||
"@loopback/metadata": "^4.1.2", | ||
"@loopback/metadata": "^5.0.0", | ||
"@types/debug": "^4.1.7", | ||
@@ -53,15 +53,15 @@ "debug": "^4.3.4", | ||
"p-event": "^4.2.0", | ||
"tslib": "^2.3.1", | ||
"tslib": "^2.4.0", | ||
"uuid": "^8.3.2" | ||
}, | ||
"devDependencies": { | ||
"@loopback/build": "^8.1.2", | ||
"@loopback/eslint-config": "^12.0.4", | ||
"@loopback/testlab": "^4.1.2", | ||
"@loopback/build": "^9.0.0", | ||
"@loopback/eslint-config": "^13.0.0", | ||
"@loopback/testlab": "^5.0.0", | ||
"@types/bluebird": "^3.5.36", | ||
"@types/node": "^12.20.47", | ||
"@types/node": "^12.20.50", | ||
"@types/uuid": "^8.3.4", | ||
"bluebird": "^3.7.2" | ||
}, | ||
"gitHead": "22d993c73a7b4ccdb36f2e26ea52460dc46fbd11" | ||
"gitHead": "61453a3d7a16f9f37875a3f2c2a071568eb3e3af" | ||
} |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
1
+ Added@loopback/metadata@5.0.10(transitive)
- Removed@loopback/metadata@4.1.2(transitive)
Updated@loopback/metadata@^5.0.0
Updatedtslib@^2.4.0