New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@loopback/context

Package Overview
Dependencies
Maintainers
7
Versions
214
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@loopback/context - npm Package Compare versions

Comparing version
8.0.7
to
8.0.8
+6
-6
package.json
{
"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"
}

@@ -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