Socket
Socket
Sign inDemoInstall

@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.0.6 to 1.0.7

216

CHANGELOG.md
# @tinyhttp/send
## 1.0.6
## 1.0.7
### Patch Changes
- release clean packages with clean dist
- regenerate changelogs
- Updated dependencies [undefined]
- @tinyhttp/etag@1.0.5
## 1.0.5
### Patch Changes
- strip bytes
- Updated dependencies [undefined]
- @tinyhttp/etag@1.0.4
## 1.0.4
### Patch Changes
- remove "src" from files
- Updated dependencies [undefined]
- @tinyhttp/etag@1.0.3
## 1.0.3
### Patch Changes
- strip bytes
- Updated dependencies [undefined]
- @tinyhttp/etag@1.0.2
## 1.0.2
### Patch Changes
- strip bytes from readme
## 1.0.1
### Patch Changes
- Remove license notes from readmes, add readme for type-is
- Updated dependencies [undefined]
- @tinyhttp/etag@1.0.1
## 1.0.0
### Major Changes
- 1.0 release. the end is here.
### Patch Changes
- Updated dependencies [undefined]
- @tinyhttp/etag@1.0.0
## 0.5.7
### Patch Changes
- strip some bytes
## 0.5.6
### Patch Changes
- Make types more flexible
## 0.5.5
### Patch Changes
- bump
- Updated dependencies [undefined]
- @tinyhttp/etag@0.5.2
## 0.5.4
### Patch Changes
- Strip some bytes
## 0.5.3
### Patch Changes
- strip bytes and support non string res.send
## 0.5.2
### Patch Changes
- Fix res.sendFile optional params
## 0.5.1
### Patch Changes
- Drop proxy-addr in favor of @tinyhttp/proxy-addr
- Updated dependencies [undefined]
- @tinyhttp/etag@0.5.1
## 0.5.0
### Minor Changes
- Release 0.5
### Patch Changes
- Updated dependencies [undefined]
- @tinyhttp/etag@0.5.0
## 0.4.4
### Patch Changes
- Fix tsconfig
- Updated dependencies [undefined]
- @tinyhttp/etag@0.4.1
## 0.4.3
### Patch Changes
- Remove console.log
## 0.4.2
### Patch Changes
- Fix some minor bugs for res.send
## 0.4.1
### Patch Changes
- Small bugfixes to @tinyhttp/send
## 0.4.0
### Minor Changes
- Release v0.4
### Patch Changes
- Updated dependencies [undefined]
- @tinyhttp/etag@0.4.0
## 0.1.3
### Patch Changes
- Upgrade es-mime-types to fix res.format
## 0.1.2
### Patch Changes
- Fix missing accepts
- Updated dependencies [undefined]
- @tinyhttp/etag@0.3.2
## 0.1.1
### Patch Changes
- Fix broken release
- Updated dependencies [undefined]
- @tinyhttp/etag@0.3.1
## 0.1.0
### Minor Changes
- - add template engine support
- add `sendFile` function (most recent addition) and a lot of other Express methods
- finish writing the docs
- add "common tasks" and "advanced topics" sections to docs
- split `@tinyhttp/app` by 4 separate framework-agnostic packages
- setup husky and commitlint
- add 25 examples
- add 10 middlewares, including `@tinyhttp/session`, `@tinyhttp/ip-filter` and more
### Patch Changes
- Updated dependencies [undefined]
- @tinyhttp/etag@0.3.0
## 0.0.4
### Patch Changes
- Add jsdoc comments to sendFile
## 0.0.3
### Patch Changes
- Implement res.sendFile
## 0.0.2
### Patch Changes
- Fix send content-type bug
## 0.0.1
### Patch Changes
- Split app into req, res, send and router
- Updated dependencies [undefined]
- @tinyhttp/etag@0.2.17
- @tinyhttp/etag@1.0.6

4

package.json
{
"name": "@tinyhttp/send",
"version": "1.0.6",
"version": "1.0.7",
"type": "module",

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

"dependencies": {
"@tinyhttp/etag": "1.0.5",
"@tinyhttp/etag": "1.0.6",
"es-content-type": "^0.0.10",

@@ -45,0 +45,0 @@ "es-mime-types": "^0.0.16"

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