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.3.2 to 0.4.1

11

CHANGELOG.md
# 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

6

package.json
{
"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> = &quot;en&quot;</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

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