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 Versions

1
18

1.0.1

Diff

Changelog

Source

1.0.1 (2018-05-31)

Bug Fixes

  • picker: fix syntax error in IE11 related to untransformed module import (51e4873)
filestack-dev
published 1.0.0 •

Changelog

Source

1.0.0 (2018-05-31)

The source code for this repository has been made available under the Apache 2.0 license. Contributions are more than welcome, and we will be working to improve the contribution experience over time. It should be noted that the source code for the picker UI is not yet licensed for sharing.

Module Updates

  • Browser and Node runtimes are now both supported. This is accomplished using the appropriate module fields in package.json. Read more.
  • All modules have been rewritten in TypeScript. Generated docs are now derived from the interfaces used within the source code. API Docs

Breaking Changes

  • filestack.init now takes 2 arguments, apikey and options. Read more.
  • No more default export. The ES module must be imported using qualified imports, such as import * as filestack from 'filestack-js'.
  • Custom source in the picker must now use customSourceName to configure the name of the source in the UI. This is no longer pulled from the Filestack application.
  • rejectOnCancel has been removed from the picker options.
  • hideWhenUploading has been renamed to hideModalWhenUploading, since it applies only when displayMode is 'overlay'
  • pick, makeDropPane, and cropFiles have been replaced by a unifying picker instance that exposes methods for controlling the picker lifecycle. Supporting this change are two new picker options, displayMode and container, which allow users to configure how their pickers are integrated into the document.
filestack-dev
published 0.11.5 •

filestack-dev
published 1.0.0-rc2 •

filestack-dev
published 0.11.4 •

filestack-dev
published 1.0.0-rc1 •

filestack-dev
published 0.11.2 •

Changelog

Source

0.11.2 (2018-01-24)

Picker changes

  • Prevent ICC profile from being stripped on transformed images
  • Update Norwegian translations
filestack-dev
published 0.11.1 •

Changelog

Source

0.11.1 (2018-01-18)

Picker changes

  • Fix a regression introduced in 0.10 where deselection of files prevented further uploads
filestack-dev
published 0.10.1 •

Changelog

Source

0.10.1 (2017-12-14)

Picker changes

  • Fix regression with uploadConfig.timeout not being respected
filestack-dev
published 0.10.0 •

Changelog

Source

0.10.0 (2017-12-07)

Picker changes

  • Add new option concurrency to control maximum amount of running uploads
  • Fix a memory issue related to image resize and upload concurrency
  • Fix issue where 'fallback' for intelligent uploads was not respected
  • Fix issue where editing cloud images stripped EXIF metadata
  • Fix disableThumbnails option to respect edited cloud images
  • Refactor resize logic to provide better UX -- image resize operations no longer block user actions (like upload and edit)
  • Update Polish and Mandarin translations
  • Add Korean (ko), Norwegian (no), Swedish (sv), and Vietnamese (vi) translations
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