Socket
Socket
Sign inDemoInstall

@tinyhttp/res

Package Overview
Dependencies
Maintainers
1
Versions
104
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tinyhttp/res - npm Package Compare versions

Comparing version 0.0.5 to 0.1.0

21

CHANGELOG.md
# @tinyhttp/res
## 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/cookie@0.2.0
- @tinyhttp/cookie-signature@0.2.0
- @tinyhttp/req@0.1.0
- @tinyhttp/send@0.1.0
## 0.0.5

@@ -4,0 +25,0 @@

10

package.json
{
"name": "@tinyhttp/res",
"version": "0.0.5",
"version": "0.1.0",
"type": "module",

@@ -40,8 +40,8 @@ "description": "response extensions for tinyhttp",

"dependencies": {
"@tinyhttp/cookie": "0.1.20",
"@tinyhttp/cookie-signature": "0.1.16",
"@tinyhttp/req": "^0.0.1",
"@tinyhttp/send": "0.0.4",
"@tinyhttp/cookie": "0.2.0",
"@tinyhttp/cookie-signature": "0.2.0",
"@tinyhttp/req": "^0.1.0",
"@tinyhttp/send": "0.1.0",
"es-mime-types": "^0.0.15"
}
}
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