Socket
Socket
Sign inDemoInstall

filestack-js

Package Overview
Dependencies
Maintainers
1
Versions
169
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.5.1 to 0.5.2

3

CHANGELOG.md
# filestack-js changelog
## 0.5.2 (2017-04-20)
- Fix one more transformations regression (sorry folks)
## 0.5.1 (2017-04-17)

@@ -4,0 +7,0 @@ - Fix transformations regression with security enabled

4

package.json
{
"name": "filestack-js",
"version": "0.5.1",
"version": "0.5.2",
"description": "Official browser client for Filestack",

@@ -38,3 +38,3 @@ "author": "Filestack",

"logger": "http://static.filestackapi.com/packages/logger/logger-1.3.3.tar.gz",
"picker": "http://static.filestackapi.com/packages/picker/picker-0.5.3.tar.gz"
"picker": "http://static.filestackapi.com/packages/picker/picker-0.5.4.tar.gz"
},

@@ -41,0 +41,0 @@ "devDependencies": {

@@ -8,2 +8,4 @@ filestack-js

This SDK is shipped as both a UMD module and a ES2015 module for modern Javascript bundlers. There is also a separate minified version available on the Filestack CDN.
## Installation

@@ -24,4 +26,5 @@ ```sh

Via script tag:
(Note http://static.filestackapi.com/v3/filestack.js will always point to the latest version. This is __not__ recommended for production.)
```HTML
<script src="http://static.filestackapi.com/v3/filestack.js"></script>
<script src="http://static.filestackapi.com/v3/filestack-0.5.1.js"></script>
<script>

@@ -28,0 +31,0 @@ const apikey = 'abc';

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