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.0 to 2.0.1

dist/@types/type.d.ts

2

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

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