Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@geoapify/geocoder-autocomplete

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@geoapify/geocoder-autocomplete - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

6

dist/autocomplete.js

@@ -55,2 +55,8 @@ "use strict";

setValue(value) {
if (!value) {
this.inputClearButton.classList.remove("visible");
}
else {
this.inputClearButton.classList.add("visible");
}
this.inputElement.value = value;

@@ -57,0 +63,0 @@ }

2

package.json
{
"name": "@geoapify/geocoder-autocomplete",
"version": "1.0.3",
"version": "1.0.4",
"description": "Geocoder autocomplete field",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc