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.2.0 to 0.2.1

lib/useAbortAll.js

24

lib/index.js

@@ -38,2 +38,20 @@ "use strict";

});
Object.defineProperty(exports, "useAbortItem", {
enumerable: true,
get: function get() {
return _useAbortItem["default"];
}
});
Object.defineProperty(exports, "useAbortBatch", {
enumerable: true,
get: function get() {
return _useAbortBatch["default"];
}
});
Object.defineProperty(exports, "useAbortAll", {
enumerable: true,
get: function get() {
return _useAbortAll["default"];
}
});
Object.defineProperty(exports, "useBatchAddListener", {

@@ -150,2 +168,8 @@ enumerable: true,

var _useAbortItem = _interopRequireDefault(require("./useAbortItem"));
var _useAbortBatch = _interopRequireDefault(require("./useAbortBatch"));
var _useAbortAll = _interopRequireDefault(require("./useAbortAll"));
var _eventListenerHooks = require("./eventListenerHooks");

@@ -152,0 +176,0 @@

4

package.json
{
"version": "0.2.0",
"version": "0.2.1",
"name": "@rpldy/shared-ui",

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

},
"gitHead": "51f53ece84e5caf5a77c2035c10ca1aa93d69216"
"gitHead": "c290b86b5e705bc259ae34240ef5eaeae262f1ab"
}

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

type PreSendData = {items: BatchItem[]; options: CreateOptions};
type PreSendData = { items: BatchItem[]; options: CreateOptions };

@@ -64,1 +64,7 @@ export const useRequestPreSend: (cb: (data: PreSendData) =>

export const assertContext: (context: UploadyContextType) => UploadyContextType;
export const useAbortAll: () => () => boolean;
export const useAbortBatch: () => (batchId: string) => boolean;
export const useAbortItem: () => (itemId: string) => boolean;

Sorry, the diff of this file is not supported yet

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