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

@univerjs/protocol

Package Overview
Dependencies
Maintainers
0
Versions
152
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@univerjs/protocol - npm Package Compare versions

Comparing version 0.1.39-alpha.14 to 0.1.39-alpha.15

7

lib/types/ts/v1/file.d.ts

@@ -17,2 +17,8 @@ import { Metadata } from '@grpc/grpc-js';

}
export declare enum DownloadUrlMode {
Default = 0,
UseProxy = 1,
UseDirect = 2,
UNRECOGNIZED = -1
}
export interface SignUrlRequest {

@@ -24,2 +30,3 @@ fileID: string;

url: string;
mode: DownloadUrlMode;
}

@@ -26,0 +33,0 @@ export interface FileUploadMeta {

2

package.json
{
"name": "@univerjs/protocol",
"version": "0.1.39-alpha.14",
"version": "0.1.39-alpha.15",
"private": false,

@@ -5,0 +5,0 @@ "description": "A protocol of Univer repos",

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