Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@tinyhttp/app

Package Overview
Dependencies
Maintainers
1
Versions
305
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tinyhttp/app - npm Package Compare versions

Comparing version 1.2.23 to 1.2.24

1

dist/index.js

@@ -53,2 +53,3 @@ import { STATUS_CODES, createServer } from 'http';

const onErrorHandler = (err, _req, res) => {
console.error(err);
const code = err.code in STATUS_CODES ? err.code : err.status;

@@ -55,0 +56,0 @@ if (typeof err === 'string' || Buffer.isBuffer(err))

6

package.json
{
"name": "@tinyhttp/app",
"version": "1.2.23",
"version": "1.2.24",
"description": "0-legacy, tiny & fast web framework as a replacement of Express",

@@ -44,4 +44,4 @@ "type": "module",

"dependencies": {
"@tinyhttp/cookie": "1.2.5",
"@tinyhttp/proxy-addr": "1.2.2",
"@tinyhttp/cookie": "1.2.6",
"@tinyhttp/proxy-addr": "1.2.3",
"@tinyhttp/req": "1.2.8",

@@ -48,0 +48,0 @@ "@tinyhttp/res": "1.2.15",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc