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

upload-api-client-internal

Package Overview
Dependencies
Maintainers
1
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

upload-api-client-internal - npm Package Compare versions

Comparing version 1.40.0 to 1.41.0

1

dist/models/StorageStatistics.d.ts
import type { StorageStatisticsSegment } from "./StorageStatisticsSegment";
import type { UploadStatistics } from "./UploadStatistics";
export declare type StorageStatistics = {
all: StorageStatisticsSegment;
caches: Record<string, StorageStatisticsSegment | null>;
uploads: UploadStatistics;
};

2

package.json
{
"name": "upload-api-client-internal",
"version": "1.40.0",
"version": "1.41.0",
"description": "Upload API Client (Internal)",

@@ -5,0 +5,0 @@ "author": "Upload <hello@upload.io> (https://upload.io)",

@@ -9,4 +9,5 @@ /* istanbul ignore file */

export type StorageStatistics = {
all: StorageStatisticsSegment;
caches: Record<string, StorageStatisticsSegment | null>;
uploads: UploadStatistics;
};
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