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

elysia-htmx

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

elysia-htmx - npm Package Compare versions

Comparing version 1.0.8 to 1.0.9

2

index.ts

@@ -8,3 +8,3 @@ import Elysia from "elysia";

export const htmx = ({ disableCache }: Options = {}) => {
const app = new Elysia({ name: "htmx" }).derive(
const app = new Elysia({ name: "htmx", seed: { disableCache } }).derive(
({ request: { headers }, set }): HtmxContext => {

@@ -11,0 +11,0 @@ return {

{
"name": "elysia-htmx",
"description": "Elysia HTMX Context",
"version": "1.0.8",
"version": "1.0.9",
"homepage": "https://github.com/gtramontina/elysia-htmx.git",

@@ -6,0 +6,0 @@ "license": "MIT",

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