@placekit/autocomplete-react
Advanced tools
Comparing version 2.1.9 to 2.2.1
@@ -1,2 +0,2 @@ | ||
/*! @placekit/autocomplete-react v2.1.9 | © placekit.io | MIT license | https://github.com/placekit/autocomplete-react#readme */ | ||
/*! @placekit/autocomplete-react v2.2.1 | © placekit.io | MIT license | https://github.com/placekit/autocomplete-react#readme */ | ||
'use strict'; | ||
@@ -3,0 +3,0 @@ |
@@ -1,2 +0,2 @@ | ||
/*! @placekit/autocomplete-react v2.1.9 | © placekit.io | MIT license | https://github.com/placekit/autocomplete-react#readme */ | ||
/*! @placekit/autocomplete-react v2.2.1 | © placekit.io | MIT license | https://github.com/placekit/autocomplete-react#readme */ | ||
import type { PKAClient, PKAHandlers, PKAOptions, PKAState } from '@placekit/autocomplete-js'; | ||
@@ -3,0 +3,0 @@ |
{ | ||
"name": "@placekit/autocomplete-react", | ||
"version": "2.1.9", | ||
"version": "2.2.1", | ||
"author": "PlaceKit <support@placekit.io>", | ||
"description": "PlaceKit Autocomplete React library", | ||
"keywords": [ | ||
"addresses", | ||
"autocomplete", | ||
"geocoder", | ||
"geocoding", | ||
"locations", | ||
"react", | ||
"search" | ||
], | ||
"license": "MIT", | ||
@@ -41,19 +50,19 @@ "homepage": "https://github.com/placekit/autocomplete-react#readme", | ||
"devDependencies": { | ||
"@babel/core": "^7.23.6", | ||
"@babel/core": "^7.23.9", | ||
"@babel/preset-react": "^7.23.3", | ||
"@rollup/plugin-babel": "^6.0.4", | ||
"@rollup/plugin-node-resolve": "^15.2.3", | ||
"eslint": "^8.55.0", | ||
"eslint": "^8.56.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-plugin-prettier": "^5.0.1", | ||
"eslint-plugin-prettier": "^5.1.3", | ||
"eslint-plugin-react": "^7.33.2", | ||
"npm-watch": "^0.11.0", | ||
"prettier": "^3.1.1", | ||
"prettier": "^3.2.5", | ||
"rimraf": "^5.0.5", | ||
"rollup": "^4.8.0", | ||
"rollup": "^4.12.0", | ||
"rollup-plugin-copy": "^3.5.0" | ||
}, | ||
"dependencies": { | ||
"@placekit/autocomplete-js": "^2.1.8", | ||
"@types/react": "^18.2.43", | ||
"@placekit/autocomplete-js": "^2.2.0", | ||
"@types/react": "^18.2.58", | ||
"prop-types": "^15.8.1" | ||
@@ -60,0 +69,0 @@ }, |
@@ -28,3 +28,3 @@ <h1 align="center"> | ||
PlaceKit Autocomplete React Library is a React wrapper of [PlaceKit Autocomplete JS](https://github.com/placekit/autocomplete-js). | ||
It features a [compoment](./src/PlaceKit.jsx) ready to use, and a [custom hook](./src/usePlaceKit.js) for custom implementations. | ||
It features a [component](./src/PlaceKit.jsx) ready to use, and a [custom hook](./src/usePlaceKit.js) for custom implementations. | ||
It also is **TypeScript compatible**. | ||
@@ -31,0 +31,0 @@ |
Sorry, the diff of this file is not supported yet
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
28266
1
Updated@types/react@^18.2.58