New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

getaddress-autocomplete-native

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

getaddress-autocomplete-native - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

6

package.json
{
"name": "getaddress-autocomplete-native",
"version": "1.0.1",
"version": "1.0.2",
"description": "GetAddress.io - Native Autocomplete Plug-In",

@@ -29,7 +29,7 @@ "main": "./dist/getaddress-autocomplete-native.mjs",

"rollup-plugin-ts": "^2.0.5",
"typescript": "^4.5.4"
"typescript": "4.5.4"
},
"dependencies": {
"getaddress-api": "^1.1.13"
"getaddress-api": "^1.2.4"
}
}

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

autocompleteOptions.template = "{formatted_address}{postcode,, }{postcode}";
autocompleteOptions.fuzzy =false;
if(this.attributeValues.options.filter){

@@ -266,0 +267,0 @@ autocompleteOptions.filter = this.attributeValues.options.filter;

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