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.5.0-rc.1 to 1.5.0-rc.2

2

lib/cjs/uploadyVersion.js

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

exports.GLOBAL_VERSION_SYM = GLOBAL_VERSION_SYM;
const getVersion = () => "1.5.0-rc.1" || "";
const getVersion = () => "1.5.0-rc.2" || "";
exports.getVersion = getVersion;

@@ -13,0 +13,0 @@ const getGlobal = () => /* istanbul ignore next */

import { hasWindow } from "@rpldy/shared";
export const GLOBAL_VERSION_SYM = Symbol.for("_rpldy-version_");
const getVersion = () => "1.5.0-rc.1" || "";
const getVersion = () => "1.5.0-rc.2" || "";
const getGlobal = () => /* istanbul ignore next */

@@ -5,0 +5,0 @@ // $FlowIgnore

{
"version": "1.5.0-rc.1",
"version": "1.5.0-rc.2",
"name": "@rpldy/shared-ui",

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

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

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

},
"gitHead": "a301c9bf1d24c4bce9129409aace1911fbf168a8"
"gitHead": "6cf6d7699c6ec9c62336d87bb4db549a6f4d12a4"
}
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