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

@types/apple-music-api

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/apple-music-api - npm Package Compare versions

Comparing version 0.3.0 to 0.4.0

9

apple-music-api/index.d.ts

@@ -1,2 +0,2 @@

// Type definitions for non-npm package Apple Music API 0.3
// Type definitions for non-npm package Apple Music API 0.4
// Project: https://developer.apple.com/documentation/applemusicapi/

@@ -23,2 +23,7 @@ // Definitions by: Noah Chase <https://github.com/nchase>

// https://developer.apple.com/documentation/applemusicapi/artistresponse
interface ArtistResponse {
data: Artist[];
}
// https://developer.apple.com/documentation/applemusicapi/relationship

@@ -134,3 +139,3 @@ interface Relationship<ResourceType> {

albums: Relationship<Album>;
genres: Relationship<Genre>;
genres?: Relationship<Genre>;
}

@@ -137,0 +142,0 @@

{
"name": "@types/apple-music-api",
"version": "0.3.0",
"version": "0.4.0",
"description": "TypeScript definitions for Apple Music API",

@@ -27,4 +27,4 @@ "license": "MIT",

"dependencies": {},
"typesPublisherContentHash": "6f70b403c7ce8bc40b2c57c9806f370fcb4c0749633e7598170a8231a0358a07",
"typesPublisherContentHash": "cf127ed24cc3e14ca178d6f9d95330b1ad05b891b87f7103a0946868e42f792a",
"typeScriptVersion": "3.0"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Sun, 24 May 2020 14:13:44 GMT
* Last updated: Sun, 14 Jun 2020 17:01:20 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: none

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