Comparing version 3.2.3 to 3.2.4
@@ -469,3 +469,4 @@ var crypto = require('crypto'); | ||
'noAds':false, | ||
'postData':'' | ||
'postData':'', | ||
'browserWidth': '' | ||
}; | ||
@@ -510,2 +511,3 @@ | ||
'mbottom': parseInt(context['marginBottom']), | ||
'bwidth': context['browserWidth'], | ||
'delay': context['delay'], | ||
@@ -519,4 +521,4 @@ 'requestmobileversion': parseInt(context['requestAs']), | ||
'encryption': context['encryptionKey'], | ||
'noads': _toInt(context['noAds']), | ||
'post': context['postData'] | ||
'noads': _toInt(context['noAds']), | ||
'post': context['postData'] | ||
}; | ||
@@ -532,3 +534,3 @@ | ||
+ '|' + context['exportUrl'] + '|' + context['waitForElement'] + '|' + context['encryptionKey'] + '|' + _toInt(context['noAds']) | ||
+ '|' + context['postData']; | ||
+ '|' + context['postData']+ '|' + context['browserWidth']; | ||
@@ -535,0 +537,0 @@ return new Request(url, requestParams, _createFirstSignature(applicationSecret, target, isPost), signaturePartTwo, isPost, startDelay, target); |
{ | ||
"name": "grabzit", | ||
"description": "Automatically convert HTML or URL's into images, DOCX or PDF documents. Additionally convert online videos into animated GIF's or convert HTML tables to CSV.", | ||
"version": "3.2.3", | ||
"version": "3.2.4", | ||
"main": "./lib/grabzit", | ||
@@ -6,0 +6,0 @@ "keywords": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
46977
1073