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

use-react-router-breadcrumbs

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 2.0.1 to 2.0.2

dist/index.d.ts

18

package.json
{
"name": "use-react-router-breadcrumbs",
"version": "2.0.1",
"version": "2.0.2",
"description": "A hook for displaying and setting breadcrumbs for react router",

@@ -18,6 +18,6 @@ "main": "dist/cjs/index.js",

"prepublishOnly": "yarn build && pinst --disable",
"build": "rollup -c",
"build": "rollup -c && yarn types",
"test": "jest",
"test-build": "sh ./scripts/test-build.sh",
"types": "tsc -p tsconfig.json",
"types": "tsc -p tsconfig.json --declaration --emitDeclarationOnly",
"lint": "eslint ./src/**",

@@ -28,8 +28,8 @@ "postpublish": "pinst --enable",

"devDependencies": {
"@babel/cli": "^7.14.3",
"@babel/core": "^7.14.3",
"@babel/plugin-transform-runtime": "^7.14.3",
"@babel/preset-env": "^7.14.4",
"@babel/preset-react": "^7.13.13",
"@babel/preset-typescript": "^7.13.0",
"@babel/cli": "^7.14.5",
"@babel/core": "^7.14.5",
"@babel/plugin-transform-runtime": "^7.14.5",
"@babel/preset-env": "^7.14.5",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.14.5",
"@commitlint/cli": "^12.1.4",

@@ -36,0 +36,0 @@ "@commitlint/config-conventional": "^12.1.4",

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