react-router-breadcrumbs-hoc
Advanced tools
Comparing version 4.0.0 to 4.0.1
{ | ||
"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", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
29490
396