@solongate/guard-linux-arm64 0.83.30 → 0.83.32
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 +5 -9
- package/package.json +8 -10
- package/solongate-guard +0 -0
- package/solongate +0 -0
package/README.md
CHANGED
|
@@ -1,13 +1,9 @@
|
|
|
1
1
|
# @solongate/guard-linux-arm64
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
The SolonGate guard, compiled for linux arm64.
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
reason to depend on it directly, and nothing in it to import: it contains two
|
|
8
|
-
executables and this file.
|
|
5
|
+
You do not install this yourself. `@solongate/proxy` lists it as an
|
|
6
|
+
optional dependency and npm picks the one matching your machine.
|
|
9
7
|
|
|
10
|
-
If
|
|
11
|
-
|
|
12
|
-
implementation, which enforces the same policy more slowly. A missing binary
|
|
13
|
-
costs speed and never protection.
|
|
8
|
+
If it fails to install, nothing breaks: the guard falls back to its Node
|
|
9
|
+
implementation, which is slower and enforces exactly the same policy.
|
package/package.json
CHANGED
|
@@ -1,12 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@solongate/guard-linux-arm64",
|
|
3
|
-
"version": "0.83.
|
|
4
|
-
"description": "SolonGate guard
|
|
5
|
-
"license": "MIT",
|
|
6
|
-
"repository": {
|
|
7
|
-
"type": "git",
|
|
8
|
-
"url": "https://github.com/solongate/solongate"
|
|
9
|
-
},
|
|
3
|
+
"version": "0.83.32",
|
|
4
|
+
"description": "SolonGate guard binary for linux arm64",
|
|
10
5
|
"os": [
|
|
11
6
|
"linux"
|
|
12
7
|
],
|
|
@@ -14,8 +9,11 @@
|
|
|
14
9
|
"arm64"
|
|
15
10
|
],
|
|
16
11
|
"files": [
|
|
17
|
-
"solongate-guard"
|
|
18
|
-
"solongate"
|
|
12
|
+
"solongate-guard"
|
|
19
13
|
],
|
|
20
|
-
"
|
|
14
|
+
"license": "SEE LICENSE IN LICENSE",
|
|
15
|
+
"repository": {
|
|
16
|
+
"type": "git",
|
|
17
|
+
"url": "git+https://github.com/codeyevsky/solongate.git"
|
|
18
|
+
}
|
|
21
19
|
}
|
package/solongate-guard
CHANGED
|
Binary file
|
package/solongate
DELETED
|
Binary file
|