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 0.0.1 to 0.0.2

8

lib/GrabzItClient.js

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

'orientation':orientation,
'customid':context['customid'],
'customid':context['customId'],
'customwatermarkid':context['customWaterMarkId'],

@@ -349,3 +349,3 @@ 'delay':context['delay'],

this.signaturePartOne = this.applicationSecret + '|' + url + '|';
this.signaturePartTwo = '|' + context['customid'] + '|' + _toInt(context['includeBackground']) + '|' + pagesize + '|' + orientation + '|' + context['customWaterMarkId']
this.signaturePartTwo = '|' + context['customId'] + '|' + _toInt(context['includeBackground']) + '|' + pagesize + '|' + orientation + '|' + context['customWaterMarkId']
+ '|' + _toInt(context['includeLinks']) + '|' + _toInt(context['includeOutline']) + '|' + context['title'] + '|' + context['coverUrl'] + '|' + parseInt(context['marginTop'])

@@ -377,3 +377,3 @@ + '|' + parseInt(context['marginLeft']) + '|' + parseInt(context['marginBottom']) + '|' + parseInt(context['marginRight']) + '|' + context['delay']

'tableToInclude': parseInt(context['tableNumberToInclude']),
'customid': context['customid'],
'customid': context['customId'],
'target': context['targetElement'],

@@ -386,3 +386,3 @@ 'requestmobileversion': parseInt(context['requestAs']),

this.signaturePartOne = this.applicationSecret + '|' + url + '|';
this.signaturePartTwo = '|' + context['customid'] + '|' + parseInt(context['tableNumberToInclude']) + '|' + _toInt(context['includeAllTables']) + '|' + _toInt(context['includeHeaderNames']) + '|' + context['targetElement']
this.signaturePartTwo = '|' + context['customId'] + '|' + parseInt(context['tableNumberToInclude']) + '|' + _toInt(context['includeAllTables']) + '|' + _toInt(context['includeHeaderNames']) + '|' + context['targetElement']
+ '|' + context['format'] + '|' + parseInt(context['requestAs']) + '|' + context['country'];

@@ -389,0 +389,0 @@

{
"name": "grabzit",
"description": "Automatically create screenshots of website for free, with GrabzIt. Screenshots can be output in a variety of formats including: JPEG, PNG, TIFF, BMP, PDF, CSV and XLSX.",
"version": "0.0.1",
"version": "0.0.2",
"keywords": [

@@ -6,0 +6,0 @@ "screenshots",

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