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

@hattip/compose

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hattip/compose - npm Package Compare versions

Comparing version 0.0.42 to 0.0.43

16

package.json
{
"name": "@hattip/compose",
"version": "0.0.42",
"version": "0.0.43",
"type": "module",
"description": "Middleware system for HatTip",
"description": "Middleware system for Hattip",
"files": [

@@ -18,13 +18,13 @@ "dist"

"dependencies": {
"@hattip/core": "0.0.42"
"@hattip/core": "0.0.43"
},
"devDependencies": {
"@cyco130/eslint-config": "^3.6.3",
"@cyco130/eslint-config": "^3.6.4",
"eslint": "^8.56.0",
"publint": "^0.2.7",
"tsup": "^8.0.1",
"tsup": "^8.0.2",
"typescript": "^5.3.3",
"vitest": "^1.2.2",
"@hattip/adapter-test": "0.0.42",
"@hattip/polyfills": "0.0.42"
"vitest": "^1.3.0",
"@hattip/adapter-test": "0.0.43",
"@hattip/polyfills": "0.0.43"
},

@@ -31,0 +31,0 @@ "scripts": {

# `@hattip/compose`
Middleware system for HatTip.
Middleware system for Hattip.

@@ -22,3 +22,3 @@ ## `compose`

const response = await ctx.next();
response.headers.set("X-Powered-By", "HatTip");
response.headers.set("X-Powered-By", "Hattip");
return response;

@@ -25,0 +25,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