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

react-router-breadcrumbs-hoc

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-router-breadcrumbs-hoc - npm Package Compare versions

Comparing version 3.1.0 to 3.1.1

24

package.json
{
"name": "react-router-breadcrumbs-hoc",
"version": "3.1.0",
"version": "3.1.1",
"description": "Just a tiny, flexible, higher order component for rendering breadcrumbs with react-router 4.x",

@@ -18,5 +18,5 @@ "repository": "icd2k3/react-router-breadcrumbs-hoc",

"peerDependencies": {
"react": "^16.0.0",
"react-router": "^4.0.0",
"react-router-dom": "^4.0.0"
"react": ">=16",
"react-router": ">=4",
"react-router-dom": ">=4"
},

@@ -26,5 +26,5 @@ "dependencies": {},

"@babel/cli": "^7.1.0",
"@babel/core": "^7.3.4",
"@babel/plugin-transform-modules-commonjs": "^7.1.0",
"@babel/preset-env": "^7.3.4",
"@babel/core": "^7.4.0",
"@babel/plugin-transform-modules-commonjs": "^7.4.0",
"@babel/preset-env": "^7.4.2",
"@babel/preset-react": "^7.0.0",

@@ -39,3 +39,3 @@ "@types/react": "16.8.8",

"enzyme-adapter-react-16": "^1.11.2",
"eslint": "^5.15.1",
"eslint": "^5.15.3",
"eslint-config-airbnb": "^17.0.0",

@@ -49,9 +49,9 @@ "eslint-plugin-import": "^2.13.0",

"react-dom": "16.8.4",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"rollup": "^1.6.0",
"react-router": "^5.0.0",
"react-router-dom": "^5.0.0",
"rollup": "^1.7.0",
"rollup-plugin-babel": "^4.0.3",
"rollup-plugin-commonjs": "^9.2.1",
"rollup-plugin-node-resolve": "^4.0.1",
"typescript": "^3.3.3333"
"typescript": "^3.3.4000"
},

@@ -58,0 +58,0 @@ "scripts": {

@@ -6,3 +6,3 @@ <h3 align="center">

<p align="center">
A small (~3kb gzip), flexible, <a href="https://reactjs.org/docs/higher-order-components.html">higher order component</a> for rendering breadcrumbs with <a href="https://github.com/ReactTraining/react-router">react-router</a> 4.x
A small (~1.5kb gzip), flexible, <a href="https://reactjs.org/docs/higher-order-components.html">higher order component</a> for rendering breadcrumbs with <a href="https://github.com/ReactTraining/react-router">react-router</a> 4 & 5
</p>

@@ -40,3 +40,3 @@

Start seeing generated breadcrumbs right away with this simple example
Start seeing generated breadcrumbs right away with this simple example ([codesandbox](https://codesandbox.io/s/p7vy15zn9x))
```js

@@ -43,0 +43,0 @@ import withBreadcrumbs from 'react-router-breadcrumbs-hoc';

Sorry, the diff of this file is not supported yet

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