Socket
Socket
Sign inDemoInstall

@rpldy/shared-ui

Package Overview
Dependencies
Maintainers
1
Versions
105
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-rc.3 to 1.3.0

2

lib/cjs/uploadyVersion.js

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

const getVersion = () => "1.3.0-rc.3" || "";
const getVersion = () => "1.3.0" || "";

@@ -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-rc.3" || "";
const getVersion = () => "1.3.0" || "";

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

{
"version": "1.3.0-rc.3",
"version": "1.3.0",
"name": "@rpldy/shared-ui",

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

"dependencies": {
"@rpldy/shared": "^1.3.0-rc.3",
"@rpldy/uploader": "^1.3.0-rc.3"
"@rpldy/shared": "^1.3.0",
"@rpldy/uploader": "^1.3.0"
},

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

},
"gitHead": "6cf03ff5ea36e7c6da12d24a84f624d68f407353"
"gitHead": "4dae9b41f2f7bdf5763f348c99d85385a9443481"
}
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