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.17.0 to 0.17.1

2

lib/cjs/uploadyVersion.js

@@ -13,3 +13,3 @@ "use strict";

const getVersion = () => "0.17.0" || "";
const getVersion = () => "0.17.1" || "";

@@ -16,0 +16,0 @@ exports.getVersion = getVersion;

import { hasWindow } from "@rpldy/shared";
export const GLOBAL_VERSION_SYM = Symbol.for("_rpldy-version_");
const getVersion = () => "0.17.0" || "";
const getVersion = () => "0.17.1" || "";

@@ -6,0 +6,0 @@ const getRegisteredVersion = () => {

{
"version": "0.17.0",
"version": "0.17.1",
"name": "@rpldy/shared-ui",

@@ -16,2 +16,6 @@ "description": "internal set of utils+types for react-uploady UI",

},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/react-uploady"
},
"scripts": {

@@ -22,4 +26,4 @@ "build": "node ../../../scripts/build.js",

"dependencies": {
"@rpldy/shared": "^0.17.0",
"@rpldy/uploader": "^0.17.0"
"@rpldy/shared": "^0.17.1",
"@rpldy/uploader": "^0.17.1"
},

@@ -36,3 +40,3 @@ "devDependencies": {

},
"gitHead": "509d7a955e3bf9f58fecec6cb410e75dde33c165"
"gitHead": "a2c8859a977192f98cfd70783896d771979b2a91"
}

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

type BatchStartHook = (cb: (batch: Batch, items: BatchItem[], options: CreateOptions) =>
type BatchStartHook = (cb: (batch: Batch, options: CreateOptions) =>
{ items?: BatchItem[]; options?: CreateOptions } | boolean | void) => void;

@@ -67,0 +67,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