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

cloudflare-services

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cloudflare-services - npm Package Compare versions

Comparing version 0.0.2 to 1.0.0

4

index.js

@@ -25,3 +25,3 @@ import Trouter from 'trouter';

if (this.ingressHandler !== undefined) {
let igResult = this.ingressHandler(request, environment, context, requestContext);
let igResult = await this.ingressHandler(request, environment, context, requestContext);
if (igResult instanceof Response) {

@@ -40,3 +40,3 @@ return igResult;

if (this.egressHandler !== undefined) {
let egResult = this.egressHandler(request, environment, context, requestContext, response);
let egResult = await this.egressHandler(request, environment, context, requestContext, response);
if (egResult instanceof Response) {

@@ -43,0 +43,0 @@ return egResult;

{
"name": "cloudflare-services",
"version": "0.0.2",
"version": "1.0.0",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",

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