New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@eox/geosearch

Package Overview
Dependencies
Maintainers
0
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eox/geosearch - npm Package Compare versions

Comparing version

to
0.4.0

src/main.js

17

package.json
{
"name": "@eox/geosearch",
"version": "0.3.0",
"version": "0.4.0",
"type": "module",
"main": "./dist/eox-geosearch.js",
"engines": {

@@ -12,11 +11,8 @@ "npm": ">=8.0.0",

"dist",
"test"
"src"
],
"main": "./src/main.js",
"scripts": {
"build": "vite build",
"watch": "vite build --watch",
"format": "prettier --write .",
"lint": "eslint --ext .js,.ts .",
"lint:fix": "eslint --ext .js,.ts . --fix",
"typecheck": "tsc"
"watch": "vite build --watch"
},

@@ -29,6 +25,7 @@ "author": "",

"dependencies": {
"@eox/elements-utils": "^0.0.1",
"lit": "^3.1.3",
"proj4": "^2.11.0",
"lodash.debounce": "^4.0.8"
"lodash.debounce": "^4.0.8",
"proj4": "^2.11.0"
}
}

@@ -1,2 +0,2 @@

# EOxGeoSearch
# Geo Search

@@ -9,2 +9,18 @@ An autocompleted search input for geographic locations.

## Usage
```
npm install @eox/geosearch
```
```
// for setups with bundlers e.g. Vite
import "@eox/geosearch"
// or, for e.g. single HTML files without bundler
import "@eox/geosearch/dist/eox-geosearch.js"
<eox-geosearch></eox-geosearch>
```
## Configuration

@@ -32,1 +48,9 @@

![Screen Recording 2024-05-21 at 12 11 02](https://github.com/EOX-A/EOxElements/assets/94269527/5d207fbb-6abf-42d5-b053-74ad4e75f930)
## Development
For a development setup, please check the [root-level readme](../../README.md).
## Changelog
Created automatically [here](./CHANGELOG.md)

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet