Socket
Socket
Sign inDemoInstall

react-router-dom

Package Overview
Dependencies
8
Maintainers
2
Versions
331
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.4.0-beta.7 to 4.4.0-beta.8

2

cjs/react-router-dom.js

@@ -209,3 +209,3 @@ 'use strict';

var innerRefType = PropTypes.oneOfType([PropTypes.string, PropTypes.func, PropTypes.shape({
current: PropTypes.instanceOf(Element)
current: PropTypes.any
})]);

@@ -212,0 +212,0 @@ Link.propTypes = {

@@ -168,3 +168,3 @@ import _inheritsLoose from '@babel/runtime/helpers/esm/inheritsLoose';

var innerRefType = PropTypes.oneOfType([PropTypes.string, PropTypes.func, PropTypes.shape({
current: PropTypes.instanceOf(Element)
current: PropTypes.any
})]);

@@ -171,0 +171,0 @@ Link.propTypes = {

{
"name": "react-router-dom",
"version": "4.4.0-beta.7",
"version": "4.4.0-beta.8",
"description": "DOM bindings for React Router",

@@ -50,3 +50,3 @@ "repository": "ReactTraining/react-router",

"prop-types": "^15.6.2",
"react-router": "^4.4.0-beta.7",
"react-router": "^4.4.0-beta.8",
"tiny-invariant": "^1.0.2",

@@ -94,3 +94,3 @@ "tiny-warning": "^1.0.0"

],
"gitHead": "065950c5737b533686f30a0f60f038c157d91a51"
"gitHead": "fa98bc76b363c22a1deb3b4d3a3481987b90cd41"
}

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc