Socket
Socket
Sign inDemoInstall

@rpldy/shared-ui

Package Overview
Dependencies
Maintainers
0
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.8.2 to 1.8.3

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.8.2" || "";
const getVersion = () => "1.8.3" || "";
exports.getVersion = getVersion;

@@ -12,0 +12,0 @@ const getGlobal = () => (0, _shared.hasWindow)() ? window : globalThis || process;

import { hasWindow } from "@rpldy/shared";
export const GLOBAL_VERSION_SYM = Symbol.for("_rpldy-version_");
const getVersion = () => "1.8.2" || "";
const getVersion = () => "1.8.3" || "";
const getGlobal = () => hasWindow() ? window : globalThis || process;

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

{
"version": "1.8.2",
"version": "1.8.3",
"name": "@rpldy/shared-ui",

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

"dependencies": {
"@rpldy/shared": "1.8.2",
"@rpldy/uploader": "1.8.2"
"@rpldy/shared": "1.8.3",
"@rpldy/uploader": "1.8.3"
},
"devDependencies": {
"@rpldy/life-events": "1.8.2",
"@rpldy/life-events": "1.8.3",
"flow-bin": "^0.229.0",

@@ -41,3 +41,3 @@ "react": "^18.3.1",

},
"gitHead": "3704b7109c8492d67ac9aba12e4e7a5060da074f"
"gitHead": "81e54ad2e49000ef2eff367350804d1f0a2c1226"
}
<a href="https://badge.fury.io/js/%40rpldy%2Fshared-ui">
<img src="https://badge.fury.io/js/%40rpldy%2Fshared-ui.svg" alt="npm version" height="20"></a>
<a href="https://circleci.com/gh/rpldy/react-uploady">
<img src="https://circleci.com/gh/rpldy/react-uploady.svg?style=svg" alt="circleci status"/></a>
<a href="https://github.com/rpldy/react-uploady/actions/workflows/pr.yml">
<img src="https://github.com/rpldy/react-uploady/actions/workflows/pr.yml/badge.svg" alt="Build Status"/></a>
<a href="https://codecov.io/gh/rpldy/react-uploady">

@@ -6,0 +6,0 @@ <img src="https://codecov.io/gh/rpldy/react-uploady/branch/master/graph/badge.svg" alt="codecov status"/></a>

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