filestack-js
Advanced tools
Comparing version 0.4.1 to 0.4.2
# filestack-js changelog | ||
## 0.4.2 (2017-03-25) | ||
- Fix regression with summary screen images | ||
- Add Danish language support | ||
## 0.4.1 (2017-03-22) | ||
@@ -12,3 +16,3 @@ - Same as 0.4.0 - last release didn't include new bundle | ||
- Add S3 key and container to returned file metadata | ||
- **Breaking change:** Rename `name` to `filename` in returned file metadata | ||
- **Breaking change:** Rename `name` to `filename` in returned file metadata from `pick` | ||
@@ -15,0 +19,0 @@ ## 0.3.2 (2017-03-19) |
{ | ||
"name": "filestack-js", | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"description": "Official browser client for Filestack", | ||
@@ -36,3 +36,3 @@ "author": "Filestack", | ||
"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", | ||
"picker": "http://static.filestackapi.com/packages/picker/picker-0.4.1.tar.gz", | ||
"logger": "http://static.filestackapi.com/packages/logger/logger-1.3.3.tar.gz" | ||
@@ -39,0 +39,0 @@ }, |
@@ -133,3 +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`. | ||
- .lang <code>string</code> <code> = "en"</code> - Sets locale. Accepts: `da`, `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. | ||
@@ -136,0 +136,0 @@ - .maxFiles <code>number</code> <code> = 1</code> - Maximum number of files allowed to upload. |
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 1 instance 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 1 instance in 1 package
2547964
12333