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

screenshotone-errors

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

screenshotone-errors - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

1

dist/@types/main.d.ts

@@ -7,2 +7,3 @@ declare enum ErrorCode {

code: string;
title: string;
description: string;

@@ -9,0 +10,0 @@ documentationUrl: string;

@@ -11,2 +11,3 @@ "use strict";

httpStatusCode: 500,
title: "Timeout",
code: "timeout_error",

@@ -13,0 +14,0 @@ description: "The screenshot couldn't be taken within the specified timeout. Either the site doesn't respond quickly, or rendering takes longer than expected. Play with the `timeout` or the `navigation_timeout` options or reach the support for the investigation.",

2

package.json
{
"name": "screenshotone-errors",
"homepage": "https://screenshotone.com",
"version": "1.0.3",
"version": "1.0.4",
"description": "Errors produced by the ScreenshotOne API.",

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

@@ -8,2 +8,3 @@ enum ErrorCode {

code: string;
title: string;
description: string;

@@ -16,2 +17,3 @@ documentationUrl: string;

httpStatusCode: 500,
title: "Timeout",
code: "timeout_error",

@@ -18,0 +20,0 @@ description:

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