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 to 1.6.0-rc.0

2

lib/cjs/uploadyVersion.js

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

exports.GLOBAL_VERSION_SYM = GLOBAL_VERSION_SYM;
const getVersion = () => "1.5.0" || "";
const getVersion = () => "1.6.0-rc.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.5.0" || "";
const getVersion = () => "1.6.0-rc.0" || "";
const getGlobal = () => /* istanbul ignore next */

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

{
"version": "1.5.0",
"name": "@rpldy/shared-ui",
"description": "internal set of utils+types for react-uploady UI",
"author": "yoav niran (https://github.com/yoavniran)",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
"main:dev": "src/index.js",
"types": "types/index.d.ts",
"license": "MIT",
"homepage": "https://react-uploady.org",
"repository": {
"type": "git",
"url": "https://github.com/rpldy/react-uploady.git",
"directory": "packages/ui/shared"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/react-uploady"
},
"scripts": {
"build": "node ../../../scripts/build.js",
"flow:copy": "flow-copy-source ./src ./lib --ignore **/*.test.js --ignore **/*.mock.js; cp src/types.js lib/types.js"
},
"dependencies": {
"@rpldy/shared": "^1.5.0",
"@rpldy/uploader": "^1.5.0"
},
"devDependencies": {
"flow-bin": "^0.215.1"
},
"peerDependencies": {
"react": ">=16.8",
"react-dom": ">=16.8"
},
"publishConfig": {
"access": "public"
},
"gitHead": "8cf4e44070e463cc38124da1f9d5c18424e0086a"
"version": "1.6.0-rc.0",
"name": "@rpldy/shared-ui",
"description": "internal set of utils+types for react-uploady UI",
"author": "yoav niran (https://github.com/yoavniran)",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
"main:dev": "src/index.js",
"types": "types/index.d.ts",
"license": "MIT",
"homepage": "https://react-uploady.org",
"repository": {
"type": "git",
"url": "https://github.com/rpldy/react-uploady.git",
"directory": "packages/ui/shared"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/react-uploady"
},
"scripts": {
"build": "node ../../../scripts/build.js",
"flow:copy": "flow-copy-source ./src ./lib --ignore **/*.test.js --ignore **/*.mock.js; cp src/types.js lib/types.js"
},
"dependencies": {
"@rpldy/shared": "^1.6.0-rc.0",
"@rpldy/uploader": "^1.6.0-rc.0"
},
"devDependencies": {
"flow-bin": "^0.218.0"
},
"peerDependencies": {
"react": ">=16.8",
"react-dom": ">=16.8"
},
"publishConfig": {
"access": "public"
},
"gitHead": "0a0944c7581e3b13faf8c29f0b97e2dd616d3ab9"
}
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