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.16 to 1.0.17

2

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

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

@@ -11,3 +11,3 @@ Javascript - Autocomplete.

```
<script src="https://cdn.getaddress.io/scripts/getaddress-autocomplete-1.0.14.min.js"></script>
<script src="https://cdn.getaddress.io/scripts/getaddress-autocomplete-1.0.17.min.js"></script>
```

@@ -97,3 +97,2 @@

bind_output_fields:true, /* if true, bind the output_fields to the address*/
container_display:'contents', /* container css display - can be 'inline-flex' or 'flex' or 'contents' */
input_focus_on_select:true, /* if true, sets the focus to the textbox after selecting an address*/

@@ -100,0 +99,0 @@ debug:false, /* if true, logs behavior */

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

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

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

const version = "10.0.14";
/* const version = 'test'; */

@@ -9,0 +9,0 @@ export default [

@@ -30,3 +30,2 @@ import {AutocompleteFilter} from "getaddress-api";

bind_output_fields=true;
container_display:'inline-flex'|'flex'|'contents'='contents';
input_focus_on_select=true;

@@ -71,3 +70,2 @@ debug=false;

output_fields?:IOutputFields;
container_display?:'inline-flex'|'flex'|'contents';
input_focus_on_select?:boolean;

@@ -74,0 +72,0 @@ debug?:boolean;

@@ -12,4 +12,4 @@ import AttributeValues from "./AttributeValues";

{
display:${this.attributeValues.options.container_display};
flex-direction: column;
position: relative;
outline: 0;
}

@@ -19,3 +19,3 @@

.${this.attributeValues.inputClassName} {
outline:0;
width: 100%;

@@ -58,7 +58,7 @@ box-sizing: border-box;

.${this.attributeValues.containerFocusedClassName}{
outline: -webkit-focus-ring-color auto 1px;
}
.${this.attributeValues.inputShowClassName} {
/* border: 2px solid transparent; */
outline: 0;
border: 1px solid #606060;

@@ -70,2 +70,5 @@ border-bottom: none;

border-top: 1px dotted #ccc;
position: absolute;
left: 0px;
right: 0px
}

@@ -72,0 +75,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