Socket
Socket
Sign inDemoInstall

grabzit

Package Overview
Dependencies
0
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.5.0 to 3.5.1

24

lib/grabzit.js

@@ -421,3 +421,3 @@ var crypto = require('crypto');

'password': '',
'click':''
'clickElement':''
};

@@ -479,3 +479,3 @@

'password': context['password'],
'click': context['click']
'click': context['clickElement']
};

@@ -492,3 +492,3 @@

+ '|' + context['pageHeight'] + '|' + context['pageWidth'] + '|' + context['browserWidth'] + '|' + context['proxy'] + '|' + context['mergeId']
+ '|' + context['address'] + '|' + _toInt(context['noCookieNotifications']) + '|' + context['password'] + '|' + context['click'];
+ '|' + context['address'] + '|' + _toInt(context['noCookieNotifications']) + '|' + context['password'] + '|' + context['clickElement'];

@@ -535,3 +535,3 @@ return new Request(url, requestParams, _createFirstSignature(applicationSecret, target, isPost), signaturePartTwo, isPost, startDelay, target);

'password': '',
'click':''
'clickElement':''
};

@@ -596,3 +596,3 @@

'password': context['password'],
'click': context['click']
'click': context['clickElement']
};

@@ -609,3 +609,3 @@

+ '|' + context['postData']+ '|' + context['browserWidth']+ '|' + context['pageHeight']+ '|' + context['pageWidth']+ '|' + context['templateVariables'] + '|' + context['proxy'] + '|' + context['mergeId'] + '|' + context['address'] + '|' + _toInt(context['noCookieNotifications'])
+ '|' + context['cssMediaType'] + '|' + context['password'] + '|' + context['click'];
+ '|' + context['cssMediaType'] + '|' + context['password'] + '|' + context['clickElement'];

@@ -739,3 +739,3 @@ return new Request(url, requestParams, _createFirstSignature(applicationSecret, target, isPost), signaturePartTwo, isPost, startDelay, target);

'address': '',
'click': ''
'clickElement': ''
};

@@ -776,3 +776,3 @@

'hd': _toInt(context['hd']),
'click': context['click'],
'click': context['clickElement'],
};

@@ -787,3 +787,3 @@

+ '|' + context['encryptionKey'] + '|' + _toInt(context['noAds']) + '|' + context['postData'] + '|' + context['proxy'] + '|' + context['address']
+ '|' + _toInt(context['noCookieNotifications']) + '|' + _toInt(context['hd']) + '|' + context['click'];
+ '|' + _toInt(context['noCookieNotifications']) + '|' + _toInt(context['hd']) + '|' + context['clickElement'];

@@ -809,3 +809,3 @@ return new Request(url, requestParams, _createFirstSignature(applicationSecret, target, isPost), signaturePartTwo, isPost, startDelay, target);

'address': '',
'click': ''
'clickElement': ''
};

@@ -837,3 +837,3 @@

'address': context['address'],
'click': context['click']
'click': context['clickElement']
};

@@ -848,3 +848,3 @@

+ '|' + context['encryptionKey'] + '|' + _toInt(context['noAds']) + '|' + context['postData'] + '|' + context['proxy'] + '|' + context['address']
+ '|' + _toInt(context['noCookieNotifications']) + '|' + context['click'];
+ '|' + _toInt(context['noCookieNotifications']) + '|' + context['clickElement'];

@@ -851,0 +851,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, rendered HTML or PDF documents. Additionally convert online videos into animated GIF's or convert HTML tables to CSV.",
"version": "3.5.0",
"version": "3.5.1",
"main": "./lib/grabzit",

@@ -6,0 +6,0 @@ "keywords": [

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