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

apple-maps-server-sdk

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apple-maps-server-sdk - npm Package Compare versions

Comparing version 1.0.7 to 1.0.8

4

lib/globals.d.ts

@@ -75,6 +75,6 @@ type PoiCategory = "Airport" | "AirportGate" | "AirportTerminal" | "AmusementPark" | "ATM" | "Aquarium" | "Bakery" | "Bank" | "Beach" | "Brewery" | "Cafe" | "Campground" | "CarRental" | "EVCharger" | "FireStation" | "FitnessCenter" | "FoodMarket" | "GasStation" | "Hospital" | "Hotel" | "Laundry" | "Library" | "Marina" | "MovieTheater" | "Museum" | "NationalPark" | "Nightlife" | "Park" | "Parking" | "Pharmacy" | "Playground" | "Police" | "PostOffice" | "PublicTransport" | "ReligiousSite" | "Restaurant" | "Restroom" | "School" | "Stadium" | "Store" | "Theater" | "University" | "Winery" | "Zoo";

export interface GeocodeResponse {
response: Place[];
results: Place[];
}
export interface ReverseGeocodeResponse {
response: Place[];
results: Place[];
}

@@ -81,0 +81,0 @@ export interface ETAResponse {

{
"name": "apple-maps-server-sdk",
"version": "1.0.7",
"version": "1.0.8",
"description": "An SDK for the Apple Maps Server API",

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

@@ -132,7 +132,7 @@ // OBJECTS

export interface GeocodeResponse {
response: Place[];
results: Place[];
}
export interface ReverseGeocodeResponse {
response: Place[];
results: Place[];
}

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