@sendsafely/sendsafely 2.0.3 → 3.0.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/README.md +2 -2
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -5,9 +5,9 @@ The SendSafely JavaScript API for Node.js lets you integrate SendSafely secure d
|
|
|
5
5
|
|
|
6
6
|
## Requirements
|
|
7
7
|
|
|
8
|
-
- **Node.js**:
|
|
8
|
+
- **Node.js**: v24 or higher *(required starting from SDK v3.0.0)*
|
|
9
9
|
|
|
10
|
-
Please ensure you upgrade to Node
|
|
10
|
+
Please ensure you upgrade to Node v24 to take advantage of the latest features and maintain compatibility with our SDK v3.0.0 and later.
|
|
11
11
|
|
|
12
12
|
## Quickstart
|
|
13
13
|
The example below shows you how to install the package and use it as a CommonJS module.
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sendsafely/sendsafely",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.0.1",
|
|
4
4
|
"main": "./lib/SendSafely.js",
|
|
5
5
|
"engines": {
|
|
6
|
-
"node": ">=
|
|
6
|
+
"node": ">=24.0.0"
|
|
7
7
|
},
|
|
8
8
|
"scripts": {
|
|
9
9
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
"dependencies": {
|
|
15
15
|
"jquery": "^3.4.1",
|
|
16
16
|
"jsdom": "^26.0.0",
|
|
17
|
-
"make-fetch-happen": "^
|
|
18
|
-
"openpgp": "6.
|
|
17
|
+
"make-fetch-happen": "^14.0.3",
|
|
18
|
+
"openpgp": "6.3.0",
|
|
19
19
|
"sjcl": "1.0.8",
|
|
20
20
|
"xmlhttprequest": "^1.8.0"
|
|
21
21
|
},
|