use-places-autocomplete
Advanced tools
Comparing version 1.9.2 to 1.9.3
@@ -23,3 +23,3 @@ declare module "use-places-autocomplete" { | ||
readonly status: string; | ||
readonly data: Suggestion[]; | ||
data: Suggestion[]; | ||
} | ||
@@ -26,0 +26,0 @@ |
{ | ||
"name": "use-places-autocomplete", | ||
"version": "1.9.2", | ||
"version": "1.9.3", | ||
"description": "React hook for Google Maps Places Autocomplete.", | ||
@@ -84,7 +84,7 @@ "license": "MIT", | ||
"@testing-library/react": "^11.2.7", | ||
"@testing-library/react-hooks": "^5.1.2", | ||
"@testing-library/react-hooks": "^6.0.0", | ||
"@types/googlemaps": "^3.43.3", | ||
"@types/jest": "^26.0.23", | ||
"@types/lodash.debounce": "^4.0.6", | ||
"@types/react": "^17.0.5", | ||
"@types/react": "^17.0.6", | ||
"@types/react-dom": "^17.0.5", | ||
@@ -91,0 +91,0 @@ "eslint": "^7.2.0", |
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
46016