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

@art-ws/http-server

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@art-ws/http-server - npm Package Compare versions

Comparing version
2.0.20
to
2.0.41
+7
-4
package.json
{
"name": "@art-ws/http-server",
"version": "2.0.20",
"version": "2.0.41",
"description": "HTTP Server",

@@ -14,6 +14,6 @@ "license": "UNLICENSED",

"devDependencies": {
"eslint": "^9.34.0",
"eslint": "^9.36.0",
"typescript": "^5.9.2",
"@art-ws/config-eslint": "2.0.3",
"@art-ws/config-ts": "2.0.6"
"@art-ws/config-eslint": "2.0.6",
"@art-ws/config-ts": "2.0.9"
},

@@ -25,2 +25,5 @@ "scripts": {

"clean:nm": "rm -rf node_modules",
"pub": "pnpm pub:bump && pnpm pub:pub",
"pub:bump": "pnpm version patch",
"pub:pub": "pnpm publish --access public --no-git-checks",
"lint": "eslint .",

@@ -27,0 +30,0 @@ "test": "exit 0",