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

@cfworker/web

Package Overview
Dependencies
Maintainers
1
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cfworker/web - npm Package Compare versions

Comparing version 1.12.2 to 1.12.3

2

dist/router.d.ts

@@ -39,3 +39,3 @@ import { ParseOptions, TokensToRegexpOptions } from 'path-to-regexp';

compose(conditions: RouteCondition[], ...middleware: Middleware[]): this;
private resolve;
resolve(ctx: Context): Route | undefined;
}
{
"name": "@cfworker/web",
"version": "1.12.2",
"version": "1.12.3",
"description": "Web framework for Cloudflare Workers and service workers, inspired by Koa and fastify",

@@ -5,0 +5,0 @@ "keywords": [

@@ -120,3 +120,3 @@ import {

private resolve(ctx: Context) {
public resolve(ctx: Context) {
return this.routes.find(

@@ -123,0 +123,0 @@ ({ conditions }) =>

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