New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.6 to 1.0.7

lib/globals.d.ts

1

lib/index.d.ts
import { AxiosInstance } from "axios";
import { GeocodeInput, GeocodeResponse, ReverseGeocodeInput, ReverseGeocodeResponse, ETAInput, ETAResponse, SearchInput, SearchResponse } from "./globals";
declare class AppleMaps {

@@ -3,0 +4,0 @@ accessToken: string;

2

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

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

import axios, { AxiosError, AxiosInstance } from "axios";
import {
GeocodeInput,
GeocodeResponse,
ReverseGeocodeInput,
ReverseGeocodeResponse,
ETAInput,
ETAResponse,
SearchInput,
SearchResponse,
} from "./globals";

@@ -3,0 +13,0 @@ class AppleMaps {

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