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

@remix-run/server-runtime

Package Overview
Dependencies
Maintainers
2
Versions
1025
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.2 to 1.0.0-rc.3

2

cookies.d.ts

@@ -31,4 +31,2 @@ import type { CookieParseOptions, CookieSerializeOptions } from "cookie";

* True if this cookie uses one or more secrets for verification.
*
* See https://remix.run/dashboard/docs/cookies#signing-cookies
*/

@@ -35,0 +33,0 @@ readonly isSigned: boolean;

2

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@@ -10,2 +10,3 @@ "dependencies": {

"jsesc": "^3.0.1",
"react-router-dom": "^6.0.2",
"set-cookie-parser": "^2.4.8",

@@ -15,6 +16,4 @@ "source-map": "^0.7.3"

"peerDependencies": {
"history": "^5.1.0",
"react": ">=16.8",
"react-dom": ">=16.8",
"react-router-dom": "^6.0.2"
"react-dom": ">=16.8"
},

@@ -21,0 +20,0 @@ "devDependencies": {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

function warnOnceAboutSigningSessionCookie(cookie) {
warnings.warnOnce(cookie.isSigned, `The "${cookie.name}" cookie is not signed, but session cookies should be ` + `signed to prevent tampering on the client before they are sent back to the ` + `server. See https://remix.run/dashboard/docs/cookies#signing-cookies ` + `for more information.`);
warnings.warnOnce(cookie.isSigned, `The "${cookie.name}" cookie is not signed, but session cookies should be ` + `signed to prevent tampering on the client before they are sent back to the ` + `server.`
/* TODO: Update link with new docs. See https://remix.run/cookies#signing-cookies ` +
`for more information.` */
);
}

@@ -136,0 +139,0 @@

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

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

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

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

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

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