@floegence/flowersec-core 2.3.7 → 2.3.9

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 CHANGED
@@ -49,11 +49,15 @@ A negotiated `Session.unreliableMessages` channel sends defensively copied `Uint
49
49
 
50
50
  ## Supported Connections
51
51
 
52
- Browsers support WebSocket and native WebTransport connections. Through
52
+ Browsers support WebSocket. Browser WebTransport is capability-dependent on
53
+ the browser's WebTransport API and is an optional browser adapter, not a
54
+ required native-server carrier. Through
53
55
  `/node`, Node.js supports WebSocket and raw QUIC client connections, direct
54
56
  server sessions, and opaque `TunnelRuntime` relay legs. Raw QUIC uses the
55
- Flowersec-owned optional native addon and prebuilt platform package; it never
56
- loads from the browser entrypoint. The same Node entrypoint provides the
57
+ Flowersec-owned optional native addon wrapper and one of its supported
58
+ prebuilt platform packages; it never loads from the browser entrypoint. The
59
+ wrapper selects the matching optional package for macOS arm64/x64 or Linux
60
+ arm64/x64 glibc. Windows and musl packages are not published. The same Node entrypoint provides the
57
61
  control plane and `ProxyServer`, and the relay never terminates an E2EE
58
62
  Session. WebTransport is an optional adapter profile and the Node.js runtime
59
63
  does not currently expose a production adapter.
@@ -76,7 +80,8 @@ The proxy entrypoint accepts an opaque `ArtifactLease` or an already connected `
76
80
 
77
81
  Browser applications receive a ready `Session` from `connect(...)`. The browser
78
82
  connector supports WSS, restricted plaintext loopback WebSocket direct
79
- connections, and WebTransport. WebTransport uses native HTTP/3 streams.
83
+ connections, and WebTransport when the browser exposes that API. WebTransport
84
+ uses browser-owned HTTP/3 streams and is not available in the Node entrypoint.
80
85
 
81
86
  Chromium does not support a WebTransport pooling option; each carrier creates an independent native WebTransport connection.
82
87
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@floegence/flowersec-core",
3
- "version": "2.3.7",
3
+ "version": "2.3.9",
4
4
  "description": "Flowersec core TypeScript library for carrier-neutral encrypted sessions and multiplexed streams.",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -77,7 +77,7 @@
77
77
  "ws": "^8.21.2"
78
78
  },
79
79
  "optionalDependencies": {
80
- "@floegence/flowersec-node-native": "2.3.7"
80
+ "@floegence/flowersec-node-native": "2.3.9"
81
81
  },
82
82
  "devDependencies": {
83
83
  "@playwright/test": "1.62.1",
@@ -95,5 +95,5 @@
95
95
  "vite": "^8.2.1",
96
96
  "vitest": "4.1.10"
97
97
  },
98
- "flowersecSourceCommit": "ad9da71d71f05c8ea3b56a0ba67a20c3604df075"
98
+ "flowersecSourceCommit": "67d374d1c7be736ac2d431851e8ee402266574b4"
99
99
  }
@@ -1,20 +1,20 @@
1
1
  {
2
2
  "bomFormat": "CycloneDX",
3
3
  "specVersion": "1.5",
4
- "serialNumber": "urn:uuid:0eea82ba-bcd2-5b44-80b8-c5f6fa949106",
4
+ "serialNumber": "urn:uuid:30d3ac4b-924b-5918-8c9d-4cfc3bc5fb09",
5
5
  "version": 1,
6
6
  "metadata": {
7
7
  "component": {
8
8
  "type": "library",
9
9
  "name": "@floegence/flowersec-core",
10
- "version": "2.3.7",
11
- "purl": "pkg:npm/%40floegence/flowersec-core@2.3.7",
12
- "bom-ref": "pkg:npm/%40floegence/flowersec-core@2.3.7"
10
+ "version": "2.3.9",
11
+ "purl": "pkg:npm/%40floegence/flowersec-core@2.3.9",
12
+ "bom-ref": "pkg:npm/%40floegence/flowersec-core@2.3.9"
13
13
  },
14
14
  "properties": [
15
15
  {
16
16
  "name": "flowersec:source-inventory-sha256",
17
- "value": "e2ae80e088d1b91e6a63bf85b06fbe5421e4ffa3c13cdab562ee70552235643a"
17
+ "value": "b4caf4ded194f90bf76ccf0aa68b865fb30fa38d7248dfa79d5681393cf4fc79"
18
18
  }
19
19
  ]
20
20
  },
@@ -190,7 +190,7 @@
190
190
  ],
