New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

htmx-ext

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

htmx-ext

Collection of useful htmx extensions

npmnpm
Version
0.1.1
Version published
Maintainers
1
Created
Source

htmx-ext

Collection of useful htmx extensions

Getting Started

Installation

Via CDN (e.g. unpkg.com)

The fastest way to get going is by loading each extension you want to use into your head tag like so:

<script src="https://unpkg.com/htmx-ext/dist/body-support.js"></script>

Via npm

For npm-style build systems, you can install htmx-ext via npm:

npm install -D htmx-ext

Included Extensions

ExtensionDescription
body-supportWhen using hx-boost on the <body> tag it doesn't update the body attributes. body-support does.
csrf-tokenThis configures the x-csrf-token header in requests based on the <meta name="csrf-token" /> contents

FAQs

Package last updated on 06 Oct 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts