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

@remix-run/deno

Package Overview
Dependencies
Maintainers
2
Versions
922
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@remix-run/deno - npm Package Compare versions

Comparing version 0.0.0-experimental-2ca98589 to 0.0.0-experimental-b9cc66cb

cookieSigning.js

2

esm/cookieSigning.js
/**
* @remix-run/deno v0.0.0-experimental-2ca98589
* @remix-run/deno v0.0.0-experimental-b9cc66cb
*

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

/**
* @remix-run/deno v0.0.0-experimental-2ca98589
* @remix-run/deno v0.0.0-experimental-b9cc66cb
*

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

/**
* @remix-run/deno v0.0.0-experimental-2ca98589
* @remix-run/deno v0.0.0-experimental-b9cc66cb
*

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

*/
export * from '@remix-run/server-runtime';
export { createCookie, createCookieSessionStorage, createMemorySessionStorage, createRequestHandler, createSession, createSessionStorage, isCookie, isSession, json, redirect } from '@remix-run/server-runtime';
import { installGlobals } from './globals.js';

@@ -14,0 +14,0 @@ export { createRequestHandlerWithStaticFiles } from './server.js';

/**
* @remix-run/deno v0.0.0-experimental-2ca98589
* @remix-run/deno v0.0.0-experimental-b9cc66cb
*

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

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

export * from "@remix-run/server-runtime";
export type { ServerBuild, ServerEntryModule, HandleDataRequestFunction, HandleDocumentRequestFunction, CookieParseOptions, CookieSerializeOptions, CookieSignatureOptions, CookieOptions, Cookie, AppLoadContext, AppData, EntryContext, LinkDescriptor, HtmlLinkDescriptor, PageLinkDescriptor, ServerPlatform, ActionFunction, DataFunctionArgs, ErrorBoundaryComponent, HeadersFunction, HtmlMetaDescriptor, LinksFunction, LoaderFunction, MetaDescriptor, MetaFunction, RouteComponent, RouteHandle, RequestHandler, SessionData, Session, SessionStorage, SessionIdStorageStrategy } from "@remix-run/server-runtime";
export { createCookie, isCookie, json, redirect, createRequestHandler, createSession, isSession, createSessionStorage, createCookieSessionStorage, createMemorySessionStorage } from "@remix-run/server-runtime";
export { createRequestHandlerWithStaticFiles } from "./server";
{
"name": "@remix-run/deno",
"description": "Deno platform abstractions for Remix",
"version": "0.0.0-experimental-2ca98589",
"version": "0.0.0-experimental-b9cc66cb",
"license": "MIT",
"main": "./index.js",
"module": "./esm/index.js",
"repository": {

@@ -15,3 +17,3 @@ "type": "git",

"dependencies": {
"@remix-run/server-runtime": "0.0.0-experimental-2ca98589",
"@remix-run/server-runtime": "0.0.0-experimental-b9cc66cb",
"mime": "^3.0.0"

@@ -18,0 +20,0 @@ },

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