Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@serwist/routing

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@serwist/routing - npm Package Compare versions

Comparing version 8.0.0 to 8.0.1

1

dist/_types.d.ts

@@ -48,2 +48,1 @@ export {};

*/
//# sourceMappingURL=_types.d.ts.map

@@ -12,2 +12,1 @@ import type { NavigationRouteMatchOptions } from "./NavigationRoute.js";

export type { HTTPMethod, NavigationRouteMatchOptions };
//# sourceMappingURL=index.d.ts.map

@@ -58,2 +58,1 @@ import type { RouteHandler } from "@serwist/core";

export { NavigationRoute };
//# sourceMappingURL=NavigationRoute.d.ts.map

@@ -25,2 +25,1 @@ import type { RouteHandler } from "@serwist/core";

export { RegExpRoute };
//# sourceMappingURL=RegExpRoute.d.ts.map

@@ -16,2 +16,1 @@ import type { RouteHandler, RouteMatchCallback } from "@serwist/core";

export { registerRoute };
//# sourceMappingURL=registerRoute.d.ts.map

@@ -34,2 +34,1 @@ import type { RouteHandler, RouteHandlerObject, RouteMatchCallback } from "@serwist/core";

export { Route };
//# sourceMappingURL=Route.d.ts.map

@@ -125,2 +125,1 @@ import type { RouteHandler, RouteHandlerCallbackOptions, RouteMatchCallbackOptions } from "@serwist/core";

export { Router };
//# sourceMappingURL=Router.d.ts.map

@@ -10,2 +10,1 @@ import type { RouteHandler } from "@serwist/core";

export { setCatchHandler };
//# sourceMappingURL=setCatchHandler.d.ts.map

@@ -13,2 +13,1 @@ import type { RouteHandler } from "@serwist/core";

export { setDefaultHandler };
//# sourceMappingURL=setDefaultHandler.d.ts.map

@@ -19,2 +19,1 @@ export type HTTPMethod = "DELETE" | "GET" | "HEAD" | "PATCH" | "POST" | "PUT";

export declare const validMethods: HTTPMethod[];
//# sourceMappingURL=constants.d.ts.map

@@ -10,2 +10,1 @@ import { Router } from "../Router.js";

export declare const getOrCreateDefaultRouter: () => Router;
//# sourceMappingURL=getOrCreateDefaultRouter.d.ts.map

@@ -10,2 +10,1 @@ import type { RouteHandler, RouteHandlerObject } from "@serwist/core";

export declare const normalizeHandler: (handler: RouteHandler) => RouteHandlerObject;
//# sourceMappingURL=normalizeHandler.d.ts.map

6

package.json
{
"name": "@serwist/routing",
"version": "8.0.0",
"version": "8.0.1",
"type": "module",

@@ -35,7 +35,7 @@ "description": "A service worker helper library to route request URLs to handlers.",

"dependencies": {
"@serwist/core": "8.0.0"
"@serwist/core": "8.0.1"
},
"devDependencies": {
"rollup": "3.28.1",
"@serwist/constants": "8.0.0"
"@serwist/constants": "8.0.1"
},

@@ -42,0 +42,0 @@ "scripts": {

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