skyflow-js 1.17.0 → 1.17.1

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,11 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
+ ## [1.17.1] - 2022-06-28
6
+
7
+ ### Added
8
+ - Copyright header to all files
9
+ - Security email in README
5
10
  ## [1.17.0] - 2022-06-21
6
11
 
7
12
  ### Changed
package/README.md CHANGED
@@ -1079,3 +1079,6 @@ cardNumber.setAltText("Card Number");
1079
1079
  //clear altText
1080
1080
  cardNumber.clearAltText();
1081
1081
  ```
1082
+ ## Reporting a Vulnerability
1083
+
1084
+ If you discover a potential security issue in this project, please reach out to us at security@skyflow.com. Please do not create public GitHub issues or Pull Requests, as malicious actors could potentially view them.
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "skyflow-js",
3
3
  "preferGlobal": true,
4
4
  "analyze": false,
5
- "version": "1.17.0",
5
+ "version": "1.17.1",
6
6
  "author": "Skyflow",
7
7
  "description": "Skyflow JavaScript SDK",
8
8
  "homepage": "https://github.com/skyflowapi/skyflow-js",