Socket
Socket
Sign inDemoInstall

itunesconnectanalytics

Package Overview
Dependencies
51
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.4.0 to 0.4.1

2

package.json

@@ -16,3 +16,3 @@ {

],
"version": "0.4.0",
"version": "0.4.1",
"repository": "JanHalozan/iTunesConnectAnalytics",

@@ -19,0 +19,0 @@ "main": "src/analytics.js",

@@ -48,2 +48,3 @@ 'use strict';

headers: this.getHeaders(),
timeout: 300000 //5 minutes
json: requestBody

@@ -138,3 +139,3 @@ }, function(error, response, body) {

if (myAccount == null || myAccount.length == 0) {
error = error || new Error('No account cookie :( Apple probably changed the login process');
error = error || new Error('No account cookie :( Apple probably changed the login process');
} else {

@@ -141,0 +142,0 @@ var cookies = response ? response.headers['set-cookie'] : null;

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc