Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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.2.3 to 3.2.4

10

lib/grabzit.js

@@ -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);

2

package.json
{
"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": [

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