Socket
Socket
Sign inDemoInstall

@mapbox/search-js-web

Package Overview
Dependencies
45
Maintainers
28
Versions
19
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0-beta.20 to 1.0.0-beta.21

5

dist/utils/confirmation.d.ts

@@ -21,5 +21,8 @@ import { AddressAutofillFeatureSuggestion } from '@mapbox/search-js-core';

* and/or `address-line3` values provided through the `autofillValues` map.
* @param featureName - The name of the feature used as the first line of the address.
* @param featureDescription - The context string the feature used as the last line of the address.
* @param isSecondary - If true, the address is a secondary address and the featureName includes secondary info.
* @returns
*/
export declare function createAddressElement(autofillValues: AutofillValueMap, baseAddress?: string): HTMLElement;
export declare function createAddressElement(autofillValues: AutofillValueMap, baseAddress?: string, featureName?: string, featureDescription?: string, isSecondary?: boolean): HTMLElement;
/**

@@ -26,0 +29,0 @@ * Checks a browser autofill event against an Address Autofill input and, given

4

package.json
{
"name": "@mapbox/search-js-web",
"version": "1.0.0-beta.20",
"version": "1.0.0-beta.21",
"description": "Search web component with form autocomplete.",

@@ -23,3 +23,3 @@ "main": "dist/index.js",

"@floating-ui/dom": "^0.5.2",
"@mapbox/search-js-core": "^1.0.0-beta.20",
"@mapbox/search-js-core": "^1.0.0-beta.21",
"@mapbox/sphericalmercator": "^1.2.0",

@@ -26,0 +26,0 @@ "focus-trap": "^6.7.3",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc