New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

itunes-web-api

Package Overview
Dependencies
Maintainers
3
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

itunes-web-api - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

6

package.json
{
"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";
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