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

filestack-js

Package Overview
Dependencies
Maintainers
1
Versions
174
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

filestack-js - npm Package Compare versions

Comparing version 0.9.6 to 0.9.7

8

CHANGELOG.md
# filestack-js changelog
## 0.9.7 (2017-10-06)
**Picker changes**
- Fire all file callbacks regardless of uploadInBackground value
- Default global drop zone to false, add new option globalDropZone to enable it
- Add exposeOriginalFile option to give access to underlying File instances
- Fix bug with allowManualRetry and background uploads
- Fix UI bug with selected cloud files when uploadInBackground is true
## 0.9.6 (2017-10-05)

@@ -4,0 +12,0 @@ **Picker changes**

2

config/env_production.js
export default {
picker: 'https://static.filestackapi.com/picker/v3/picker-0.10.7.js',
picker: 'https://static.filestackapi.com/picker/v3/picker-0.10.8.js',
};
{
"name": "filestack-js",
"version": "0.9.6",
"version": "0.9.7",
"description": "Official web SDK for the Filestack API",

@@ -68,2 +68,2 @@ "author": "Filestack",

]
}
}

@@ -42,3 +42,3 @@ <p align="center">

```HTML
<script src="//static.filestackapi.com/v3/filestack-0.9.6.js"></script>
<script src="//static.filestackapi.com/v3/filestack-0.9.7.js"></script>
<script>

@@ -229,2 +229,4 @@ const apikey = 'abc';

- .rootId <code>string</code> <code> = &quot;__filestack-picker&quot;</code> - Id for the root DOM node of the mounted app.
- .globalDropZone <code>boolean</code> - Toggle the drop zone to be active on all views. Default is active only on local file source.
- .exposeOriginalFile <code>boolean</code> - When true the originalFile metadata will be the actual File object instead of a POJO.

@@ -258,3 +260,3 @@ **Example**

| url | <code>string</code> | The Filestack CDN URL for the uploaded file. |
| originalFile | <code>object</code> \| <code>undefined</code> | Properties of the local binary file. |
| originalFile | <code>object | File</code> \| <code>undefined</code> | Properties of the local binary file. |
| status | <code>string</code> \| <code>undefined</code> | Indicates Filestack transit status. |

@@ -261,0 +263,0 @@ | key | <code>string</code> \| <code>undefined</code> | The hash-prefixed cloud storage path. |

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

Sorry, the diff of this file is not supported yet

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