Socket
Socket
Sign inDemoInstall

react-router-prop-types

Package Overview
Dependencies
6
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

7

dist/index.js

@@ -42,3 +42,3 @@ "use strict";

});
exports.route = prop_types_1.default.shape({
var routeShape = {
path: prop_types_1.default.string,

@@ -49,4 +49,5 @@ exact: prop_types_1.default.bool,

component: prop_types_1.default.func,
routes: prop_types_1.default.arrayOf(prop_types_1.default.shape(exports.route)),
});
};
routeShape.routes = prop_types_1.default.arrayOf(prop_types_1.default.shape(routeShape));
exports.route = prop_types_1.default.shape(routeShape);
exports.default = {

@@ -53,0 +54,0 @@ location: exports.location,

{
"name": "react-router-prop-types",
"version": "1.0.1",
"version": "1.0.2",
"description": "Runtime type checking for react-router props",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc