react-router-use-location-state
Advanced tools
Comparing version 2.1.3 to 2.1.4-alpha.0
@@ -12,5 +12,5 @@ { | ||
"dependencies": { | ||
"use-location-state": "^2.1.3" | ||
"use-location-state": "^2.1.4-alpha.0" | ||
}, | ||
"version": "2.1.3", | ||
"version": "2.1.4-alpha.0", | ||
"author": "Felix Leupold <felix@xiel.de>", | ||
@@ -46,3 +46,3 @@ "homepage": "https://github.com/xiel/use-location-state", | ||
}, | ||
"gitHead": "5472d8a1ffda56c6fb07978efa20cf42dc98b3b5" | ||
"gitHead": "33e63d6a638bbca1044fee90ccc3a994b039b077" | ||
} |
@@ -16,3 +16,3 @@ # useQueryState() | ||
- makes it easy to share application in current state | ||
- supported value types: `string | number | boolean | string[]` | ||
- supported value types: `string | number | boolean | string[] | Date` | ||
- handles stringification and parsing from query string of for supported value types | ||
@@ -19,0 +19,0 @@ - invalid entries from the query string are discarded and the component will receive the defaultValue instead |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
12754
1