@loopback/context
Advanced tools
+5
-5
| { | ||
| "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": "8.0.5", | ||
| "version": "8.0.6", | ||
| "keywords": [ | ||
@@ -46,3 +46,3 @@ "LoopBack", | ||
| "dependencies": { | ||
| "@loopback/metadata": "^8.0.5", | ||
| "@loopback/metadata": "^8.0.6", | ||
| "@types/debug": "^4.1.12", | ||
@@ -56,5 +56,5 @@ "debug": "^4.4.3", | ||
| "devDependencies": { | ||
| "@loopback/build": "^12.0.5", | ||
| "@loopback/build": "^12.0.6", | ||
| "@loopback/eslint-config": "^16.0.1", | ||
| "@loopback/testlab": "^8.0.5", | ||
| "@loopback/testlab": "^8.0.6", | ||
| "@types/bluebird": "^3.5.42", | ||
@@ -65,3 +65,3 @@ "@types/node": "^16.18.126", | ||
| }, | ||
| "gitHead": "37fdde1b8bcd417c9e71a093b963f1bd05be5da7" | ||
| "gitHead": "ba6b2836b1bec5e65d35a7d901e4601efb0f9676" | ||
| } |
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
Updated