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

@loopback/express

Package Overview
Dependencies
Maintainers
7
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@loopback/express - npm Package Compare versions

Comparing version
7.0.12
to
7.0.13
+7
-7
package.json
{
"name": "@loopback/express",
"description": "Integrate with Express and expose middleware infrastructure for sequence and interceptors",
"version": "7.0.12",
"version": "7.0.13",
"keywords": [

@@ -43,3 +43,3 @@ "loopback-extension",

"dependencies": {
"@loopback/http-server": "^6.0.12",
"@loopback/http-server": "^6.0.13",
"@types/body-parser": "^1.19.5",

@@ -49,3 +49,3 @@ "@types/express": "^4.17.21",

"@types/http-errors": "^2.0.4",
"body-parser": "^1.20.3",
"body-parser": "^2.2.0",
"debug": "^4.4.0",

@@ -59,5 +59,5 @@ "express": "^4.21.2",

"devDependencies": {
"@loopback/build": "^11.0.10",
"@loopback/core": "^6.1.9",
"@loopback/testlab": "^7.0.11",
"@loopback/build": "^11.0.11",
"@loopback/core": "^6.1.10",
"@loopback/testlab": "^7.0.12",
"@types/debug": "^4.1.12",

@@ -70,3 +70,3 @@ "@types/node": "^16.18.126",

},
"gitHead": "0c7708d49efe343cd46350e5014a147c920e59f7"
"gitHead": "1a389bb6fe31fec81a82825493cc66f830cd6655"
}