Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@bytescale/sdk

Package Overview
Dependencies
Maintainers
1
Versions
96
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 3.0.0-alpha.20 to 3.0.0-alpha.21

9

dist/types/private/model/AuthManagerInterface.d.ts
import { BytescaleApiClientConfig } from "../../public/shared";
export interface BeginAuthSessionParams extends Pick<BytescaleApiClientConfig, "fetchApi" | "cdnUrl"> {
export interface BeginAuthSessionParams {
/**
* The account ID to authorize requests for.
*/
accountId: string;

@@ -14,2 +17,6 @@ /**

authUrl: string;
/**
* Optional configuration.
*/
options?: Pick<BytescaleApiClientConfig, "fetchApi" | "cdnUrl">;
}

@@ -16,0 +23,0 @@ export interface AuthManagerInterface {

2

package.json
{
"name": "@bytescale/sdk",
"version": "3.0.0-alpha.20",
"version": "3.0.0-alpha.21",
"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

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