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

@bytescale/sdk

Package Overview
Dependencies
Maintainers
2
Versions
98
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bytescale/sdk - npm Package Compare versions

Comparing version

to
3.28.0

13

dist/types/public/shared/generated/runtime.d.ts

@@ -77,2 +77,15 @@ import { ErrorResponse } from "./models";

}
/**
* Thrown when the Bytescale API cannot be reached or when an error is returned that cannot be parsed as a JSON error response.
*/
export declare class BytescaleGenericError extends Error {
readonly response: Response;
readonly responseText: string | undefined;
readonly responseJson: object | undefined;
name: "BytescaleGenericError";
constructor(response: Response, responseText: string | undefined, responseJson: object | undefined);
}
/**
* Thrown when the Bytescale API returns a JSON error response.
*/
export declare class BytescaleApiError extends Error {

@@ -79,0 +92,0 @@ name: "BytescaleApiError";

2

package.json
{
"name": "@bytescale/sdk",
"version": "3.27.0",
"version": "3.28.0",
"description": "Bytescale JavaScript SDK",

@@ -5,0 +5,0 @@ "author": "Bytescale <hello@bytescale.com> (https://www.bytescale.com)",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet