Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@hazeljs/gateway

Package Overview
Dependencies
Maintainers
1
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hazeljs/gateway - npm Package Compare versions

Comparing version
0.7.5
to
0.7.6
+15
-15
package.json
{
"name": "@hazeljs/gateway",
"version": "0.7.5",
"version": "0.7.6",
"description": "Intelligent API Gateway for HazelJS - Version routing, canary deployments, circuit breaking, and traffic management",

@@ -21,6 +21,6 @@ "main": "dist/index.js",

"dependencies": {
"@hazeljs/core": "^0.7.5",
"@hazeljs/discovery": "^0.7.5",
"@hazeljs/resilience": "^0.7.5",
"axios": "^1.6.0",
"@hazeljs/core": "^0.7.6",
"@hazeljs/discovery": "^0.7.6",
"@hazeljs/resilience": "^0.7.6",
"axios": "^1.14.0",
"reflect-metadata": "^0.2.2"

@@ -30,12 +30,12 @@ },

"@types/jest": "^29.5.14",
"@types/node": "^20.17.50",
"@typescript-eslint/eslint-plugin": "^8.18.2",
"@typescript-eslint/parser": "^8.18.2",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"@types/node": "^20.19.39",
"@typescript-eslint/eslint-plugin": "^8.58.0",
"@typescript-eslint/parser": "^8.58.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.2",
"eslint-plugin-prettier": "^5.5.5",
"jest": "^29.7.0",
"prettier": "^3.2.5",
"ts-jest": "^29.1.2",
"typescript": "^5.3.3"
"prettier": "^3.8.1",
"ts-jest": "^29.4.9",
"typescript": "^5.9.3"
},

@@ -75,3 +75,3 @@ "peerDependencies": {

"homepage": "https://hazeljs.ai",
"gitHead": "18a336560f68e38e88c07aaa32d036eff2435d79"
"gitHead": "bc12c5f3165402a34ba4bbddc1cad58f843895f5"
}