Socket
Socket
Sign inDemoInstall

@remix-run/server-runtime

Package Overview
Dependencies
Maintainers
2
Versions
1005
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@remix-run/server-runtime - npm Package Compare versions

Comparing version 1.0.0-rc.1 to 1.0.0-rc.2

2

cookies.js
/**
* @remix-run/server-runtime v1.0.0-rc.1
* @remix-run/server-runtime v1.0.0-rc.2
*

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

/**
* @remix-run/server-runtime v1.0.0-rc.1
* @remix-run/server-runtime v1.0.0-rc.2
*

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

/**
* @remix-run/server-runtime v1.0.0-rc.1
* @remix-run/server-runtime v1.0.0-rc.2
*

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

/**
* @remix-run/server-runtime v1.0.0-rc.1
* @remix-run/server-runtime v1.0.0-rc.2
*

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

/**
* @remix-run/server-runtime v1.0.0-rc.1
* @remix-run/server-runtime v1.0.0-rc.2
*

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

/**
* @remix-run/server-runtime v1.0.0-rc.1
* @remix-run/server-runtime v1.0.0-rc.2
*

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

/**
* @remix-run/server-runtime v1.0.0-rc.1
* @remix-run/server-runtime v1.0.0-rc.2
*

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

@@ -1,2 +0,2 @@

export type { ServerBuild, ServerEntryModule, CookieParseOptions, CookieSerializeOptions, CookieSignatureOptions, CookieOptions, Cookie, AppLoadContext, AppData, EntryContext, LinkDescriptor, HtmlLinkDescriptor, PageLinkDescriptor, ErrorBoundaryComponent, ActionFunction, HeadersFunction, LinksFunction, LoaderFunction, MetaDescriptor, HtmlMetaDescriptor, MetaFunction, RouteComponent, RouteHandle, RequestHandler, SessionData, Session, SessionStorage, SessionIdStorageStrategy } from "@remix-run/server-runtime";
export type { ServerBuild, ServerEntryModule, HandleDataRequestFunction, HandleDocumentRequestFunction, CookieParseOptions, CookieSerializeOptions, CookieSignatureOptions, CookieOptions, Cookie, AppLoadContext, AppData, EntryContext, LinkDescriptor, HtmlLinkDescriptor, PageLinkDescriptor, ErrorBoundaryComponent, ActionFunction, HeadersFunction, LinksFunction, LoaderFunction, MetaDescriptor, HtmlMetaDescriptor, MetaFunction, RouteComponent, RouteHandle, RequestHandler, SessionData, Session, SessionStorage, SessionIdStorageStrategy } from "@remix-run/server-runtime";
export { createCookie, isCookie, createSession, isSession, createSessionStorage, createCookieSessionStorage, createMemorySessionStorage, json, redirect } from "@remix-run/server-runtime";
/**
* @remix-run/server-runtime v1.0.0-rc.1
* @remix-run/server-runtime v1.0.0-rc.2
*

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

/**
* @remix-run/server-runtime v1.0.0-rc.1
* @remix-run/server-runtime v1.0.0-rc.2
*

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

{
"name": "@remix-run/server-runtime",
"description": "Server runtime for Remix",
"version": "1.0.0-rc.1",
"version": "1.0.0-rc.2",
"repository": "https://github.com/remix-run/packages",

@@ -6,0 +6,0 @@ "dependencies": {

/**
* @remix-run/server-runtime v1.0.0-rc.1
* @remix-run/server-runtime v1.0.0-rc.2
*

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

/**
* @remix-run/server-runtime v1.0.0-rc.1
* @remix-run/server-runtime v1.0.0-rc.2
*

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

/**
* @remix-run/server-runtime v1.0.0-rc.1
* @remix-run/server-runtime v1.0.0-rc.2
*

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

/**
* @remix-run/server-runtime v1.0.0-rc.1
* @remix-run/server-runtime v1.0.0-rc.2
*

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

/**
* @remix-run/server-runtime v1.0.0-rc.1
* @remix-run/server-runtime v1.0.0-rc.2
*

@@ -385,3 +385,3 @@ * Copyright (c) Remix Software Inc.

try {
response = serverEntryModule.default(request, statusCode, headers$1, entryContext);
response = await serverEntryModule.default(request, statusCode, headers$1, entryContext);
} catch (error) {

@@ -408,3 +408,3 @@ var _platform$formatServe5;

try {
response = serverEntryModule.default(request, statusCode, headers$1, entryContext);
response = await serverEntryModule.default(request, statusCode, headers$1, entryContext);
} catch (error) {

@@ -411,0 +411,0 @@ var _platform$formatServe6;

/**
* @remix-run/server-runtime v1.0.0-rc.1
* @remix-run/server-runtime v1.0.0-rc.2
*

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

/**
* @remix-run/server-runtime v1.0.0-rc.1
* @remix-run/server-runtime v1.0.0-rc.2
*

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

/**
* @remix-run/server-runtime v1.0.0-rc.1
* @remix-run/server-runtime v1.0.0-rc.2
*

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

/**
* @remix-run/server-runtime v1.0.0-rc.1
* @remix-run/server-runtime v1.0.0-rc.2
*

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

/**
* @remix-run/server-runtime v1.0.0-rc.1
* @remix-run/server-runtime v1.0.0-rc.2
*

@@ -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