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

@bytescale/sdk

Package Overview
Dependencies
Maintainers
2
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.35.0 to 3.36.0

3

dist/types/private/UploadManagerBase.d.ts

@@ -7,4 +7,3 @@ import { BytescaleApiClientConfig, UploadPart } from "../public/shared/generated";

import { AddCancellationHandler } from "./model/AddCancellationHandler";
import { UploadResult } from "./model/UploadResult";
import { UploadManagerParams, UploadSource } from "../public/shared/CommonTypes";
import { UploadManagerParams, UploadSource, UploadResult } from "../public/shared/CommonTypes";
/**

@@ -11,0 +10,0 @@ * Methods common to UploadManagerNode and UploadManagerBrowser.

/// <reference types="node" />
/// <reference types="node" />
import { BeginMultipartUploadRequest } from "./generated";
import { BeginMultipartUploadRequest, FileDetails } from "./generated";
/**

@@ -22,2 +22,8 @@ * Workaround for tsc aliases, where we cannot export implementation-less modules in our dists.

}
export type UploadResult = Omit<FileDetails, "etag"> & {
/**
* The file's ETag, short for "entity tag", reflects the file's version and changes whenever the file is modified.
*/
etag: string;
};
export type UploadSource = NodeJS.ReadableStream | BlobLike | Buffer | string;

@@ -24,0 +30,0 @@ export interface UploadManagerParams extends Omit<BeginMultipartUploadRequest, "size" | "protocol"> {

{
"name": "@bytescale/sdk",
"version": "3.35.0",
"version": "3.36.0",
"description": "Bytescale JavaScript SDK",

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

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