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
1
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 1.0.0 to 1.0.1

test.js

6

index.js

@@ -1,5 +0,1 @@

const itunes = require('itunes-api');
(async() => {
let data = await itunes.track('Lil Nas Rodeo')
console.log(data)})()
module.exports = require('./src/itunes');
{
"name": "itunes-web-api",
"version": "1.0.0",
"version": "1.0.1",
"description": "iTunes WEB API Scrapper",

@@ -10,3 +10,6 @@ "main": "index.js",

"author": "shynox, sroxynartz, theark",
"license": "MIT"
"license": "MIT",
"dependencies": {
"github-web-api": "^1.0.2"
}
}

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

## WELCOME TO ITUNES API MODULE!
## WELCOME TO ITUNES API MODULE! (BUGS ARE FIXED SORRY FOR THAT)
#### EXAMPLE USES TO GET REQUIRED INFORMATION;

@@ -3,0 +3,0 @@ ````js

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