Socket
Socket
Sign inDemoInstall

apple-music-web-api

Package Overview
Dependencies
4
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.2 to 0.2.3

3

lib/index.js

@@ -92,3 +92,4 @@ "use strict";

switch (_b.label) {
case 0: return [4 /*yield*/, axios_1.default.get("https://api.music.apple.com" + endpoint, {
case 0: return [4 /*yield*/, axios_1.default.request({
url: "https://api.music.apple.com" + endpoint,
method: (_a = options === null || options === void 0 ? void 0 : options.method) !== null && _a !== void 0 ? _a : "GET",

@@ -95,0 +96,0 @@ data: options === null || options === void 0 ? void 0 : options.data,

{
"name": "apple-music-web-api",
"version": "0.2.2",
"version": "0.2.3",
"description": "Apple Music API SDK for JS",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc