itunes-web-api
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "itunes-web-api", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "iTunes Web API Scrapper. Get iTunes track/trackvideo/artist/album/movie/app/book/voicebook/podcast infos with their names.", | ||
@@ -5,0 +5,0 @@ "main": "dist", |
@@ -48,5 +48,5 @@ "use strict"; | ||
export interface ReturnTypes { | ||
export type ReturnTypes = { | ||
resultCount: number; | ||
results: [any: {}]; | ||
} | ||
}; |
@@ -14,2 +14,3 @@ { | ||
"strictNullChecks": false, | ||
"declaration": true, | ||
"typeRoots": ["node_modules/@types", "src/@types"], | ||
@@ -16,0 +17,0 @@ "skipLibCheck": true |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
50738
18
547
0