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

@rpldy/shared-ui

Package Overview
Dependencies
Maintainers
1
Versions
106
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rpldy/shared-ui - npm Package Compare versions

Comparing version 0.2.4 to 0.3.0

8

package.json
{
"version": "0.2.4",
"version": "0.3.0",
"name": "@rpldy/shared-ui",

@@ -20,4 +20,4 @@ "description": "internal set of utils+types for react-uploady UI",

"dependencies": {
"@rpldy/shared": "^0.2.4",
"@rpldy/uploader": "^0.2.4"
"@rpldy/shared": "^0.3.0",
"@rpldy/uploader": "^0.3.0"
},

@@ -34,3 +34,3 @@ "devDependencies": {

},
"gitHead": "8c954910416ffd3c3522807b2ea5b58d94e7e208"
"gitHead": "be3502009a685d56ab30894d113e5386c8af7da7"
}

@@ -53,6 +53,6 @@ import * as React from "react";

type PreSendData = { items: BatchItem[]; options: CreateOptions };
export type PreSendData = { items: BatchItem[]; options: CreateOptions };
export const useRequestPreSend: (cb: (data: PreSendData) =>
{ items?: BatchItem[]; options: CreateOptions }) => void;
{ items?: BatchItem[]; options?: CreateOptions }) => void;

@@ -59,0 +59,0 @@ export const useUploadOptions: (options?: CreateOptions) => CreateOptions;

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