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

app-store-scraper

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

app-store-scraper - npm Package Compare versions

Comparing version 0.15.1 to 0.15.2

3

lib/list.js

@@ -44,3 +44,4 @@ 'use strict';

if (opts.fullDetail) {
return common.lookup(R.pluck('im:id', apps), 'id', opts.country, opts.requestOptions);
const ids = apps.map((app) => app.id.attributes['im:id']);
return common.lookup(ids, 'id', opts.country, opts.requestOptions);
}

@@ -47,0 +48,0 @@

{
"name": "app-store-scraper",
"version": "0.15.1",
"version": "0.15.2",
"description": "scrape data from the itunes app store",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -50,3 +50,3 @@ 'use strict';

fullDetail: true,
num: 5
num: 3
})

@@ -57,4 +57,4 @@ .then((apps) => apps.map(assertValidApp))

assert.equal(app.genre, 'Games');
assert.equal(app.genreId, '6014');
assert.equal(app.primaryGenre, 'Games');
assert.equal(app.primaryGenreId, '6014');

@@ -61,0 +61,0 @@ assert.equal(app.price, '0.00000');

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