filestack-js
Advanced tools
Comparing version 1.14.1 to 1.14.2
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
67362
0
5351871
222