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 1.3.0 to 1.3.1

2

lib/cjs/uploadyVersion.js

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

const getVersion = () => "1.3.0" || "";
const getVersion = () => "1.3.1" || "";

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

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

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

{
"version": "1.3.0",
"version": "1.3.1",
"name": "@rpldy/shared-ui",

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

"dependencies": {
"@rpldy/shared": "^1.3.0",
"@rpldy/uploader": "^1.3.0"
"@rpldy/shared": "^1.3.1",
"@rpldy/uploader": "^1.3.1"
},

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

},
"gitHead": "4dae9b41f2f7bdf5763f348c99d85385a9443481"
"gitHead": "8a2473ae6d9521c5f16f5ae525466075ac02fd1f"
}

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

type BatchEventHook = EventHook<Batch>;
type BatchCancellableEventHook = CancellableHook<Batch>;
type BatchCancellableEventHook = (cb: (batch: Batch, options: CreateOptions) => boolean | void) => void;
type BatchEventHookWithState = EventHookWithState<Batch>;

@@ -64,0 +64,0 @@

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