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.3.0 to 1.3.1

5

dist/autocomplete.js

@@ -139,2 +139,3 @@ "use strict";

let currentValue = this.inputElement.value;
let userEnteredValue = this.inputElement.value;
/* Close any already open dropdown list */

@@ -208,6 +209,6 @@ this.closeDropDownList();

const value = this.postprocessHook(feature);
textElement.innerHTML = this.getStyledAddressSingleValue(value, currentValue);
textElement.innerHTML = this.getStyledAddressSingleValue(value, userEnteredValue);
}
else {
textElement.innerHTML = this.getStyledAddress(feature.properties, currentValue);
textElement.innerHTML = this.getStyledAddress(feature.properties, userEnteredValue);
}

@@ -214,0 +215,0 @@ itemElement.appendChild(textElement);

2

package.json
{
"name": "@geoapify/geocoder-autocomplete",
"version": "1.3.0",
"version": "1.3.1",
"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