node-itunesconnect
node-itunesconnect copied to clipboard
This package is now deprecated. iTunes Connect reporting/stats node.js module.
Apple has updated the api again: there are the new reporting api endpoint (yep, now it is strange: `https://reportingitc2.apple.com/gsf/salesTrendsApp/businessareas/InternetServices/subjectareas/iTunes/vcubes/777`) and some changes in the payload structure. It wasn't completely tested...
Apple changed session url to https://olympus.itunes.apple.com/v1/session which sets the itctx value in cookies. Fix issue #16
node-itunesconnect currently has a 5 vulnerable dependency paths, introducing 5 different types of known vulnerabilities. This PR fixes vulnerable dependencies. - [ReDOS vulnerability](https://snyk.io/vuln/npm:hawk:20160119) in the `hawk` dependency. - [remote memory...