skyflow-js 2.2.2 → 2.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,26 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
+ ## [2.2.3] - 2025-05-08
6
+ ### Added
7
+ - Add overloading method signatures for container initialisation.
8
+
9
+ ## [2.2.2] - 2025-04-22
10
+ ### Added
11
+ - Add boolean value in options to add validation check for blocking empty files.
12
+
13
+ ## [2.2.1] - 2025-04-08
14
+ ### Added
15
+ - Validation check for blocking 0 byte size files.
16
+
17
+ ## [2.2.0] - 2025-04-08
18
+ ### Added
19
+ - Masking support for collect elements.
20
+
21
+ ## [2.1.3-beta.1] - 2025-04-08
22
+ ### Added
23
+ - Iframe refactoring
24
+
5
25
  ## [2.1.3] - 2025-04-07
6
26
  ### Added
7
27
  - Flexibility to display the desired card brand scheme for card brand choice.
package/README.md CHANGED
@@ -7,6 +7,10 @@ Skyflow’s JavaScript SDK can be used to securely collect, tokenize, and reveal
7
7
  [![GitHub release](https://img.shields.io/github/v/release/skyflowapi/skyflow-js.svg)](https://www.npmjs.com/package/skyflow-js)
8
8
  [![License](https://img.shields.io/github/license/skyflowapi/skyflow-android)](https://github.com/skyflowapi/skyflow-js/blob/main/LICENSE)
9
9
 
10
+ ## Browsers support
11
+
12
+ | <img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/edge/edge_48x48.png" alt="IE / Edge" width="34px" height="34px" /><br/> IE / Edge | <img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/firefox/firefox_48x48.png" alt="Firefox" width="34px" height="34px" /><br/>Firefox | <img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/chrome/chrome_48x48.png" alt="Chrome" width="34px" height="34px" /><br/>Chrome | <img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/safari/safari_48x48.png" alt="Safari" width="34px" height="34px" /><br/>Safari
13
+ |--------------------------------------------------------------------------------------------------------------------------------------------------------------| --------- | --------- |-------------------------------------------------------------------------------------------------------------------------------------------------------|
10
14
  # Table of Contents
11
15
  - [**Including Skyflow.js**](#including-skyflowjs)
12
16
  - [**Initializing Skyflow.js**](#initializing-skyflowjs)