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

esroute

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

esroute - npm Package Compare versions

Comparing version 0.9.0 to 0.9.1

2

dist/router.d.ts

@@ -27,3 +27,3 @@ import { NavMeta, NavOpts, PathOrHref, StrictNavMeta } from "./nav-opts";

*/
go(target: StrictNavMeta | ((prev: NavOpts) => StrictNavMeta)): Promise<void>;
go(target: StrictNavMeta | ((prev: NavOpts) => NavMeta)): Promise<void>;
go(target: PathOrHref, opts?: NavMeta): Promise<void>;

@@ -30,0 +30,0 @@ /**

{
"name": "esroute",
"version": "0.9.0",
"version": "0.9.1",
"description": "A small efficient framework-agnostic client-side routing library, written in TypeScript.",

@@ -5,0 +5,0 @@ "types": "dist/index.d.ts",

Sorry, the diff of this file is not supported yet

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