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

@rpldy/shared

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

@rpldy/shared - npm Package Compare versions

Comparing version 0.17.5 to 0.18.0

4

package.json
{
"version": "0.17.5",
"version": "0.18.0",
"name": "@rpldy/shared",

@@ -35,3 +35,3 @@ "description": "internal set of utils+types for react-uploady",

},
"gitHead": "c6ac734ba0b859e058cb9617105220182f4bf755"
"gitHead": "74b1f681e012268aa86b2df56ad1b0720ab798b6"
}

@@ -15,2 +15,4 @@ export type Destination = {

export type IsSuccessfulCall = (xhr: XMLHttpRequest) => boolean;
export interface SendOptions {

@@ -27,5 +29,6 @@ method: string;

formatServerResponse?: FormatServerResponseMethod;
isSuccessfulCall?: IsSuccessfulCall;
}
export interface UploadOptions extends Partial<SendOptions>{
export interface UploadOptions extends Partial<SendOptions> {
autoUpload?: boolean;

@@ -32,0 +35,0 @@ clearPendingOnAdd?: boolean;

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