191
191
  "dependencies": [
192
192
  {
193
- "ref": "pkg:npm/%40floegence/flowersec-core@2.3.7",
193
+ "ref": "pkg:npm/%40floegence/flowersec-core@2.3.9",
194
194
  "dependsOn": [
195
195
  "pkg:npm/%40noble/ciphers@2.3.0",
196
196
  "pkg:npm/%40noble/curves@2.3.0",
package/sbom/spdx.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "dataLicense": "CC0-1.0",
4
4
  "SPDXID": "SPDXRef-DOCUMENT",
5
5
  "name": "flowersec-ts",
6
- "documentNamespace": "https://github.com/floegence/flowersec/sbom/flowersec-ts/e2ae80e088d1b91e6a63bf85b06fbe5421e4ffa3c13cdab562ee70552235643a",
6
+ "documentNamespace": "https://github.com/floegence/flowersec/sbom/flowersec-ts/b4caf4ded194f90bf76ccf0aa68b865fb30fa38d7248dfa79d5681393cf4fc79",
7
7
  "creationInfo": {
8
8
  "created": "1970-01-01T00:00:00Z",
9
9
  "creators": [
@@ -13,19 +13,19 @@
13
13
  "packages": [
14
14
  {
15
15
  "name": "@floegence/flowersec-core",
16
- "SPDXID": "SPDXRef-Package-cbe5fbbee1466d26a977",
17
- "versionInfo": "2.3.7",
16
+ "SPDXID": "SPDXRef-Package-50df50862665c89ac338",
17
+ "versionInfo": "2.3.9",
18
18
  "downloadLocation": "NOASSERTION",
19
19
  "filesAnalyzed": false,
20
20
  "licenseConcluded": "NOASSERTION",
21
21
  "licenseDeclared": "NOASSERTION",
22
22
  "copyrightText": "NOASSERTION",
23
- "comment": "Flowersec source inventory SHA-256: e2ae80e088d1b91e6a63bf85b06fbe5421e4ffa3c13cdab562ee70552235643a",
23
+ "comment": "Flowersec source inventory SHA-256: b4caf4ded194f90bf76ccf0aa68b865fb30fa38d7248dfa79d5681393cf4fc79",
24
24
  "externalRefs": [
25
25
  {
26
26
  "referenceCategory": "PACKAGE-MANAGER",
27
27
  "referenceType": "purl",
28
- "referenceLocator": "pkg:npm/%40floegence/flowersec-core@2.3.7"
28
+ "referenceLocator": "pkg:npm/%40floegence/flowersec-core@2.3.9"
29
29
  }
30
30
  ]
31
31
  },
@@ -136,30 +136,30 @@
136
136
  {
137
137
  "spdxElementId": "SPDXRef-DOCUMENT",
138
138
  "relationshipType": "DESCRIBES",
139
- "relatedSpdxElement": "SPDXRef-Package-cbe5fbbee1466d26a977"
139
+ "relatedSpdxElement": "SPDXRef-Package-50df50862665c89ac338"
140
140
  },
141
141
  {
142
- "spdxElementId": "SPDXRef-Package-cbe5fbbee1466d26a977",
142
+ "spdxElementId": "SPDXRef-Package-50df50862665c89ac338",
143
143
  "relationshipType": "DEPENDS_ON",
144
144
  "relatedSpdxElement": "SPDXRef-Package-5ce913a03239b02770fb"
145
145
  },
146
146
  {
147
- "spdxElementId": "SPDXRef-Package-cbe5fbbee1466d26a977",
147
+ "spdxElementId": "SPDXRef-Package-50df50862665c89ac338",
148
148
  "relationshipType": "DEPENDS_ON",
149
149
  "relatedSpdxElement": "SPDXRef-Package-01009adf60db02c13634"
150
150
  },
151
151
  {
152
- "spdxElementId": "SPDXRef-Package-cbe5fbbee1466d26a977",
152
+ "spdxElementId": "SPDXRef-Package-50df50862665c89ac338",
153
153
  "relationshipType": "DEPENDS_ON",
154
154
  "relatedSpdxElement": "SPDXRef-Package-8815b117c8a1d5f7eeb0"
155
155
  },
156
156
  {
157
- "spdxElementId": "SPDXRef-Package-cbe5fbbee1466d26a977",
157
+ "spdxElementId": "SPDXRef-Package-50df50862665c89ac338",
158
158
  "relationshipType": "DEPENDS_ON",
159
159
  "relatedSpdxElement": "SPDXRef-Package-f8b45a289df643042b94"
160
160
  },
161
161
  {
162
- "spdxElementId": "SPDXRef-Package-cbe5fbbee1466d26a977",
162
+ "spdxElementId": "SPDXRef-Package-50df50862665c89ac338",
163
163
  "relationshipType": "DEPENDS_ON",
164
164
  "relatedSpdxElement": "SPDXRef-Package-b779412f685822663496"
165
165
  },