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

router-dom

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

router-dom - npm Package Compare versions

Comparing version 1.1.6 to 1.1.7

2

dist/router.js

@@ -125,2 +125,4 @@ import { listen } from "quicklink";

function registerAnchorEvent(anchor) {
if (anchor.getAttribute("href")?.startsWith("http"))
return;
anchor.addEventListener("click", (e) => {

@@ -127,0 +129,0 @@ e.preventDefault();

2

package.json
{
"name": "router-dom",
"version": "1.1.6",
"version": "1.1.7",
"description": "A lightweight router for everyone",

@@ -5,0 +5,0 @@ "type": "module",

@@ -161,2 +161,3 @@ import { listen } from "quicklink";

function registerAnchorEvent(anchor: HTMLAnchorElement) {
if (anchor.getAttribute("href")?.startsWith("http")) return;
anchor.addEventListener("click", (e: MouseEvent) => {

@@ -163,0 +164,0 @@ e.preventDefault();

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