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.4.5 to 3.5.0

license.md

35

lib/grabzit.js

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

PARAMETER_INVALID_MERGE: 179,
PARAMETER_INVALID_CLICK_VALUE: 180,
NETWORK_SERVER_OFFLINE: 200,

@@ -420,3 +421,4 @@ NETWORK_GENERAL_ERROR: 201,

'address': '',
'password': ''
'password': '',
'click':''
};

@@ -477,3 +479,4 @@

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

@@ -490,3 +493,3 @@

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

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

'cssMediaType': '',
'password': ''
'password': '',
'click':''
};

@@ -592,3 +596,4 @@

'media': context['cssMediaType'],
'password': context['password']
'password': context['password'],
'click': context['click']
};

@@ -605,3 +610,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['cssMediaType'] + '|' + context['password'] + '|' + context['click'];

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

'noCookieNotifications':false,
'address': ''
'address': '',
'click': ''
};

@@ -770,3 +776,4 @@

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

@@ -781,3 +788,3 @@

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

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

'noCookieNotifications':false,
'address': ''
'address': '',
'click': ''
};

@@ -829,3 +837,4 @@

'nonotify': _toInt(context['noCookieNotifications']),
'address': context['address']
'address': context['address'],
'click': context['click']
};

@@ -840,3 +849,3 @@

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

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

var post_options = {
host: 'grabz.it',
host: 'api.grabz.it',
method: 'POST',

@@ -1275,0 +1284,0 @@ port: this.port,

{
"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.4.5",
"version": "3.5.0",
"main": "./lib/grabzit",

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

@@ -1,2 +0,2 @@

GrabzIt 3.4
GrabzIt 3.5
===========

@@ -3,0 +3,0 @@

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