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

@tinyhttp/send

Package Overview
Dependencies
Maintainers
1
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tinyhttp/send - npm Package Compare versions

Comparing version 1.3.1 to 1.3.2

2

dist/index.js

@@ -165,3 +165,3 @@ import { format, parse } from 'es-content-type';

headers['ETag'] = createETag(stats, encoding);
let status = 200;
let status = res.statusCode || 200;
if (req.headers['range']) {

@@ -168,0 +168,0 @@ status = 206;

{
"name": "@tinyhttp/send",
"version": "1.3.1",
"version": "1.3.2",
"type": "module",

@@ -9,3 +9,3 @@ "description": "json, send, sendFile, status and sendStatus methods for tinyhttp",

"type": "git",
"url": "https://github.com/talentlessguy/tinyhttp.git",
"url": "https://github.com/tinyhttp/tinyhttp.git",
"directory": "packages/res"

@@ -12,0 +12,0 @@ },

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