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.4.0-rc.0 to 1.4.0-rc.1

2

lib/cjs/uploadyVersion.js

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

exports.GLOBAL_VERSION_SYM = GLOBAL_VERSION_SYM;
const getVersion = () => "1.4.0-rc.0" || "";
const getVersion = () => "1.4.0-rc.1" || "";
exports.getVersion = getVersion;

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

import { hasWindow } from "@rpldy/shared";
export const GLOBAL_VERSION_SYM = Symbol.for("_rpldy-version_");
const getVersion = () => "1.4.0-rc.0" || "";
const getVersion = () => "1.4.0-rc.1" || "";
const getRegisteredVersion = () => {

@@ -5,0 +5,0 @@ /* istanbul ignore next */

{
"version": "1.4.0-rc.0",
"version": "1.4.0-rc.1",
"name": "@rpldy/shared-ui",

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

"dependencies": {
"@rpldy/shared": "^1.4.0-rc.0",
"@rpldy/uploader": "^1.4.0-rc.0"
"@rpldy/shared": "^1.4.0-rc.1",
"@rpldy/uploader": "^1.4.0-rc.1"
},

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

},
"gitHead": "96a9141aa17e74962f1606d836f8f9f5c4b7aef0"
"gitHead": "43dfd3dcfb35b850163de993ef8094d889c469c2"
}
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