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
1
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 0.1.1 to 0.1.2

2

bin/render-args.js

@@ -30,3 +30,3 @@ "use strict";

`document.addEventListener("DOMContentLoaded",function(){` +
`document.body.addEventListener("setTitle",function(evt){document.title = evt.detail.value;})` +
`document.body.addEventListener("setTitle",function(evt){document.title=decodeURIComponent(evt.detail.value);})` +
`});` +

@@ -33,0 +33,0 @@ `</script>`;

{
"name": "htmx-router",
"version": "0.1.1",
"version": "0.1.2",
"description": "A remix.js style file path router for htmX websites",

@@ -5,0 +5,0 @@ "main": "./bin/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