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 2.0.10 to 2.0.11

2

dist/app.d.ts

@@ -21,3 +21,3 @@ /// <reference types="node" />

export declare type TemplateFunc<O> = (path: string, locals: Record<string, any>, opts: TemplateEngineOptions<O>, cb: (err: Error, html: unknown) => void) => void;
export declare type TemplateEngineOptions<O extends any> = Partial<{
export declare type TemplateEngineOptions<O> = Partial<{
cache: boolean;

@@ -24,0 +24,0 @@ ext: string;

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

@@ -37,6 +37,6 @@ "type": "module",

"@tinyhttp/proxy-addr": "2.0.2",
"@tinyhttp/req": "2.0.7",
"@tinyhttp/res": "2.0.8",
"@tinyhttp/router": "2.0.2",
"header-range-parser": "^1.0.0",
"@tinyhttp/req": "2.0.8",
"@tinyhttp/res": "2.0.9",
"@tinyhttp/router": "2.0.3",
"header-range-parser": "^1.1.1",
"regexparam": "^2.0.0"

@@ -43,0 +43,0 @@ },

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