Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

searchitunes

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

searchitunes - npm Package Compare versions

Comparing version 2.5.0 to 2.5.1

8

example.js
// Load module
const itunes = require ('searchitunes');
// Search parameters
const parameters = {
// Find an app
itunes ({
entity: 'software',

@@ -11,6 +11,4 @@ country: 'NL',

price: 0,
};
// Do the search
itunes ({ parameters })
})
.then (data => console.dir (data, {

@@ -17,0 +15,0 @@ depth: null,

@@ -9,3 +9,3 @@ {

"description": "Search the Apple iTunes Store and App Store with this lightweight module",
"version": "2.5.0",
"version": "2.5.1",
"repository": {

@@ -12,0 +12,0 @@ "type": "git",

@@ -16,3 +16,3 @@ # searchitunes

// Find free Github app for iPhone in Dutch App Store
const params = {
searchitunes ({
entity: 'software',

@@ -23,5 +23,3 @@ country: 'NL',

price: 0,
};
searchitunes (params)
})
.then (console.log)

@@ -90,12 +88,2 @@ .catch (console.error)

### Errors
message | description
:----------------|:--------------------------------------------
http error | API communication failed
invalid response | API returned unreadable data, see `err.body`
invalid params | Client provided no or invalid parameters
no results | No results received
## Unlicense

@@ -126,3 +114,3 @@

For more information, please refer to <http://unlicense.org/>
For more information, please refer to <https://unlicense.org/>

@@ -129,0 +117,0 @@

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