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.6.1-rc.2 to 1.6.1

2

lib/cjs/uploadyVersion.js

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

const GLOBAL_VERSION_SYM = exports.GLOBAL_VERSION_SYM = Symbol.for("_rpldy-version_");
const getVersion = () => "1.6.1-rc.2" || "";
const getVersion = () => "1.6.1" || "";
exports.getVersion = getVersion;

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

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

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

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

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

"dependencies": {
"@rpldy/shared": "1.6.1-rc.2",
"@rpldy/uploader": "1.6.1-rc.2"
"@rpldy/shared": "1.6.1",
"@rpldy/uploader": "1.6.1"
},
"devDependencies": {
"@rpldy/life-events": "1.6.1-rc.2",
"@rpldy/life-events": "1.6.1",
"flow-bin": "^0.218.0"

@@ -40,3 +40,3 @@ },

},
"gitHead": "149b2a56fd8902575d75c974f7d32103f26fe195"
"gitHead": "7ee476c3a37f9ae33e37427438cb7bc24ae4125c"
}
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