@auth-kit/react-router
Advanced tools
Comparing version 3.1.4-alpha.59 to 3.1.4-alpha.70
{ | ||
"name": "@auth-kit/react-router", | ||
"version": "3.1.4-alpha.59+c0a3b210", | ||
"version": "3.1.4-alpha.70+8aa48366", | ||
"description": "React Router Support for React-auth-kit", | ||
@@ -19,2 +19,3 @@ "keywords": [ | ||
"files": [ | ||
"dist", | ||
"*.js", | ||
@@ -24,6 +25,6 @@ "*.d.ts" | ||
"exports": { | ||
".": "./index.js", | ||
"./AuthOutlet": "./AuthOutlet.js", | ||
"./RequireAuth": "./RequireAuth.js", | ||
"./route": "./route.js" | ||
".": "./dist/index.js", | ||
"./AuthOutlet": "./dist/AuthOutlet.js", | ||
"./RequireAuth": "./dist/RequireAuth.js", | ||
"./route": "./dist/route.js" | ||
}, | ||
@@ -36,3 +37,3 @@ "repository": { | ||
"build": "run-s build:*", | ||
"build:build": "tsc --project tsconfig.json && babel src --out-dir . --extensions \".tsx,.ts,.js,.jsx\"", | ||
"build:build": "rimraf ./dist && mkdirp ./dist && tsc --project tsconfig.json && babel src --out-dir . --extensions \".tsx,.ts,.js,.jsx\"", | ||
"test": "jest", | ||
@@ -57,6 +58,6 @@ "lint": "eslint src", | ||
}, | ||
"gitHead": "c0a3b210faae45877697161014e45452a6bcfd81", | ||
"gitHead": "8aa48366fc4fb5f38fd62df002066ecc21e9b206", | ||
"dependencies": { | ||
"react-auth-kit": "^3.1.4-alpha.59+c0a3b210" | ||
"react-auth-kit": "^3.1.4-alpha.70+8aa48366" | ||
} | ||
} |
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
8107
8
109
2
+ Addedis-boolean-object@1.2.1(transitive)
+ Addedobject-inspect@1.13.3(transitive)
+ Addedreact-router@7.1.3(transitive)
- Removedis-boolean-object@1.2.2(transitive)
- Removedobject-inspect@1.13.4(transitive)
- Removedreact-router@7.1.5(transitive)