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 9.0.0-preview.15 to 9.0.0-preview.16

2

dist/index.js

@@ -204,3 +204,3 @@ import { assert, logger, getFriendlyURL, SerwistError } from '@serwist/core/internal';

if (process.env.NODE_ENV !== "production") {
logger.debug(`Serwist Router only supports URLs that start with 'http'.`);
logger.debug("The Serwist router only supports URLs that start with 'http'.");
}

@@ -207,0 +207,0 @@ return;

{
"name": "@serwist/routing",
"version": "9.0.0-preview.15",
"version": "9.0.0-preview.16",
"type": "module",

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

"dependencies": {
"@serwist/core": "9.0.0-preview.15"
"@serwist/core": "9.0.0-preview.16"
},

@@ -39,3 +39,3 @@ "devDependencies": {

"typescript": "5.5.0-dev.20240323",
"@serwist/constants": "9.0.0-preview.15"
"@serwist/constants": "9.0.0-preview.16"
},

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

@@ -161,3 +161,3 @@ /*

if (process.env.NODE_ENV !== "production") {
logger.debug(`Serwist Router only supports URLs that start with 'http'.`);
logger.debug("The Serwist router only supports URLs that start with 'http'.");
}

@@ -164,0 +164,0 @@ return;

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