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
178
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.9 to 0.9.10

5

CHANGELOG.md
# filestack-js changelog
## 0.9.10 (2017-11-01)
**Picker changes**
- Fix browser crash in Chrome when bulk resizing images
- Add some UX around currently resizing images in summary view (Upload button now says Resizing)
## 0.9.9 (2017-10-18)

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

2

config/env_production.js

@@ -5,3 +5,3 @@ const DEFAULT_CNAME = 'filestackapi.com';

return {
picker: `https://static.${cname || DEFAULT_CNAME}/picker/v3/picker-0.11.1.js`,
picker: `https://static.${cname || DEFAULT_CNAME}/picker/v3/picker-0.11.2.js`,
};

@@ -8,0 +8,0 @@ };

{
"name": "filestack-js",
"version": "0.9.9",
"version": "0.9.10",
"description": "Official web SDK for the Filestack API",

@@ -5,0 +5,0 @@ "author": "Filestack",

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

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

@@ -660,3 +660,3 @@ const apikey = 'abc';

- [.intelligentChunkSize] <code>number</code> - Set the default chunk size for the intelligent flow. Defaults to 8MB on desktop, 1MB on mobile.
- [.timeout] <code>number</code> <code> = 60000</code> - Time in milliseconds to wait before cancelling requests.
- [.timeout] <code>number</code> <code> = 120000</code> - Time in milliseconds to wait before cancelling requests.
- [.retry] <code>number</code> <code> = 10</code> - Number of times to retry a failed part of the flow.

@@ -663,0 +663,0 @@ - [.retryFactor] <code>number</code> <code> = 2</code> - Base factor for exponential backoff.

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