New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

screenshotone-api-sdk

Package Overview
Dependencies
Maintainers
0
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

screenshotone-api-sdk - npm Package Compare versions

Comparing version 1.1.16 to 1.1.17

4

dist/@types/main.d.ts

@@ -152,2 +152,6 @@ import APIError from "./errors";

/**
* Sets the algorithm to use for full page screenshot—"by_sections" or ""/"default".
*/
fullPageAlgorithm(algorithm: string): TakeOptions;
/**
* Sets response format, one of: "png", "jpeg", "webp", "jpg", "gif", "jp2", "tiff", "avif", "heif", "pdf", "html".

@@ -154,0 +158,0 @@ */

@@ -305,2 +305,9 @@ "use strict";

/**
* Sets the algorithm to use for full page screenshot—"by_sections" or ""/"default".
*/
fullPageAlgorithm(algorithm) {
this.put("full_page_algorithm", algorithm);
return this;
}
/**
* Sets response format, one of: "png", "jpeg", "webp", "jpg", "gif", "jp2", "tiff", "avif", "heif", "pdf", "html".

@@ -307,0 +314,0 @@ */

2

package.json
{
"name": "screenshotone-api-sdk",
"homepage": "https://screenshotone.com",
"version": "1.1.16",
"version": "1.1.17",
"description": "Use ScreenshotOne.com API to generate screenshots of any website.",

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

@@ -387,2 +387,11 @@ import Big from "big.js";

/**
* Sets the algorithm to use for full page screenshot—"by_sections" or ""/"default".
*/
fullPageAlgorithm(algorithm: string): TakeOptions {
this.put("full_page_algorithm", algorithm);
return this;
}
/**
* Sets response format, one of: "png", "jpeg", "webp", "jpg", "gif", "jp2", "tiff", "avif", "heif", "pdf", "html".

@@ -389,0 +398,0 @@ */

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