Socket
Socket
Sign inDemoInstall

@rpldy/shared-ui

Package Overview
Dependencies
4
Maintainers
1
Versions
103
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.18.3 to 1.0.0

2

lib/cjs/uploadyVersion.js

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

const getVersion = () => "0.18.3" || "";
const getVersion = () => "1.0.0" || "";

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

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

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

{
"version": "0.18.3",
"version": "1.0.0",
"name": "@rpldy/shared-ui",

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

"dependencies": {
"@rpldy/shared": "^0.18.3",
"@rpldy/uploader": "^0.18.3"
"@rpldy/shared": "^1.0.0",
"@rpldy/uploader": "^1.0.0"
},

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

},
"gitHead": "b2a161530aae8052c183aef1489ef03421e51c79"
"gitHead": "0f9570498ccd59d15cc286fe3c65e46c3c369b42"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc