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

react-router

Package Overview
Dependencies
Maintainers
3
Versions
591
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-router - npm Package Compare versions

Comparing version 0.0.0-nightly-8f12ed19a-20240924 to 0.0.0-nightly-8fc8239ff-20241003

dist/lib/dom-export.d.ts

2

dist/lib/server-runtime/single-fetch.d.ts

@@ -26,3 +26,3 @@ import type { StaticHandler } from "../router/router";

export declare function getSingleFetchRedirect(status: number, headers: Headers, basename: string | undefined): SingleFetchRedirectResult;
type Serializable = undefined | null | boolean | string | symbol | number | Array<Serializable> | {
export type Serializable = undefined | null | boolean | string | symbol | number | Array<Serializable> | {
[key: PropertyKey]: Serializable;

@@ -29,0 +29,0 @@ } | bigint | Date | URL | RegExp | Error | Map<Serializable, Serializable> | Set<Serializable> | Promise<Serializable>;

/**
* React Router v0.0.0-nightly-8f12ed19a-20240924
* React Router v0.0.0-nightly-8fc8239ff-20241003
*

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

/**
* React Router v0.0.0-nightly-8f12ed19a-20240924
* React Router v0.0.0-nightly-8fc8239ff-20241003
*

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

/**
* React Router v0.0.0-nightly-8f12ed19a-20240924
* React Router v0.0.0-nightly-8fc8239ff-20241003
*

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

/**
* React Router v0.0.0-nightly-8f12ed19a-20240924
* React Router v0.0.0-nightly-8fc8239ff-20241003
*

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

/**
* React Router v0.0.0-nightly-8f12ed19a-20240924
* React Router v0.0.0-nightly-8fc8239ff-20241003
*

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

/**
* React Router v0.0.0-nightly-8f12ed19a-20240924
* React Router v0.0.0-nightly-8fc8239ff-20241003
*

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

{
"name": "react-router",
"version": "0.0.0-nightly-8f12ed19a-20240924",
"version": "0.0.0-nightly-8fc8239ff-20241003",
"description": "Declarative routing for React",

@@ -31,2 +31,5 @@ "keywords": [

},
"./types": {
"types": "./dist/lib/types.d.ts"
},
"./dom": {

@@ -46,3 +49,3 @@ "types": "./dist/dom-export.d.ts",

"turbo-stream": "2.4.0",
"react-router": "0.0.0-nightly-8f12ed19a-20240924"
"react-router": "0.0.0-nightly-8fc8239ff-20241003"
},

@@ -49,0 +52,0 @@ "devDependencies": {

# React Router
The `react-router` package is the heart of [React Router](https://github.com/remix-run/react-router) and provides all the core functionality.
If you'd like to extend React Router and you know what you're doing, you should
add `react-router` **as a peer dependency, not a regular dependency** in your
package.

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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