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
107
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.9.0 to 0.10.0

2

LICENSE.md
MIT License
Copyright (c) 2020 Yoav Niran
Copyright (c) 2021 Yoav Niran

@@ -5,0 +5,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy

{
"version": "0.9.0",
"version": "0.10.0",
"name": "@rpldy/shared-ui",

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

"dependencies": {
"@rpldy/shared": "^0.9.0",
"@rpldy/uploader": "^0.9.0"
"@rpldy/shared": "^0.10.0",
"@rpldy/uploader": "^0.10.0"
},

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

},
"gitHead": "e6949c50f2880269d5ee181f9349061b01ce51e3"
"gitHead": "f9266271a12c840e60b6fcc98d78bc2aa583d5d2"
}

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

export {
Destination,
FormatParamGroupNameMethod,
FileFilterMethod,
UploadOptions,
Batch,
BatchItem,
BATCH_STATES,
FILE_STATES,
} from "@rpldy/shared";
export {
composeEnhancers,
UploadAddMethod,
UploaderEnhancer,
CreateOptions,
UPLOADER_EVENTS,
} from "@rpldy/uploader";
export type UploaderListeners = { [key: string]: EventCallback };

@@ -8,0 +29,0 @@

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