react-router-nomatch
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "react-router-nomatch", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "React Router interface that renders a component when no child route is matched.", | ||
"license": "MIT", | ||
"repository": "idmadj/react-router-nomatch", | ||
"main": "index.js", | ||
"main": "lib/index.js", | ||
"scripts": { | ||
"build": "babel src -d lib", | ||
"prepublishOnly": "npm run build" | ||
}, | ||
"keywords": [ | ||
@@ -20,6 +24,12 @@ "react-router", | ||
"dependencies": { | ||
"react": "^16.8.x", | ||
"react-router-dom": "^4.3.x", | ||
"prop-types": "^15.x.x" | ||
"prop-types": "^15.7.2", | ||
"react": "^16.8.3", | ||
"react-router-dom": "^4.3.1" | ||
}, | ||
"devDependencies": { | ||
"@babel/cli": "^7.2.3", | ||
"@babel/core": "^7.3.3", | ||
"@babel/preset-env": "^7.3.1", | ||
"@babel/preset-react": "^7.0.0" | ||
} | ||
} |
# React Router NoMatch | ||
[![npm](https://img.shields.io/npm/v/react-router-nomatch.svg)](https://www.npmjs.com/package/react-router-nomatch) | ||
![npm bundle size (minified)](https://img.shields.io/bundlephobia/min/react-router-nomatch.svg) | ||
@@ -5,0 +4,0 @@ React Router interface that renders a component when no child route is matched. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7048
5
44
4
66
Updatedprop-types@^15.7.2
Updatedreact@^16.8.3
Updatedreact-router-dom@^4.3.1