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

@remix-run/cloudflare

Package Overview
Dependencies
Maintainers
2
Versions
971
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@remix-run/cloudflare - npm Package Compare versions

Comparing version 0.0.0-nightly-9cd670f-20220428 to 0.0.0-nightly-a114c40-20220514

2

crypto.js
/**
* @remix-run/cloudflare v0.0.0-nightly-9cd670f-20220428
* @remix-run/cloudflare v0.0.0-nightly-a114c40-20220514
*

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

/**
* @remix-run/cloudflare v0.0.0-nightly-9cd670f-20220428
* @remix-run/cloudflare v0.0.0-nightly-a114c40-20220514
*

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

import "./globals";
export { createCloudflareKVSessionStorage } from "./sessions/cloudflareKVSessionStorage";
export { createCookie, createCookieSessionStorage, createMemorySessionStorage, createSessionStorage, } from "./implementations";
export { createRequestHandler, createSession, isCookie, isSession, json, redirect, } from "@remix-run/server-runtime";
export type { ActionFunction, AppData, AppLoadContext, CreateRequestHandlerFunction, Cookie, CookieOptions, CookieParseOptions, CookieSerializeOptions, CookieSignatureOptions, DataFunctionArgs, EntryContext, ErrorBoundaryComponent, HandleDataRequestFunction, HandleDocumentRequestFunction, HeadersFunction, HtmlLinkDescriptor, HtmlMetaDescriptor, LinkDescriptor, LinksFunction, LoaderFunction, MetaDescriptor, MetaFunction, PageLinkDescriptor, RequestHandler, RouteComponent, RouteHandle, ServerBuild, ServerEntryModule, Session, SessionData, SessionIdStorageStrategy, SessionStorage, } from "@remix-run/server-runtime";
export { createRequestHandler, createSession, isCookie, isSession, json, MaxPartSizeExceededError, redirect, unstable_composeUploadHandlers, unstable_createMemoryUploadHandler, unstable_parseMultipartFormData, } from "@remix-run/server-runtime";
export type { ActionFunction, AppData, AppLoadContext, Cookie, CookieOptions, CookieParseOptions, CookieSerializeOptions, CookieSignatureOptions, CreateRequestHandlerFunction, DataFunctionArgs, EntryContext, ErrorBoundaryComponent, HandleDataRequestFunction, HandleDocumentRequestFunction, HeadersFunction, HtmlLinkDescriptor, HtmlMetaDescriptor, LinkDescriptor, LinksFunction, LoaderFunction, MemoryUploadHandlerFilterArgs, MemoryUploadHandlerOptions, MetaDescriptor, MetaFunction, PageLinkDescriptor, RequestHandler, RouteComponent, RouteHandle, ServerBuild, ServerEntryModule, Session, SessionData, SessionIdStorageStrategy, SessionStorage, UploadHandler, UploadHandlerPart, } from "@remix-run/server-runtime";
/**
* @remix-run/cloudflare v0.0.0-nightly-9cd670f-20220428
* @remix-run/cloudflare v0.0.0-nightly-a114c40-20220514
*

@@ -26,2 +26,6 @@ * Copyright (c) Remix Software Inc.

exports.createSessionStorage = implementations.createSessionStorage;
Object.defineProperty(exports, 'MaxPartSizeExceededError', {
enumerable: true,
get: function () { return serverRuntime.MaxPartSizeExceededError; }
});
Object.defineProperty(exports, 'createRequestHandler', {

@@ -51,1 +55,13 @@ enumerable: true,

});
Object.defineProperty(exports, 'unstable_composeUploadHandlers', {
enumerable: true,
get: function () { return serverRuntime.unstable_composeUploadHandlers; }
});
Object.defineProperty(exports, 'unstable_createMemoryUploadHandler', {
enumerable: true,
get: function () { return serverRuntime.unstable_createMemoryUploadHandler; }
});
Object.defineProperty(exports, 'unstable_parseMultipartFormData', {
enumerable: true,
get: function () { return serverRuntime.unstable_parseMultipartFormData; }
});
/**
* @remix-run/cloudflare v0.0.0-nightly-9cd670f-20220428
* @remix-run/cloudflare v0.0.0-nightly-a114c40-20220514
*

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

/**
* @remix-run/cloudflare v0.0.0-nightly-9cd670f-20220428
* @remix-run/cloudflare v0.0.0-nightly-a114c40-20220514
*

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

{
"name": "@remix-run/cloudflare",
"description": "Cloudflare platform abstractions for Remix",
"version": "0.0.0-nightly-9cd670f-20220428",
"version": "0.0.0-nightly-a114c40-20220514",
"license": "MIT",

@@ -16,3 +16,3 @@ "repository": {

"@cloudflare/kv-asset-handler": "^0.1.3",
"@remix-run/server-runtime": "0.0.0-nightly-9cd670f-20220428"
"@remix-run/server-runtime": "0.0.0-nightly-a114c40-20220514"
},

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

/**
* @remix-run/cloudflare v0.0.0-nightly-9cd670f-20220428
* @remix-run/cloudflare v0.0.0-nightly-a114c40-20220514
*

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

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