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.17 to 1.0.18

2

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

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

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

import {version} from "./package.json";
import {version} from "./package.json";
import { nodeResolve } from '@rollup/plugin-node-resolve';

@@ -3,0 +3,0 @@ import ts from "rollup-plugin-ts";

@@ -65,2 +65,8 @@ import AttributeValues from "./AttributeValues";

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

@@ -464,3 +470,5 @@ this.container.addEventListener('focusout', (event) => {

if(showAllOption && success.suggestions.length)
if(showAllOption
&& success.suggestions.length
&& (success.suggestions.length) === autocompleteOptions.top)
{

@@ -467,0 +475,0 @@ const li = this.getShowAllListItem(this.list.children.length,totalLength);

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