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.4 to 1.0.5

2

dist/@types/main.d.ts
declare enum ErrorCode {
Timeout = "timeout"
Timeout = "timeout_error"
}

@@ -4,0 +4,0 @@ interface APIError {

@@ -6,3 +6,3 @@ "use strict";

(function (ErrorCode) {
ErrorCode["Timeout"] = "timeout";
ErrorCode["Timeout"] = "timeout_error";
})(ErrorCode || (ErrorCode = {}));

@@ -9,0 +9,0 @@ const allErrors = {

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

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

enum ErrorCode {
Timeout = "timeout",
Timeout = "timeout_error",
}

@@ -4,0 +4,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