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.1 to 1.4.2-alpha.0

2

lib/cjs/uploadyVersion.js

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

exports.GLOBAL_VERSION_SYM = GLOBAL_VERSION_SYM;
const getVersion = () => "1.4.1" || "";
const getVersion = () => "1.4.2-alpha.0" || "";
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.4.1" || "";
const getVersion = () => "1.4.2-alpha.0" || "";
const getGlobal = () => /* istanbul ignore next */

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

{
"version": "1.4.1",
"version": "1.4.2-alpha.0",
"name": "@rpldy/shared-ui",

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

"dependencies": {
"@rpldy/shared": "^1.4.1",
"@rpldy/uploader": "^1.4.1"
"@rpldy/shared": "^1.4.2-alpha.0",
"@rpldy/uploader": "^1.4.2-alpha.0"
},

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

},
"gitHead": "a2ed6bda889e4f387af14e874f2371a3e5800ba5"
"gitHead": "c64513941649481b03d4a80630af1badf216320a"
}
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