Socket
Socket
Sign inDemoInstall

grabzit

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grabzit - npm Package Compare versions

Comparing version 3.5.3 to 3.5.4

7

lib/grabzit.js

@@ -789,2 +789,4 @@ var crypto = require('crypto');

'browserHeight': '',
'width': '',
'height': '',
'framesPerSecond': 0,

@@ -821,2 +823,4 @@ 'duration': 10,

'bheight': context['browserHeight'],
'width': context['width'],
'height': context['height'],
'customid': context['customid'],

@@ -844,3 +848,4 @@ 'customwatermarkid': context['customWaterMarkId'],

+ '|' + context['proxy'] + '|' + context['address'] + '|' + _toInt(context['noCookieNotifications'])
+ '|' + context['clickElement'] + '|' + parseFloat(context['framesPerSecond']) + '|' + parseInt(context['duration']);
+ '|' + context['clickElement'] + '|' + parseFloat(context['framesPerSecond']) + '|' + parseInt(context['duration'])
+ '|' + context['width'] + '|' + context['height'];

@@ -847,0 +852,0 @@ return new Request(url, requestParams, _createFirstSignature(applicationSecret, target, isPost), signaturePartTwo, isPost, startDelay, target);

2

package.json
{
"name": "grabzit",
"description": "Automatically convert HTML or URL's into images, DOCX, videos, rendered HTML or PDF documents. Additionally convert online videos into animated GIF's or convert HTML tables to CSV.",
"version": "3.5.3",
"version": "3.5.4",
"main": "./lib/grabzit",

@@ -6,0 +6,0 @@ "scripts": {

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc