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.3.1 to 1.3.2

4

dist/index.js

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

const onErrorHandler = (err, _req, res) => {
console.error(err);
console.log(err instanceof Error);
if (!process.env.TESTING && err.message)
console.error(err);
const code = err.code in STATUS_CODES ? err.code : err.status;

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

{
"name": "@tinyhttp/app",
"version": "1.3.1",
"version": "1.3.2",
"description": "0-legacy, tiny & fast web framework as a replacement of Express",

@@ -5,0 +5,0 @@ "type": "module",

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