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.1.12 to 0.2.0

3

CHANGELOG.md
# filestack-js changelog
## 0.2.0 (2017-03-06)
- Change picker dependency to npm tarball
## 0.1.12 (2017-03-02)

@@ -4,0 +7,0 @@ - Bump picker to 0.2.12

6

lib/api.js
import apiClient from 'api-client';
import logger from 'logger';
import pick from './pick';
import picker from 'picker';

@@ -19,4 +19,4 @@ export default (apikey, security, moduleOverrides = {}) => {

return {
pick(config) {
return pick(client, config, moduleOverrides);
pick(options) {
return picker(client, options);
},

@@ -23,0 +23,0 @@ storeURL(url, options) {

import 'core-js/fn/object/assign';
import api from './api';
const init = (apikey, config) => {
return api(apikey, config);
const init = (apikey, security) => {
return api(apikey, security);
};

@@ -7,0 +7,0 @@

{
"name": "filestack-js",
"version": "0.1.12",
"version": "0.2.0",
"description": "Official browser client for Filestack",

@@ -27,6 +27,5 @@ "author": "Filestack",

"api-client": "http://static.filestackapi.com/packages/api-client/api-client-0.2.1.tar.gz",
"loader": "http://static.filestackapi.com/packages/loader/loader-2.0.2.tar.gz",
"picker": "http://static.filestackapi.com/packages/picker/picker-0.2.14.tar.gz",
"logger": "http://static.filestackapi.com/packages/logger/logger-1.3.3.tar.gz"
},
"pickerVersion": "0.2.12",
"devDependencies": {

@@ -33,0 +32,0 @@ "babel-plugin-external-helpers": "^6.22.0",

@@ -124,3 +124,3 @@ filestack-js

- .location <code>string</code> <code> = &quot;s3&quot;</code> - One of `s3`, `gcs`, `rackspace`, `azure`, `dropbox`.
- .region <code>string</code> - Valid S3 region for the selected S3 bucket. (S3 only).
- [.region] <code>string</code> - Valid S3 region for the selected S3 bucket. (S3 only).
- .container <code>string</code>

@@ -395,7 +395,7 @@ - .path <code>string</code>

- [storeOptions] <code>object</code> - Configure where the file is stored.
- [.location] <code>string</code> - Valid options are: `s3`, `gcs`, `dropbox`, `azure`, `rackspace`.
- .location <code>string</code> - Valid options are: `s3`, `gcs`, `dropbox`, `azure`, `rackspace`.
- [.region] <code>string</code> - Valid S3 region for the selected S3 bucket.
- [.container] <code>string</code> - Name of the storage container.
- [.path] <code>string</code> - Path where the file will be stored. A trailing slash will put the file in that folder path.
- [.access] <code>string</code> - Valid options are `private` or `public`.
- .container <code>string</code> - Name of the storage container.
- .path <code>string</code> - Path where the file will be stored. A trailing slash will put the file in that folder path.
- .access <code>string</code> - Valid options are `private` or `public`.

@@ -402,0 +402,0 @@ **Example**

@@ -42,3 +42,2 @@ /* eslint-disable no-console */

VERSION: manifest.version,
PICKER_VERSION: manifest.pickerVersion,
},

@@ -45,0 +44,0 @@ }),

@@ -50,3 +50,2 @@ /* eslint-disable no-console */

VERSION: manifest.version,
PICKER_VERSION: manifest.pickerVersion,
},

@@ -53,0 +52,0 @@ }),

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