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

@ttoss/http-server

Package Overview
Dependencies
Maintainers
2
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ttoss/http-server - npm Package Compare versions

Comparing version
0.5.11
to
0.5.12
+12
-12
package.json
{
"name": "@ttoss/http-server",
"version": "0.5.11",
"version": "0.5.12",
"description": "HTTP Server for ttoss environment",
"license": "MIT",
"author": "ttoss",
"contributors": [
"Pedro Arantes <pedro@arantespp.com> (https://arantespp.com)"
"keywords": [
"koa",
"server"
],

@@ -15,2 +14,8 @@ "repository": {

},
"license": "MIT",
"author": "ttoss",
"contributors": [
"Pedro Arantes <pedro@arantespp.com> (https://arantespp.com)"
],
"sideEffects": false,
"type": "module",

@@ -27,3 +32,2 @@ "exports": {

],
"sideEffects": false,
"dependencies": {

@@ -40,14 +44,10 @@ "@koa/bodyparser": "^6.1.0",

"@types/koa": "^3.0.2",
"@types/koa-static": "^4.0.4",
"@types/koa__cors": "^5.0.1",
"@types/koa__multer": "^2.0.8",
"@types/koa-static": "^4.0.4",
"jest": "^30.3.0",
"supertest": "^7.2.2",
"tsup": "^8.5.1",
"@ttoss/config": "^1.37.10"
"@ttoss/config": "^1.37.11"
},
"keywords": [
"koa",
"server"
],
"publishConfig": {

@@ -54,0 +54,0 @@ "access": "public",