New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

htmx-router

Package Overview
Dependencies
Maintainers
0
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

htmx-router - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

internal/compile/manifest.js

@@ -172,2 +172,4 @@ import { init, parse } from "es-module-lexer";

function CleanNode(node: Node) {
if (document.body.contains(node)) return; // it wasn't actually removed
if (node instanceof HTMLElement) {

@@ -174,0 +176,0 @@ const root = mounted.get(node);

@@ -49,2 +49,3 @@ import { ServerOnlyWarning } from "./util.js";

func(element, json);
element.setAttribute("component", funcName);
element.setAttribute("mounted", "yes");

@@ -51,0 +52,0 @@ }

8

package.json
{
"name": "htmx-router",
"version": "1.0.0",
"version": "1.0.1",
"description": "A lightweight SSR framework with server+client islands",
"keywords": [
"htmx", "router", "client islands", "ssr", "vite"
"htmx",
"router",
"client islands",
"ssr",
"vite"
],

@@ -8,0 +12,0 @@ "main": "./index.js",

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