itunes-web-api
Advanced tools
Comparing version 2.0.1 to 2.0.2
{ | ||
"name": "itunes-web-api", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "iTunes Web API Scrapper. Get iTunes track/trackvideo/artist/album/movie/app/book/voicebook/podcast infos with their names.", | ||
@@ -18,6 +18,8 @@ "main": "dist", | ||
"dev": "nodemon index.ts", | ||
"build": "tsc" | ||
"build": "tsc", | ||
"preinstall": "tsc" | ||
}, | ||
"author": "shynox", | ||
"license": "MIT", | ||
"types": "dist/index.d.ts", | ||
"repository": { | ||
@@ -24,0 +26,0 @@ "type": "git", |
"use strict"; | ||
export { | ||
getSong, | ||
getSongVideo, | ||
getArtist, | ||
getAlbum, | ||
getApp, | ||
getMovie, | ||
getBook, | ||
getVoiceBook, | ||
getPodcast, | ||
getAll, | ||
} from "./functions/main"; | ||
export * from "./@types/type"; | ||
export * from "./functions/main"; |
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
13542
7
285
1