@remix-run/server-runtime
Advanced tools
Comparing version 1.0.0-rc.1 to 1.0.0-rc.2
/** | ||
* @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. |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
71787
1874
0