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 4.0.0 to 4.0.1

dist/index.d.ts

22

package.json
{
"name": "react-router-breadcrumbs-hoc",
"version": "4.0.0",
"version": "4.0.1",
"description": "small, flexible, higher order component for rendering breadcrumbs with react-router 4.x",

@@ -12,6 +12,6 @@ "repository": "icd2k3/react-router-breadcrumbs-hoc",

"prepublishOnly": "npm run 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",

@@ -39,4 +39,4 @@ "@commitlint/config-conventional": "^12.1.4",

"@rollup/plugin-typescript": "^8.2.1",
"@types/react": "^17.0.9",
"@types/react-dom": "^17.0.6",
"@types/react": "^17.0.11",
"@types/react-dom": "^17.0.7",
"@types/react-router": "^5.1.15",

@@ -43,0 +43,0 @@ "@typescript-eslint/eslint-plugin": "^4.26.1",

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