@floegence/flowersec-core 3.2.1 → 4.0.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/README.md +57 -200
- package/THIRD_PARTY_NOTICES.md +11 -11
- package/dist/browser/index.d.ts +0 -5
- package/dist/browser/index.js +0 -3
- package/dist/cli.js +93 -64
- package/dist/facade.d.ts +0 -17
- package/dist/facade.js +0 -11
- package/dist/generated/unicode151.d.ts +2 -0
- package/dist/generated/unicode151.js +83 -0
- package/dist/interop/proxyServerPeer.js +34 -20
- package/dist/interop/serverParityPeer.js +11 -252
- package/dist/node/acceptor.d.ts +1 -57
- package/dist/node/acceptor.js +3 -420
- package/dist/node/acceptorV3.js +2 -2
- package/dist/node/connectSessionV3.js +2 -2
- package/dist/node/index.d.ts +2 -17
- package/dist/node/index.js +1 -9
- package/dist/node/nativeTransportAddon.d.ts +7 -36
- package/dist/node/nativeTransportAddon.js +7 -27
- package/dist/node/proxyServer.d.ts +2 -2
- package/dist/node/proxyServer.js +2 -2
- package/dist/node/rawQuicAdapterV3.d.ts +2 -2
- package/dist/node/rawQuicAdapterV3.js +1 -1
- package/dist/node/rawQuicServerV3.d.ts +2 -2
- package/dist/node/rawQuicServerV3.js +1 -1
- package/dist/node/rawQuicTls.d.ts +2 -0
- package/dist/node/{rawQuicAdapter.js → rawQuicTls.js} +30 -45
- package/dist/node/tunnelRuntimeV3.js +2 -2
- package/dist/proxy/integration.d.ts +5 -5
- package/dist/proxy/integration.js +2 -2
- package/dist/public/streamHandlers.d.ts +0 -3
- package/dist/public/streamHandlers.js +2 -4
- package/dist/public/streamMetadata.js +2 -2
- package/dist/runtime/errors.d.ts +2 -2
- package/dist/testSupport/tlsFixture.d.ts +2 -0
- package/dist/testSupport/tlsFixture.js +8 -0
- package/dist/utils/errors.d.ts +0 -2
- package/dist/utils/errors.js +0 -80
- package/dist/v3/artifact.js +17 -3
- package/dist/v3/carrier.d.ts +2 -2
- package/dist/v3/protocol.js +2 -103
- package/dist/v3/retryDisposition.d.ts +2 -2
- package/dist/v3/retryDisposition.js +0 -7
- package/dist/vendor/tr46.d.ts +4 -0
- package/dist/vendor/tr46.js +37 -32
- package/package.json +19 -17
- package/sbom/cyclonedx.json +62 -62
- package/sbom/spdx.json +65 -65
- package/dist/browser/connectSession.d.ts +0 -13
- package/dist/browser/connectSession.js +0 -40
- package/dist/browser/runtimeCapability.d.ts +0 -13
- package/dist/browser/runtimeCapability.js +0 -27
- package/dist/browser/sessionRuntime.d.ts +0 -2
- package/dist/browser/sessionRuntime.js +0 -21
- package/dist/browser/v2.d.ts +0 -3
- package/dist/browser/v2.js +0 -2
- package/dist/browser/webTransportClient.d.ts +0 -8
- package/dist/browser/webTransportClient.js +0 -55
- package/dist/connectionController.d.ts +0 -55
- package/dist/connectionController.js +0 -441
- package/dist/connector/adapters/rawQuicCandidate.d.ts +0 -5
- package/dist/connector/adapters/rawQuicCandidate.js +0 -71
- package/dist/connector/adapters/webSocketCandidate.d.ts +0 -7
- package/dist/connector/adapters/webSocketCandidate.js +0 -116
- package/dist/connector/adapters/webTransportCandidate.d.ts +0 -5
- package/dist/connector/adapters/webTransportCandidate.js +0 -73
- package/dist/connector/admissionCommit.d.ts +0 -31
- package/dist/connector/admissionCommit.js +0 -239
- package/dist/connector/sessionAcceptor.d.ts +0 -38
- package/dist/connector/sessionAcceptor.js +0 -158
- package/dist/connector/sessionConfig.d.ts +0 -3
- package/dist/connector/sessionConfig.js +0 -30
- package/dist/connector/sessionConnector.d.ts +0 -47
- package/dist/connector/sessionConnector.js +0 -606
- package/dist/node/connectSession.d.ts +0 -23
- package/dist/node/connectSession.js +0 -93
- package/dist/node/controlplane.d.ts +0 -137
- package/dist/node/controlplane.js +0 -443
- package/dist/node/rawQuicAdapter.d.ts +0 -9
- package/dist/node/rawQuicServer.d.ts +0 -24
- package/dist/node/rawQuicServer.js +0 -37
- package/dist/node/runtimeCapability.d.ts +0 -14
- package/dist/node/runtimeCapability.js +0 -24
- package/dist/node/sessionRuntime.d.ts +0 -2
- package/dist/node/sessionRuntime.js +0 -13
- package/dist/node/tunnelRuntime.d.ts +0 -42
- package/dist/node/tunnelRuntime.js +0 -559
- package/dist/node/v2.d.ts +0 -11
- package/dist/node/v2.js +0 -6
- package/dist/node/webSocketServer.d.ts +0 -24
- package/dist/node/webSocketServer.js +0 -135
- package/dist/public/artifact.d.ts +0 -11
- package/dist/public/artifact.js +0 -44
- package/dist/public/artifactLease.d.ts +0 -10
- package/dist/public/artifactLease.js +0 -41
- package/dist/public/connectError.d.ts +0 -6
- package/dist/public/connectError.js +0 -9
- package/dist/transport/webSocketAdapter.d.ts +0 -31
- package/dist/transport/webSocketAdapter.js +0 -370
- package/dist/transport/webTransportAdapter.d.ts +0 -27
- package/dist/transport/webTransportAdapter.js +0 -534
- package/dist/v2/admissionError.d.ts +0 -4
- package/dist/v2/admissionError.js +0 -8
- package/dist/v2/artifact.d.ts +0 -128
- package/dist/v2/artifact.js +0 -1131
- package/dist/v2/artifactLease.d.ts +0 -1
- package/dist/v2/artifactLease.js +0 -7
- package/dist/v2/capability.d.ts +0 -29
- package/dist/v2/capability.js +0 -190
- package/dist/v2/carrier.d.ts +0 -84
- package/dist/v2/carrier.js +0 -411
- package/dist/v2/contract.d.ts +0 -46
- package/dist/v2/contract.js +0 -1
- package/dist/v2/handshake.d.ts +0 -80
- package/dist/v2/handshake.js +0 -470
- package/dist/v2/index.d.ts +0 -14
- package/dist/v2/index.js +0 -7
- package/dist/v2/opaqueArtifact.d.ts +0 -1
- package/dist/v2/opaqueArtifact.js +0 -2
- package/dist/v2/protocol.d.ts +0 -99
- package/dist/v2/protocol.js +0 -737
- package/dist/v2/publicSession.d.ts +0 -1
- package/dist/v2/publicSession.js +0 -281
- package/dist/v2/retryDisposition.d.ts +0 -16
- package/dist/v2/retryDisposition.js +0 -30
- package/dist/v2/session.d.ts +0 -310
- package/dist/v2/session.js +0 -2127
- package/dist/v2/streamLifetimeLedger.d.ts +0 -31
- package/dist/v2/streamLifetimeLedger.js +0 -131
- package/dist/v2/streamMetadata.d.ts +0 -1
- package/dist/v2/streamMetadata.js +0 -7
- package/dist/v2/unreliableMessage.d.ts +0 -43
- package/dist/v2/unreliableMessage.js +0 -254
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@floegence/flowersec-core",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "4.0.0",
|
|
4
4
|
"description": "Flowersec core TypeScript library for carrier-neutral encrypted sessions and multiplexed streams.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
}
|
|
47
47
|
},
|
|
48
48
|
"engines": {
|
|
49
|
-
"node": ">=20.
|
|
49
|
+
"node": ">=24.20.0"
|
|
50
50
|
},
|
|
51
51
|
"overrides": {
|
|
52
52
|
"js-yaml": "^4.3.0",
|
|
@@ -64,36 +64,38 @@
|
|
|
64
64
|
"ensure:browser:firefox": "node ./scripts/ensure-playwright-browsers.mjs firefox",
|
|
65
65
|
"ensure:browser:webkit": "node ./scripts/ensure-playwright-browsers.mjs webkit",
|
|
66
66
|
"test:coverage": "npm run build && node ../scripts/server-parity-native-addon.mjs --test-coverage",
|
|
67
|
+
"typecheck:native-integration": "tsc -p tsconfig.native-integration.json",
|
|
67
68
|
"lint": "eslint .",
|
|
68
69
|
"verify:package": "node ./scripts/verify-package-exports.mjs",
|
|
69
70
|
"prepack": "npm run build",
|
|
70
71
|
"prepublishOnly": "npm run build && npm run verify:package"
|
|
71
72
|
},
|
|
72
73
|
"dependencies": {
|
|
73
|
-
"@noble/ciphers": "
|
|
74
|
-
"@noble/curves": "
|
|
75
|
-
"@noble/hashes": "
|
|
76
|
-
"tr46": "
|
|
77
|
-
"ws": "
|
|
74
|
+
"@noble/ciphers": "2.4.0",
|
|
75
|
+
"@noble/curves": "2.4.0",
|
|
76
|
+
"@noble/hashes": "2.4.0",
|
|
77
|
+
"tr46": "6.0.0",
|
|
78
|
+
"ws": "8.21.2"
|
|
78
79
|
},
|
|
79
80
|
"devDependencies": {
|
|
80
81
|
"@playwright/test": "1.62.1",
|
|
81
|
-
"@
|
|
82
|
-
"
|
|
83
|
-
"@
|
|
84
|
-
"@
|
|
82
|
+
"@typescript/native": "npm:typescript@7.0.2",
|
|
83
|
+
"typescript": "npm:@typescript/typescript6@6.0.2",
|
|
84
|
+
"@types/node": "26.4.0",
|
|
85
|
+
"@types/ws": "8.5.12",
|
|
86
|
+
"@typescript-eslint/eslint-plugin": "8.68.0",
|
|
87
|
+
"@typescript-eslint/parser": "8.68.0",
|
|
85
88
|
"@vitest/coverage-v8": "4.1.11",
|
|
86
89
|
"ajv": "8.20.0",
|
|
87
90
|
"ajv-formats": "3.0.1",
|
|
88
91
|
"ajv-formats-draft2019": "1.6.1",
|
|
89
|
-
"eslint": "
|
|
90
|
-
"tsx": "4.23.
|
|
91
|
-
"
|
|
92
|
-
"vite": "^8.2.1",
|
|
92
|
+
"eslint": "10.9.1",
|
|
93
|
+
"tsx": "4.23.13",
|
|
94
|
+
"vite": "8.2.1",
|
|
93
95
|
"vitest": "4.1.11"
|
|
94
96
|
},
|
|
95
97
|
"optionalDependencies": {
|
|
96
|
-
"@floegence/flowersec-node-native": "
|
|
98
|
+
"@floegence/flowersec-node-native": "4.0.0"
|
|
97
99
|
},
|
|
98
|
-
"flowersecSourceCommit": "
|
|
100
|
+
"flowersecSourceCommit": "fee2992682713833f6d8ee1139a567e29446dd12"
|
|
99
101
|
}
|
package/sbom/cyclonedx.json
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"bomFormat": "CycloneDX",
|
|
3
3
|
"specVersion": "1.5",
|
|
4
|
-
"serialNumber": "urn:uuid:
|
|
4
|
+
"serialNumber": "urn:uuid:875836f8-913d-539a-8e3d-fdd8957a4018",
|
|
5
5
|
"version": 1,
|
|
6
6
|
"metadata": {
|
|
7
7
|
"component": {
|
|
8
8
|
"type": "library",
|
|
9
9
|
"name": "@floegence/flowersec-core",
|
|
10
|
-
"version": "
|
|
11
|
-
"purl": "pkg:npm/%40floegence/flowersec-core@
|
|
12
|
-
"bom-ref": "pkg:npm/%40floegence/flowersec-core@
|
|
10
|
+
"version": "4.0.0",
|
|
11
|
+
"purl": "pkg:npm/%40floegence/flowersec-core@4.0.0",
|
|
12
|
+
"bom-ref": "pkg:npm/%40floegence/flowersec-core@4.0.0"
|
|
13
13
|
},
|
|
14
14
|
"properties": [
|
|
15
15
|
{
|
|
16
16
|
"name": "flowersec:source-inventory-sha256",
|
|
17
|
-
"value": "
|
|
17
|
+
"value": "3a2d59d3f7676d053eafa979e8e2ba785a5a54cff487e70ed584fb34f4caf372"
|
|
18
18
|
}
|
|
19
19
|
]
|
|
20
20
|
},
|
|
@@ -22,9 +22,9 @@
|
|
|
22
22
|
{
|
|
23
23
|
"type": "library",
|
|
24
24
|
"name": "@floegence/flowersec-node-native",
|
|
25
|
-
"version": "
|
|
26
|
-
"purl": "pkg:npm/%40floegence/flowersec-node-native@
|
|
27
|
-
"bom-ref": "pkg:npm/%40floegence/flowersec-node-native@
|
|
25
|
+
"version": "4.0.0",
|
|
26
|
+
"purl": "pkg:npm/%40floegence/flowersec-node-native@4.0.0",
|
|
27
|
+
"bom-ref": "pkg:npm/%40floegence/flowersec-node-native@4.0.0",
|
|
28
28
|
"licenses": [
|
|
29
29
|
{
|
|
30
30
|
"expression": "MIT"
|
|
@@ -50,9 +50,9 @@
|
|
|
50
50
|
{
|
|
51
51
|
"type": "library",
|
|
52
52
|
"name": "@floegence/flowersec-node-native-darwin-arm64",
|
|
53
|
-
"version": "
|
|
54
|
-
"purl": "pkg:npm/%40floegence/flowersec-node-native-darwin-arm64@
|
|
55
|
-
"bom-ref": "pkg:npm/%40floegence/flowersec-node-native-darwin-arm64@
|
|
53
|
+
"version": "4.0.0",
|
|
54
|
+
"purl": "pkg:npm/%40floegence/flowersec-node-native-darwin-arm64@4.0.0",
|
|
55
|
+
"bom-ref": "pkg:npm/%40floegence/flowersec-node-native-darwin-arm64@4.0.0",
|
|
56
56
|
"licenses": [
|
|
57
57
|
{
|
|
58
58
|
"expression": "MIT"
|
|
@@ -78,9 +78,9 @@
|
|
|
78
78
|
{
|
|
79
79
|
"type": "library",
|
|
80
80
|
"name": "@floegence/flowersec-node-native-darwin-x64",
|
|
81
|
-
"version": "
|
|
82
|
-
"purl": "pkg:npm/%40floegence/flowersec-node-native-darwin-x64@
|
|
83
|
-
"bom-ref": "pkg:npm/%40floegence/flowersec-node-native-darwin-x64@
|
|
81
|
+
"version": "4.0.0",
|
|
82
|
+
"purl": "pkg:npm/%40floegence/flowersec-node-native-darwin-x64@4.0.0",
|
|
83
|
+
"bom-ref": "pkg:npm/%40floegence/flowersec-node-native-darwin-x64@4.0.0",
|
|
84
84
|
"licenses": [
|
|
85
85
|
{
|
|
86
86
|
"expression": "MIT"
|
|
@@ -106,9 +106,9 @@
|
|
|
106
106
|
{
|
|
107
107
|
"type": "library",
|
|
108
108
|
"name": "@floegence/flowersec-node-native-linux-arm64-gnu",
|
|
109
|
-
"version": "
|
|
110
|
-
"purl": "pkg:npm/%40floegence/flowersec-node-native-linux-arm64-gnu@
|
|
111
|
-
"bom-ref": "pkg:npm/%40floegence/flowersec-node-native-linux-arm64-gnu@
|
|
109
|
+
"version": "4.0.0",
|
|
110
|
+
"purl": "pkg:npm/%40floegence/flowersec-node-native-linux-arm64-gnu@4.0.0",
|
|
111
|
+
"bom-ref": "pkg:npm/%40floegence/flowersec-node-native-linux-arm64-gnu@4.0.0",
|
|
112
112
|
"licenses": [
|
|
113
113
|
{
|
|
114
114
|
"expression": "MIT"
|
|
@@ -134,9 +134,9 @@
|
|
|
134
134
|
{
|
|
135
135
|
"type": "library",
|
|
136
136
|
"name": "@floegence/flowersec-node-native-linux-x64-gnu",
|
|
137
|
-
"version": "
|
|
138
|
-
"purl": "pkg:npm/%40floegence/flowersec-node-native-linux-x64-gnu@
|
|
139
|
-
"bom-ref": "pkg:npm/%40floegence/flowersec-node-native-linux-x64-gnu@
|
|
137
|
+
"version": "4.0.0",
|
|
138
|
+
"purl": "pkg:npm/%40floegence/flowersec-node-native-linux-x64-gnu@4.0.0",
|
|
139
|
+
"bom-ref": "pkg:npm/%40floegence/flowersec-node-native-linux-x64-gnu@4.0.0",
|
|
140
140
|
"licenses": [
|
|
141
141
|
{
|
|
142
142
|
"expression": "MIT"
|
|
@@ -162,9 +162,9 @@
|
|
|
162
162
|
{
|
|
163
163
|
"type": "library",
|
|
164
164
|
"name": "@noble/ciphers",
|
|
165
|
-
"version": "2.
|
|
166
|
-
"purl": "pkg:npm/%40noble/ciphers@2.
|
|
167
|
-
"bom-ref": "pkg:npm/%40noble/ciphers@2.
|
|
165
|
+
"version": "2.4.0",
|
|
166
|
+
"purl": "pkg:npm/%40noble/ciphers@2.4.0",
|
|
167
|
+
"bom-ref": "pkg:npm/%40noble/ciphers@2.4.0",
|
|
168
168
|
"licenses": [
|
|
169
169
|
{
|
|
170
170
|
"expression": "MIT"
|
|
@@ -173,7 +173,7 @@
|
|
|
173
173
|
"externalReferences": [
|
|
174
174
|
{
|
|
175
175
|
"type": "distribution",
|
|
176
|
-
"url": "https://registry.npmjs.org/@noble/ciphers/-/ciphers-2.
|
|
176
|
+
"url": "https://registry.npmjs.org/@noble/ciphers/-/ciphers-2.4.0.tgz"
|
|
177
177
|
}
|
|
178
178
|
],
|
|
179
179
|
"properties": [
|
|
@@ -190,9 +190,9 @@
|
|
|
190
190
|
{
|
|
191
191
|
"type": "library",
|
|
192
192
|
"name": "@noble/curves",
|
|
193
|
-
"version": "2.
|
|
194
|
-
"purl": "pkg:npm/%40noble/curves@2.
|
|
195
|
-
"bom-ref": "pkg:npm/%40noble/curves@2.
|
|
193
|
+
"version": "2.4.0",
|
|
194
|
+
"purl": "pkg:npm/%40noble/curves@2.4.0",
|
|
195
|
+
"bom-ref": "pkg:npm/%40noble/curves@2.4.0",
|
|
196
196
|
"licenses": [
|
|
197
197
|
{
|
|
198
198
|
"expression": "MIT"
|
|
@@ -201,7 +201,7 @@
|
|
|
201
201
|
"externalReferences": [
|
|
202
202
|
{
|
|
203
203
|
"type": "distribution",
|
|
204
|
-
"url": "https://registry.npmjs.org/@noble/curves/-/curves-2.
|
|
204
|
+
"url": "https://registry.npmjs.org/@noble/curves/-/curves-2.4.0.tgz"
|
|
205
205
|
}
|
|
206
206
|
],
|
|
207
207
|
"properties": [
|
|
@@ -218,9 +218,9 @@
|
|
|
218
218
|
{
|
|
219
219
|
"type": "library",
|
|
220
220
|
"name": "@noble/hashes",
|
|
221
|
-
"version": "2.
|
|
222
|
-
"purl": "pkg:npm/%40noble/hashes@2.
|
|
223
|
-
"bom-ref": "pkg:npm/%40noble/hashes@2.
|
|
221
|
+
"version": "2.4.0",
|
|
222
|
+
"purl": "pkg:npm/%40noble/hashes@2.4.0",
|
|
223
|
+
"bom-ref": "pkg:npm/%40noble/hashes@2.4.0",
|
|
224
224
|
"licenses": [
|
|
225
225
|
{
|
|
226
226
|
"expression": "MIT"
|
|
@@ -229,7 +229,7 @@
|
|
|
229
229
|
"externalReferences": [
|
|
230
230
|
{
|
|
231
231
|
"type": "distribution",
|
|
232
|
-
"url": "https://registry.npmjs.org/@noble/hashes/-/hashes-2.
|
|
232
|
+
"url": "https://registry.npmjs.org/@noble/hashes/-/hashes-2.4.0.tgz"
|
|
233
233
|
}
|
|
234
234
|
],
|
|
235
235
|
"properties": [
|
|
@@ -274,9 +274,9 @@
|
|
|
274
274
|
{
|
|
275
275
|
"type": "library",
|
|
276
276
|
"name": "tr46",
|
|
277
|
-
"version": "
|
|
278
|
-
"purl": "pkg:npm/tr46@
|
|
279
|
-
"bom-ref": "pkg:npm/tr46@
|
|
277
|
+
"version": "6.0.0",
|
|
278
|
+
"purl": "pkg:npm/tr46@6.0.0",
|
|
279
|
+
"bom-ref": "pkg:npm/tr46@6.0.0",
|
|
280
280
|
"licenses": [
|
|
281
281
|
{
|
|
282
282
|
"expression": "MIT"
|
|
@@ -285,7 +285,7 @@
|
|
|
285
285
|
"externalReferences": [
|
|
286
286
|
{
|
|
287
287
|
"type": "distribution",
|
|
288
|
-
"url": "https://registry.npmjs.org/tr46/-/tr46-
|
|
288
|
+
"url": "https://registry.npmjs.org/tr46/-/tr46-6.0.0.tgz"
|
|
289
289
|
}
|
|
290
290
|
],
|
|
291
291
|
"properties": [
|
|
@@ -302,9 +302,9 @@
|
|
|
302
302
|
{
|
|
303
303
|
"type": "library",
|
|
304
304
|
"name": "ws",
|
|
305
|
-
"version": "8.21.
|
|
306
|
-
"purl": "pkg:npm/ws@8.21.
|
|
307
|
-
"bom-ref": "pkg:npm/ws@8.21.
|
|
305
|
+
"version": "8.21.2",
|
|
306
|
+
"purl": "pkg:npm/ws@8.21.2",
|
|
307
|
+
"bom-ref": "pkg:npm/ws@8.21.2",
|
|
308
308
|
"licenses": [
|
|
309
309
|
{
|
|
310
310
|
"expression": "MIT"
|
|
@@ -313,7 +313,7 @@
|
|
|
313
313
|
"externalReferences": [
|
|
314
314
|
{
|
|
315
315
|
"type": "distribution",
|
|
316
|
-
"url": "https://registry.npmjs.org/ws/-/ws-8.21.
|
|
316
|
+
"url": "https://registry.npmjs.org/ws/-/ws-8.21.2.tgz"
|
|
317
317
|
}
|
|
318
318
|
],
|
|
319
319
|
"properties": [
|
|
@@ -330,53 +330,53 @@
|
|
|
330
330
|
],
|
|
331
331
|
"dependencies": [
|
|
332
332
|
{
|
|
333
|
-
"ref": "pkg:npm/%40floegence/flowersec-core@
|
|
333
|
+
"ref": "pkg:npm/%40floegence/flowersec-core@4.0.0",
|
|
334
334
|
"dependsOn": [
|
|
335
|
-
"pkg:npm/%40floegence/flowersec-node-native@
|
|
336
|
-
"pkg:npm/%40noble/ciphers@2.
|
|
337
|
-
"pkg:npm/%40noble/curves@2.
|
|
338
|
-
"pkg:npm/%40noble/hashes@2.
|
|
339
|
-
"pkg:npm/tr46@
|
|
340
|
-
"pkg:npm/ws@8.21.
|
|
335
|
+
"pkg:npm/%40floegence/flowersec-node-native@4.0.0",
|
|
336
|
+
"pkg:npm/%40noble/ciphers@2.4.0",
|
|
337
|
+
"pkg:npm/%40noble/curves@2.4.0",
|
|
338
|
+
"pkg:npm/%40noble/hashes@2.4.0",
|
|
339
|
+
"pkg:npm/tr46@6.0.0",
|
|
340
|
+
"pkg:npm/ws@8.21.2"
|
|
341
341
|
]
|
|
342
342
|
},
|
|
343
343
|
{
|
|
344
|
-
"ref": "pkg:npm/%40floegence/flowersec-node-native@
|
|
344
|
+
"ref": "pkg:npm/%40floegence/flowersec-node-native@4.0.0",
|
|
345
345
|
"dependsOn": [
|
|
346
|
-
"pkg:npm/%40floegence/flowersec-node-native-darwin-arm64@
|
|
347
|
-
"pkg:npm/%40floegence/flowersec-node-native-darwin-x64@
|
|
348
|
-
"pkg:npm/%40floegence/flowersec-node-native-linux-arm64-gnu@
|
|
349
|
-
"pkg:npm/%40floegence/flowersec-node-native-linux-x64-gnu@
|
|
346
|
+
"pkg:npm/%40floegence/flowersec-node-native-darwin-arm64@4.0.0",
|
|
347
|
+
"pkg:npm/%40floegence/flowersec-node-native-darwin-x64@4.0.0",
|
|
348
|
+
"pkg:npm/%40floegence/flowersec-node-native-linux-arm64-gnu@4.0.0",
|
|
349
|
+
"pkg:npm/%40floegence/flowersec-node-native-linux-x64-gnu@4.0.0"
|
|
350
350
|
]
|
|
351
351
|
},
|
|
352
352
|
{
|
|
353
|
-
"ref": "pkg:npm/%40floegence/flowersec-node-native-darwin-arm64@
|
|
353
|
+
"ref": "pkg:npm/%40floegence/flowersec-node-native-darwin-arm64@4.0.0",
|
|
354
354
|
"dependsOn": []
|
|
355
355
|
},
|
|
356
356
|
{
|
|
357
|
-
"ref": "pkg:npm/%40floegence/flowersec-node-native-darwin-x64@
|
|
357
|
+
"ref": "pkg:npm/%40floegence/flowersec-node-native-darwin-x64@4.0.0",
|
|
358
358
|
"dependsOn": []
|
|
359
359
|
},
|
|
360
360
|
{
|
|
361
|
-
"ref": "pkg:npm/%40floegence/flowersec-node-native-linux-arm64-gnu@
|
|
361
|
+
"ref": "pkg:npm/%40floegence/flowersec-node-native-linux-arm64-gnu@4.0.0",
|
|
362
362
|
"dependsOn": []
|
|
363
363
|
},
|
|
364
364
|
{
|
|
365
|
-
"ref": "pkg:npm/%40floegence/flowersec-node-native-linux-x64-gnu@
|
|
365
|
+
"ref": "pkg:npm/%40floegence/flowersec-node-native-linux-x64-gnu@4.0.0",
|
|
366
366
|
"dependsOn": []
|
|
367
367
|
},
|
|
368
368
|
{
|
|
369
|
-
"ref": "pkg:npm/%40noble/ciphers@2.
|
|
369
|
+
"ref": "pkg:npm/%40noble/ciphers@2.4.0",
|
|
370
370
|
"dependsOn": []
|
|
371
371
|
},
|
|
372
372
|
{
|
|
373
|
-
"ref": "pkg:npm/%40noble/curves@2.
|
|
373
|
+
"ref": "pkg:npm/%40noble/curves@2.4.0",
|
|
374
374
|
"dependsOn": [
|
|
375
|
-
"pkg:npm/%40noble/hashes@2.
|
|
375
|
+
"pkg:npm/%40noble/hashes@2.4.0"
|
|
376
376
|
]
|
|
377
377
|
},
|
|
378
378
|
{
|
|
379
|
-
"ref": "pkg:npm/%40noble/hashes@2.
|
|
379
|
+
"ref": "pkg:npm/%40noble/hashes@2.4.0",
|
|
380
380
|
"dependsOn": []
|
|
381
381
|
},
|
|
382
382
|
{
|
|
@@ -384,13 +384,13 @@
|
|
|
384
384
|
"dependsOn": []
|
|
385
385
|
},
|
|
386
386
|
{
|
|
387
|
-
"ref": "pkg:npm/tr46@
|
|
387
|
+
"ref": "pkg:npm/tr46@6.0.0",
|
|
388
388
|
"dependsOn": [
|
|
389
389
|
"pkg:npm/punycode@2.3.1"
|
|
390
390
|
]
|
|
391
391
|
},
|
|
392
392
|
{
|
|
393
|
-
"ref": "pkg:npm/ws@8.21.
|
|
393
|
+
"ref": "pkg:npm/ws@8.21.2",
|
|
394
394
|
"dependsOn": []
|
|
395
395
|
}
|
|
396
396
|
]
|