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.5 to 1.1.6

2

dist/router.js

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

await oldRoute["leave" /* leave */]?.(props);
router.oldRoute = oldRoute.originalPath;
router.oldRoute = route.originalPath;
}

@@ -37,0 +37,0 @@ }

{
"name": "router-dom",
"version": "1.1.5",
"version": "1.1.6",
"description": "A lightweight router for everyone",

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

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

await oldRoute[cycles.leave]?.(props);
router.oldRoute = oldRoute.originalPath;
router.oldRoute = route.originalPath;
}

@@ -46,0 +46,0 @@ }

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