Socket
Socket
Sign inDemoInstall

react-router

Package Overview
Dependencies
Maintainers
3
Versions
480
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-3f25ab396-20240704 to 0.0.0-nightly-4901f05e2-20240711

dist/index.mjs

2

dist/lib/router/router.d.ts

@@ -259,3 +259,3 @@ import type { History, Location, Path, To } from "./history";

export interface FutureConfig {
unstable_skipActionErrorRevalidation: boolean;
v7_skipActionErrorRevalidation: boolean;
}

@@ -262,0 +262,0 @@ /**

@@ -154,3 +154,3 @@ import type { Location, Path, To } from "./history";

json?: Submission["json"];
unstable_actionStatus?: number;
actionStatus?: number;
actionResult?: any;

@@ -372,2 +372,3 @@ defaultShouldRevalidate: boolean;

export declare function matchPath<ParamKey extends ParamParseKey<Path>, Path extends string>(pattern: PathPattern<Path> | Path, pathname: string): PathMatch<ParamKey> | null;
export declare function decodePath(value: string): string;
/**

@@ -374,0 +375,0 @@ * @private

/**
* React Router v0.0.0-nightly-3f25ab396-20240704
* React Router v0.0.0-nightly-4901f05e2-20240711
*

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

{
"name": "react-router",
"version": "0.0.0-nightly-3f25ab396-20240704",
"version": "0.0.0-nightly-4901f05e2-20240711",
"description": "Declarative routing for React",

@@ -23,4 +23,12 @@ "keywords": [

"unpkg": "./dist/umd/react-router.production.min.js",
"module": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/main.js"
},
"./package.json": "./package.json"
},
"dependencies": {

@@ -32,3 +40,3 @@ "@types/cookie": "^0.6.0",

"turbo-stream": "^2.2.0",
"react-router": "0.0.0-nightly-3f25ab396-20240704"
"react-router": "0.0.0-nightly-4901f05e2-20240711"
},

@@ -35,0 +43,0 @@ "devDependencies": {

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc