Launch Week Day 3: Introducing Organization Notifications in Socket.Learn More
Socket
Book a DemoSign in
Socket

@react-router/node

Package Overview
Dependencies
Maintainers
1
Versions
696
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-router/node - npm Package Compare versions

Comparing version
7.9.6
to
7.10.0-pre.0
+7
-5
CHANGELOG.md
# `@react-router/node`
## 7.10.0-pre.0
### Patch Changes
- Updated dependencies:
- `react-router@7.10.0-pre.0`
## 7.9.6

@@ -53,3 +60,2 @@

We have removed the `unstable_` prefix from the following APIs and they are now considered stable and ready for production use:
- [`RouterContextProvider`](https://reactrouter.com/api/utils/RouterContextProvider)

@@ -254,3 +260,2 @@ - [`createContext`](https://reactrouter.com/api/utils/createContext)

- For Remix consumers migrating to React Router, the `crypto` global from the [Web Crypto API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Crypto_API) is now required when using cookie and session APIs. This means that the following APIs are provided from `react-router` rather than platform-specific packages: ([#11837](https://github.com/remix-run/react-router/pull/11837))
- `createCookie`

@@ -264,3 +269,2 @@ - `createCookieSessionStorage`

Since platform-specific packages no longer need to implement this API, the following low-level APIs have been removed:
- `createCookieFactory`

@@ -673,3 +677,2 @@ - `createSessionStorageFactory`

Informational Resources:
- <https://gist.github.com/jacob-ebey/9bde9546c1aafaa6bc8c242054b1be26>

@@ -679,3 +682,2 @@ - <https://github.com/remix-run/remix/blob/main/decisions/0004-streaming-apis.md>

Documentation Resources (better docs specific to Remix are in the works):
- <https://reactrouter.com/en/main/utils/defer>

@@ -682,0 +684,0 @@ - <https://reactrouter.com/en/main/components/await>

/**
* @react-router/node v7.9.6
* @react-router/node v7.10.0-pre.0
*

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

/**
* @react-router/node v7.9.6
* @react-router/node v7.10.0-pre.0
*

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

{
"name": "@react-router/node",
"version": "7.9.6",
"version": "7.10.0-pre.0",
"description": "Node.js platform abstractions for React Router",

@@ -55,7 +55,7 @@ "bugs": {

"wireit": "0.14.9",
"react-router": "7.9.6"
"react-router": "7.10.0-pre.0"
},
"peerDependencies": {
"typescript": "^5.1.0",
"react-router": "7.9.6"
"react-router": "7.10.0-pre.0"
},

@@ -62,0 +62,0 @@ "peerDependenciesMeta": {