Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-router-nomatch

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-router-nomatch - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

.babelrc

20

package.json
{
"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.

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