Socket
Socket
Sign inDemoInstall

getaddress-autocomplete

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

getaddress-autocomplete - npm Package Compare versions

Comparing version 1.0.18 to 1.0.19

2

package.json
{
"name": "getaddress-autocomplete",
"version": "1.0.18",
"version": "1.0.19",
"description": "GetAddress.io - Autocomplete plug-in",

@@ -5,0 +5,0 @@ "main": "./dist/getaddress-autocomplete.mjs",

@@ -67,5 +67,3 @@ import AttributeValues from "./AttributeValues";

this.input.addEventListener('paste', (event) => {
if(this.input.value){
this.populateList(false);
}
setTimeout(()=>{this.populateList(false);},100);
});

@@ -72,0 +70,0 @@

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