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
179
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 1.14.1 to 1.14.2

2

build/main/index.d.ts

@@ -14,5 +14,5 @@ import { SecurityOptions, getSecurity } from './lib/api/security';

*/
export declare const version = "1.14.1";
export declare const version = "1.14.2";
export * from './lib/api/transform';
export * from './lib/filelink';
export { TransformSchema, SecurityOptions, getSecurity, };

@@ -37,4 +37,4 @@ "use strict";

*/
exports.version = '1.14.1';
exports.version = '1.14.2';
tslib_1.__exportStar(require("./lib/api/transform"), exports);
tslib_1.__exportStar(require("./lib/filelink"), exports);

@@ -28,4 +28,4 @@ "use strict";

var requestWithSource = function (method, url) {
return request[method](url).set('Filestack-Source', 'JS-1.14.1');
return request[method](url).set('Filestack-Source', 'JS-1.14.2');
};
exports.requestWithSource = requestWithSource;

@@ -166,3 +166,3 @@ "use strict";

})(VideoAccessMode = exports.VideoAccessMode || (exports.VideoAccessMode = {}));
var handleRegexp = new RegExp('^([_\\w\\-]+){20}$');
var handleRegexp = /^[\w\-]{20}$/;
/**

@@ -169,0 +169,0 @@ * Class for handling filelinks. For now its supports all filestack transforms.

@@ -14,5 +14,5 @@ import { SecurityOptions, getSecurity } from './lib/api/security';

*/
export declare const version = "1.14.1";
export declare const version = "1.14.2";
export * from './lib/api/transform';
export * from './lib/filelink';
export { TransformSchema, SecurityOptions, getSecurity, };

@@ -32,5 +32,5 @@ /*

*/
export var version = '1.14.1';
export var version = '1.14.2';
export * from './lib/api/transform';
export * from './lib/filelink';
export { TransformSchema, getSecurity, };

@@ -25,4 +25,4 @@ /*

var requestWithSource = function (method, url) {
return request[method](url).set('Filestack-Source', 'JS-1.14.1');
return request[method](url).set('Filestack-Source', 'JS-1.14.2');
};
export { request, requestWithSource };

@@ -164,3 +164,3 @@ /*

})(VideoAccessMode || (VideoAccessMode = {}));
var handleRegexp = new RegExp('^([_\\w\\-]+){20}$');
var handleRegexp = /^[\w\-]{20}$/;
/**

@@ -167,0 +167,0 @@ * Class for handling filelinks. For now its supports all filestack transforms.

@@ -5,2 +5,12 @@ # Change Log

<a name="1.14.2"></a>
## [1.14.2](https://github.com/filestack/filestack-js/compare/v1.14.1...v1.14.2) (2019-02-15)
### Bug Fixes
* **filelink:** Fix regexp for safari browser ([11c46db](https://github.com/filestack/filestack-js/commit/11c46db))
<a name="1.14.1"></a>

@@ -7,0 +17,0 @@ ## [1.14.1](https://github.com/filestack/filestack-js/compare/v1.14.0...v1.14.1) (2019-02-12)

{
"name": "filestack-js",
"version": "1.14.1",
"version": "1.14.2",
"description": "Official JavaScript library for Filestack",

@@ -5,0 +5,0 @@ "main": "build/main/index.js",

@@ -423,3 +423,3 @@ /*

const handleRegexp = new RegExp('^([_\\w\\-]+){20}$');
const handleRegexp = /^[\w\-]{20}$/;

@@ -426,0 +426,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

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 too big to display

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