@loopback/context
Advanced tools
+6
-6
| { | ||
| "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.7", | ||
| "version": "8.0.8", | ||
| "keywords": [ | ||
@@ -46,3 +46,3 @@ "LoopBack", | ||
| "dependencies": { | ||
| "@loopback/metadata": "^8.0.7", | ||
| "@loopback/metadata": "^8.0.8", | ||
| "@types/debug": "^4.1.12", | ||
@@ -56,11 +56,11 @@ "debug": "^4.4.3", | ||
| "devDependencies": { | ||
| "@loopback/build": "^12.0.7", | ||
| "@loopback/build": "^12.0.8", | ||
| "@loopback/eslint-config": "^16.0.1", | ||
| "@loopback/testlab": "^8.0.7", | ||
| "@loopback/testlab": "^8.0.8", | ||
| "@types/bluebird": "^3.5.42", | ||
| "@types/node": "^16.18.126", | ||
| "@types/uuid": "^10.0.0", | ||
| "@types/uuid": "^11.0.0", | ||
| "bluebird": "^3.7.2" | ||
| }, | ||
| "gitHead": "68b1a429ac9f3ec7ac0fc275ba7907ca620a08d2" | ||
| "gitHead": "497f7e22bb6a9867e5afe830bb82a39172fe5c78" | ||
| } |
+1
-2
@@ -311,4 +311,3 @@ // Copyright IBM Corp. and LoopBack contributors 2017,2020. All Rights Reserved. | ||
| export interface DynamicValueProviderClass<T = unknown> | ||
| extends Constructor<unknown>, | ||
| Function { | ||
| extends Constructor<unknown>, Function { | ||
| value: (...args: BoundValue[]) => ValueOrPromise<T>; | ||
@@ -315,0 +314,0 @@ } |
Sorry, the diff of this file is not supported yet
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
663457
015803
-0.01%Updated