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.3 to 1.0.4

3

lib/index.js

@@ -49,2 +49,5 @@ "use strict";

baseURL: "https://maps-api.apple.com/v1",
paramsSerializer: {
serialize: (params) => qs_1.default.stringify(params, { arrayFormat: "comma" }),
},
});

@@ -51,0 +54,0 @@ this.getAccessToken();

2

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

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

@@ -19,2 +19,5 @@ import axios, { AxiosError, AxiosInstance } from "axios";

baseURL: "https://maps-api.apple.com/v1",
paramsSerializer: {
serialize: (params) => qs.stringify(params, { arrayFormat: "comma" }),
},
});

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