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 0.1.11 to 0.1.12

1

lib/types.js

@@ -15,2 +15,3 @@ // @flow

upload: AddUploadFunction,
processPending: () => void,
setOptions: (CreateOptions) => void,

@@ -17,0 +18,0 @@ getOptions: () => CreateOptions,

@@ -62,2 +62,6 @@ "use strict";

var processPending = function processPending() {
uploader.upload();
};
var setOptions = function setOptions(options) {

@@ -104,2 +108,3 @@ uploader.update(options);

upload: upload,
processPending: processPending,
setOptions: setOptions,

@@ -106,0 +111,0 @@ getOptions: getOptions,

14

package.json
{
"version": "0.1.11",
"version": "0.1.12",
"name": "@rpldy/shared-ui",
"description": "",
"description": "internal set of utils+types for react-uploady UI",
"author": "yoav niran (https://github.com/yoavniran)",

@@ -12,3 +12,3 @@ "main": "lib/index.js",

"type": "git",
"url": "https://github.com/yoavniran/react-uploady.git",
"url": "https://github.com/rpldy/react-uploady.git",
"directory": "packages/ui/shared"

@@ -18,7 +18,7 @@ },

"build": "node ../../../scripts/build.js",
"flow:copy": "flow-copy-source ./src ./lib; cp src/types.js lib/types.js"
"flow:copy": "flow-copy-source ./src ./lib --ignore **/*.test.js --ignore **/*.mock.js; cp src/types.js lib/types.js"
},
"dependencies": {
"@rpldy/shared": "^0.1.10",
"@rpldy/uploader": "^0.1.11"
"@rpldy/shared": "^0.1.12",
"@rpldy/uploader": "^0.1.12"
},

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

},
"gitHead": "b88b00bbbb54567b0bb9e00b9e883ce4ee3fba33"
"gitHead": "054e837009e2c6ea8a98733b09292f48d03c16d9"
}

@@ -15,2 +15,3 @@ import * as React from "react";

upload: AddUploadFunction;
processPending: () => void;
setOptions: (options: CreateOptions) => void;

@@ -17,0 +18,0 @@ getOptions: () => CreateOptions;

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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