Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@mapbox/search-js-web

Package Overview
Dependencies
Maintainers
28
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mapbox/search-js-web - npm Package Compare versions

Comparing version 1.0.0-beta.14 to 1.0.0-beta.15

.turbo/turbo-test.log

33

dist/components/MapboxAddressMinimap.d.ts

@@ -144,2 +144,35 @@ import { HTMLScopedElement } from './HTMLScopedElement';

/**
* Custom adjust button text appearing on the map.
* If not provided, the default text will be used.
*
* @name adjustBtnText
* @instance
* @memberof MapboxAddressMinimap
* @type {string}
*/
get adjustBtnText(): string;
set adjustBtnText(val: string);
/**
* Custom save button text appearing on the map, when marker adjustment is enabled.
* If not provided, the default text will be used.
*
* @name saveBtnText
* @instance
* @memberof MapboxAddressMinimap
* @type {string}
*/
get saveBtnText(): string;
set saveBtnText(val: string);
/**
* Custom cancel button text appearing on the map, when marker adjustment is enabled.
* If not provided, the default text will be used.
*
* @name cancelBtnText
* @instance
* @memberof MapboxAddressMinimap
* @type {string}
*/
get cancelBtnText(): string;
set cancelBtnText(val: string);
/**
* The map style to use, either `'default'` or `'satellite'`. The default map

@@ -146,0 +179,0 @@ * style is configurable with {@link MapboxAddressMinimap#defaultMapStyle}.

@@ -16,2 +16,7 @@ import { AutofillSuggestion, GeocodeFeature, Suggestion as SearchSuggestion } from '@mapbox/search-js-core';

/**
* Adds special parameters to form input to avoid password managers from trigger it's autocompletion on our field.
* @param input
*/
export declare const suppressExtensionsAutocomplete: (input: HTMLInputElement) => void;
/**
* Calculates the message for autofill component to be announced by VoiceOver utilities depending on its state.

@@ -18,0 +23,0 @@ * @example

4

package.json
{
"name": "@mapbox/search-js-web",
"version": "1.0.0-beta.14",
"version": "1.0.0-beta.15",
"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.14",
"@mapbox/search-js-core": "^1.0.0-beta.15",
"@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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc