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

@react-router/cloudflare

Package Overview
Dependencies
Maintainers
0
Versions
215
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-router/cloudflare - npm Package Compare versions

Comparing version

to
0.0.0-nightly-7fd797a72-20241022

2

dist/index.js
/**
* @react-router/cloudflare v0.0.0-nightly-6c7c5147c-20241008
* @react-router/cloudflare v0.0.0-nightly-7fd797a72-20241022
*

@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc.

/**
* @react-router/cloudflare v0.0.0-nightly-6c7c5147c-20241008
* @react-router/cloudflare v0.0.0-nightly-7fd797a72-20241022
*

@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc.

/**
* @react-router/cloudflare v0.0.0-nightly-6c7c5147c-20241008
* @react-router/cloudflare v0.0.0-nightly-7fd797a72-20241022
*

@@ -17,2 +17,10 @@ * Copyright (c) Remix Software Inc.

/**
* A function that returns the value to use as `context` in route `loader` and
* `action` functions.
*
* You can think of this as an escape hatch that allows you to pass
* environment/platform-specific values through to your loader/action.
*/
function createRequestHandler({

@@ -62,2 +70,3 @@ build,

let response;
// https://github.com/cloudflare/wrangler2/issues/117

@@ -64,0 +73,0 @@ context.request.headers.delete("if-none-match");

{
"name": "@react-router/cloudflare",
"version": "0.0.0-nightly-6c7c5147c-20241008",
"version": "0.0.0-nightly-7fd797a72-20241022",
"description": "Cloudflare platform abstractions for React Router",

@@ -26,3 +26,3 @@ "bugs": {

"typescript": "^5.1.0",
"react-router": "0.0.0-nightly-6c7c5147c-20241008"
"react-router": "0.0.0-nightly-7fd797a72-20241022"
},

@@ -32,3 +32,3 @@ "peerDependencies": {

"typescript": "^5.1.0",
"react-router": "^0.0.0-nightly-6c7c5147c-20241008"
"react-router": "^0.0.0-nightly-7fd797a72-20241022"
},

@@ -35,0 +35,0 @@ "peerDependenciesMeta": {