use-react-router-breadcrumbs
Advanced tools
Comparing version 2.0.1 to 2.0.2
{ | ||
"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", |
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
28877
386