Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@drawbotics/file-uploader

Package Overview
Dependencies
Maintainers
2
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@drawbotics/file-uploader - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

3

lib/components/FileUploader.js

@@ -77,3 +77,2 @@ import "core-js/modules/es6.array.from";

var _this$props = this.props,
className = _this$props.className,
signingUrl = _this$props.signingUrl,

@@ -86,3 +85,3 @@ onInit = _this$props.onInit,

onComplete = _this$props.onComplete,
rest = _objectWithoutProperties(_this$props, ["className", "signingUrl", "onInit", "onStart", "onProgress", "onFinish", "onError", "onComplete"]);
rest = _objectWithoutProperties(_this$props, ["signingUrl", "onInit", "onStart", "onProgress", "onFinish", "onError", "onComplete"]);

@@ -89,0 +88,0 @@ return React.createElement("input", _extends({}, rest, {

{
"name": "@drawbotics/file-uploader",
"version": "1.1.1",
"version": "1.1.2",
"description": "Small React component to upload files using active storage",

@@ -5,0 +5,0 @@ "license": "UNLICENSED",

Sorry, the diff of this file is too big to display

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