Socket
Socket
Sign inDemoInstall

@mapbox/search-js-core

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-core - npm Package Compare versions

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

5

dist/autofill/types.d.ts

@@ -118,2 +118,7 @@ import { LngLatBoundsLike } from '../LngLatBounds';

/**
* An array of strings representing the geographic feature type of the feature.
* Possible values include "address" and "secondary_address".
*/
place_type: string[];
/**
* An object describing the level of confidence that the given response feature matches the address intended by the request query.

@@ -120,0 +125,0 @@ * Includes boolean flags denoting matches for each address sub-component.

@@ -92,2 +92,7 @@ import { LngLatBoundsLike } from '../LngLatBounds';

/**
* An array of strings representing the geographic feature type of the feature.
* Possible values include "address" and "secondary_address".
*/
place_type: string[];
/**
* An object describing the level of confidence that the given response feature matches the address intended by the request query.

@@ -94,0 +99,0 @@ * Includes boolean flags denoting matches for each address sub-component.

2

package.json
{
"name": "@mapbox/search-js-core",
"version": "1.0.0-beta.20",
"version": "1.0.0-beta.21",
"description": "Platform agnostic wrappers for the Search Box, Address Autofill, and Geocoding APIs.",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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

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