Socket
Socket
Sign inDemoInstall

@tinyhttp/req

Package Overview
Dependencies
Maintainers
1
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tinyhttp/req - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

284

CHANGELOG.md
# @tinyhttp/req
## 1.0.6
## 1.0.7
### Patch Changes
- release clean packages with clean dist
- regenerate changelogs
- Updated dependencies [undefined]
- @tinyhttp/accepts@1.0.4
- @tinyhttp/type-is@1.0.5
- @tinyhttp/url@1.0.6
## 1.0.5
### Patch Changes
- strip bytes
- Updated dependencies [undefined]
- @tinyhttp/type-is@1.0.4
- @tinyhttp/url@1.0.5
## 1.0.4
### Patch Changes
- remove "src" from files
- Updated dependencies [undefined]
- @tinyhttp/accepts@1.0.3
- @tinyhttp/type-is@1.0.3
- @tinyhttp/url@1.0.4
## 1.0.3
### Patch Changes
- strip bytes
- Updated dependencies [undefined]
- @tinyhttp/accepts@1.0.2
- @tinyhttp/type-is@1.0.2
- @tinyhttp/url@1.0.3
## 1.0.2
### Patch Changes
- Updated dependencies [undefined]
- @tinyhttp/url@1.0.2
## 1.0.1
### Patch Changes
- Remove license notes from readmes, add readme for type-is
- Updated dependencies [undefined]
- @tinyhttp/accepts@1.0.1
- @tinyhttp/type-is@1.0.1
- @tinyhttp/url@1.0.1
## 1.0.0
### Major Changes
- 1.0 release. the end is here.
### Patch Changes
- Updated dependencies [undefined]
- @tinyhttp/accepts@1.0.0
- @tinyhttp/type-is@1.0.0
- @tinyhttp/url@1.0.0
## 0.5.7
### Patch Changes
- strip some bytes
- Updated dependencies [undefined]
- @tinyhttp/type-is@0.5.4
- @tinyhttp/url@0.5.4
## 0.5.6
### Patch Changes
- bump
- Updated dependencies [undefined]
- @tinyhttp/accepts@0.5.3
- @tinyhttp/type-is@0.5.3
- @tinyhttp/url@0.5.3
## 0.5.5
### Patch Changes
- make types more flexible
- Updated dependencies [undefined]
- @tinyhttp/accepts@0.5.2
## 0.5.4
### Patch Changes
- Make types more flexible
## 0.5.3
### Patch Changes
- Updated dependencies [undefined]
- @tinyhttp/url@0.5.2
## 0.5.2
### Patch Changes
- Drop proxy-addr in favor of @tinyhttp/proxy-addr
- Updated dependencies [undefined]
- @tinyhttp/accepts@0.5.1
- @tinyhttp/type-is@0.5.2
- @tinyhttp/url@0.5.1
## 0.5.1
### Patch Changes
- Updated dependencies [undefined]
- @tinyhttp/type-is@0.5.1
## 0.5.0
### Minor Changes
- Release 0.5
### Patch Changes
- Updated dependencies [undefined]
- @tinyhttp/accepts@0.5.0
- @tinyhttp/type-is@0.5.0
- @tinyhttp/url@0.5.0
## 0.4.5
### Patch Changes
- Fix markdown recursive issue
- Updated dependencies [undefined]
- @tinyhttp/type-is@0.4.3
## 0.4.4
### Patch Changes
- Updated dependencies [undefined]
- @tinyhttp/type-is@0.4.2
## 0.4.3
### Patch Changes
- Fix tsconfig
- Updated dependencies [undefined]
- @tinyhttp/accepts@0.4.3
- @tinyhttp/type-is@0.4.1
- @tinyhttp/url@0.4.1
## 0.4.2
### Patch Changes
- Updated dependencies [undefined]
- @tinyhttp/accepts@0.4.2
## 0.4.1
### Patch Changes
- Updated dependencies [undefined]
- @tinyhttp/accepts@0.4.1
## 0.4.0
### Minor Changes
- Release v0.4
### Patch Changes
- Updated dependencies [undefined]
- @tinyhttp/accepts@0.4.0
- @tinyhttp/type-is@0.4.0
- @tinyhttp/url@0.4.0
## 0.1.11
### Patch Changes
- Updated dependencies [undefined]
- @tinyhttp/type-is@0.0.1
## 0.1.10
### Patch Changes
- Fix versions
## 0.1.9
### Patch Changes
- Add req.acceptsLanguages, req.is and res.locals
## 0.1.8
### Patch Changes
- Add `req.acceptsCharsets` and `req.acceptsEncodings`
## 0.1.7
### Patch Changes
- Updated dependencies [undefined]
- @tinyhttp/accepts@0.0.24
## 0.1.6
### Patch Changes
- Move URL extensions to @tinyhttp/url
## 0.1.5
### Patch Changes
- Fix missing accepts
- Updated dependencies [undefined]
- @tinyhttp/accepts@0.0.23
## 0.1.4
### Patch Changes
- Fix broken release
- Updated dependencies [undefined]
- @tinyhttp/accepts@0.0.22
## 0.1.3
### Patch Changes
- Updated dependencies [undefined]
- @tinyhttp/accepts@0.1.2
## 0.1.2
### Patch Changes
- add res.redirect and res.format, transfer es-accepts to @tinyhttp/accepts
## 0.1.1
### Patch Changes
- minor fixes
## 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
## 0.0.1
### Patch Changes
- Split app into req, res, send and router
- @tinyhttp/accepts@1.0.5
- @tinyhttp/type-is@1.0.6
- @tinyhttp/url@1.0.7

8

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

@@ -41,5 +41,5 @@ "description": "request extensions for tinyhttp",

"dependencies": {
"@tinyhttp/accepts": "1.0.4",
"@tinyhttp/type-is": "1.0.5",
"@tinyhttp/url": "1.0.6",
"@tinyhttp/accepts": "1.0.5",
"@tinyhttp/type-is": "1.0.6",
"@tinyhttp/url": "1.0.7",
"es-fresh": "^0.0.8",

@@ -46,0 +46,0 @@ "range-parser": "^1.2.1"

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