filestack-js
Advanced tools
Comparing version 0.3.2 to 0.4.1
# filestack-js changelog | ||
## 0.4.1 (2017-03-22) | ||
- Same as 0.4.0 - last release didn't include new bundle | ||
## 0.4.0 (2017-03-22) | ||
- Fix folder dragging in Chrome and Firefox | ||
- Add ability to drag images from the web in Chrome and Firefox | ||
- Fix bug where cloud logout prevented subsequent logins | ||
- Add international language support | ||
- Add S3 key and container to returned file metadata | ||
- **Breaking change:** Rename `name` to `filename` in returned file metadata | ||
## 0.3.2 (2017-03-19) | ||
@@ -4,0 +15,0 @@ - Update transformer UI styles |
{ | ||
"name": "filestack-js", | ||
"version": "0.3.2", | ||
"version": "0.4.1", | ||
"description": "Official browser client for Filestack", | ||
@@ -35,4 +35,4 @@ "author": "Filestack", | ||
"dependencies": { | ||
"api-client": "http://static.filestackapi.com/packages/api-client/api-client-0.3.3.tar.gz", | ||
"picker": "http://static.filestackapi.com/packages/picker/picker-0.3.6.tar.gz", | ||
"api-client": "http://static.filestackapi.com/packages/api-client/api-client-0.3.4.tar.gz", | ||
"picker": "http://static.filestackapi.com/packages/picker/picker-0.4.0.tar.gz", | ||
"logger": "http://static.filestackapi.com/packages/logger/logger-1.3.3.tar.gz" | ||
@@ -39,0 +39,0 @@ }, |
@@ -133,2 +133,3 @@ filestack-js | ||
- .preferLinkOverStore <code>boolean</code> <code> = false</code> - For cloud sources whether to __link__ or __store__ files. | ||
- .lang <code>string</code> <code> = "en"</code> - Sets locale. Accepts: `de`, `en`, `es`, `fr`, `it`, `nl`, `pl`, `pt`, `ru`, `zh`. | ||
- .minFiles <code>number</code> <code> = 1</code> - Minimum number of files required to start uploading. | ||
@@ -258,3 +259,2 @@ - .maxFiles <code>number</code> <code> = 1</code> - Maximum number of files allowed to upload. | ||
- .access <code>string</code> - One of `public` or `private`. | ||
- .base64decode <code>boolean</code> | ||
@@ -261,0 +261,0 @@ **Example** |
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
HTTP dependency
Supply chain riskContains a dependency which resolves to a remote HTTP URL which could be used to inject untrusted code and reduce overall package reliability.
Found 2 instances in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
HTTP dependency
Supply chain riskContains a dependency which resolves to a remote HTTP URL which could be used to inject untrusted code and reduce overall package reliability.
Found 2 instances in 1 package
2539695
12323