Socket
Socket
Sign inDemoInstall

react-router-dom

Package Overview
Dependencies
Maintainers
3
Versions
395
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-router-dom - npm Package Compare versions

Comparing version 6.1.1 to 6.2.0

2

index.js
/**
* React Router DOM v6.1.1
* React Router DOM v6.2.0
*

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

/**
* React Router DOM v6.1.1
* React Router DOM v6.2.0
*

@@ -14,5 +14,7 @@ * Copyright (c) Remix Software Inc.

/* eslint-env node */
module.exports =
process.env.NODE_ENV === "production"
? require("./umd/react-router-dom.production.min.js")
: require("./umd/react-router-dom.development.js");
if (process.env.NODE_ENV === "production") {
module.exports = require("./umd/react-router-dom.production.min.js");
} else {
module.exports = require("./umd/react-router-dom.development.js");
}
{
"name": "react-router-dom",
"version": "6.1.1",
"version": "6.2.0",
"author": "Remix Software <hello@remix.run>",

@@ -17,3 +17,3 @@ "description": "Declarative routing for React web applications",

"dependencies": {
"react-router": "6.1.1",
"react-router": "6.2.0",
"history": "^5.1.0"

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

/**
* React Router DOM v6.1.1
* React Router DOM v6.2.0
*

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

/**
* React Router DOM v6.1.1
* React Router DOM v6.2.0
*

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

/**
* React Router DOM v6.1.1
* React Router DOM v6.2.0
*

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

/**
* React Router DOM v6.1.1
* React Router DOM v6.2.0
*

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