@floegence/flowersec-core 2.3.1 → 2.3.4

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
@@ -2,12 +2,12 @@
2
2
 
3
3
  `@floegence/flowersec-core` is the ESM-only Flowersec v2 SDK for browsers and Node.js. Its public package surface is limited to the root, `/browser`, `/node`, and `/proxy` entrypoints.
4
4
 
5
- Flowersec 2.3.1 is the coordinated TypeScript SDK patch release.
5
+ Flowersec 2.3.4 is the published TypeScript SDK release.
6
6
 
7
7
  ## Install
8
8
 
9
9
  ```bash
10
- npm install @floegence/flowersec-core@2.3.1
10
+ npm install @floegence/flowersec-core@2.3.4
11
11
  ```
12
12
 
13
13
  ## Public API
@@ -84,13 +84,13 @@ Raw QUIC and WebTransport preserve native FIN, RESET_STREAM, STOP_SENDING, flow
84
84
 
85
85
  WebSocket uses Yamux only inside its carrier adapter. Yamux has no independent STOP_SENDING primitive, so that operation is explicitly unavailable rather than emulated with a full stream reset.
86
86
 
87
- Browser applications receive a ready `Session` from `connect(...)`. The browser connector supports WSS and WebTransport production connections. WebTransport uses native HTTP/3 bidirectional streams and does not use Yamux.
87
+ Browser applications receive a ready `Session` from `connect(...)`. The browser connector supports WSS, restricted plaintext loopback WebSocket direct connections, and WebTransport. WebTransport uses native HTTP/3 bidirectional streams and does not use Yamux.
88
88
 
89
89
  Chromium does not support a WebTransport pooling option; each carrier creates an independent native WebTransport connection.
90
90
 
91
91
  Cold-connection diagnostics require every independent carrier to meet the declared deadline. A `dial_failed` result remains a test failure and is not hidden by pooling, retry, or timeout relaxation.
92
92
 
93
- Node.js applications receive the same `Session` contract from `connect(...)`. The Node.js connector supports WSS and WebTransport production connections for direct and tunnel artifacts. It requires an absolute HTTP(S) `origin`; a custom certificate authority can be supplied through `tls.ca`. Invalid origin and TLS options fail as `ConnectError` with `invalid_options` and are terminal to the optional connection controller.
93
+ Node.js applications receive the same `Session` contract from `connect(...)`. The Node.js connector supports WSS and WebTransport for direct and tunnel artifacts, plus restricted plaintext loopback WebSocket direct connections. It requires an absolute HTTP(S) `origin`; a custom certificate authority can be supplied through `tls.ca`. Invalid origin and TLS options fail as `ConnectError` with `invalid_options` and are terminal to the optional connection controller.
94
94
 
95
95
  The Node WebTransport direct listener/server is owned by the Node runtime and the `flowersec-ts-cli` server path. It uses the same native carrier acceptor and session engine as the client connector; it is not a second protocol implementation.
96
96
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@floegence/flowersec-core",
3
- "version": "2.3.1",
3
+ "version": "2.3.4",
4
4
  "description": "Flowersec core TypeScript library for carrier-neutral encrypted sessions and multiplexed streams.",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -1,20 +1,20 @@
1
1
  {
2
2
  "bomFormat": "CycloneDX",
3
3
  "specVersion": "1.5",
4
- "serialNumber": "urn:uuid:3af99ff8-79c9-5ca3-85b1-c2d7fae37ad1",
4
+ "serialNumber": "urn:uuid:18b319f4-70e9-5eeb-8c78-bef4b24f17df",
5
5
  "version": 1,
6
6
  "metadata": {
7
7
  "component": {
8
8
  "type": "library",
9
9
  "name": "@floegence/flowersec-core",
10
- "version": "2.3.1",
11
- "purl": "pkg:npm/%40floegence/flowersec-core@2.3.1",
12
- "bom-ref": "pkg:npm/%40floegence/flowersec-core@2.3.1"
10
+ "version": "2.3.4",
11
+ "purl": "pkg:npm/%40floegence/flowersec-core@2.3.4",
12
+ "bom-ref": "pkg:npm/%40floegence/flowersec-core@2.3.4"
13
13
  },
14
14
  "properties": [
15
15
  {
16
16
  "name": "flowersec:source-inventory-sha256",
17
- "value": "0464b8df2727e54d5144bf941d437872349d0caebd4b237bb1a9bd915bdd4d36"
17
+ "value": "f3aeaa2c6078eba1bb7639afd68c54ab56b1d7685901e2210988a66356e9ab39"
18
18
  }
19
19
  ]
20
20
  },
@@ -2290,7 +2290,7 @@
2290
2290
  ],
2291
2291
  "dependencies": [
2292
2292
  {
2293
- "ref": "pkg:npm/%40floegence/flowersec-core@2.3.1",
2293
+ "ref": "pkg:npm/%40floegence/flowersec-core@2.3.4",
2294
2294
  "dependsOn": [
2295
2295
  "pkg:npm/%40fails-components/webtransport-transport-http3-quiche@1.6.7",
2296
2296
  "pkg:npm/%40fails-components/webtransport@1.6.7",
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/0464b8df2727e54d5144bf941d437872349d0caebd4b237bb1a9bd915bdd4d36",
6
+ "documentNamespace": "https://github.com/floegence/flowersec/sbom/flowersec-ts/f3aeaa2c6078eba1bb7639afd68c54ab56b1d7685901e2210988a66356e9ab39",
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-2164c344fddf0568500c",
17
- "versionInfo": "2.3.1",
16
+ "SPDXID": "SPDXRef-Package-224d05cf020a104e91ec",
17
+ "versionInfo": "2.3.4",
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: 0464b8df2727e54d5144bf941d437872349d0caebd4b237bb1a9bd915bdd4d36",
23
+ "comment": "Flowersec source inventory SHA-256: f3aeaa2c6078eba1bb7639afd68c54ab56b1d7685901e2210988a66356e9ab39",
24
24
  "externalRefs": [
25
25
  {
26
26
  "referenceCategory": "PACKAGE-MANAGER",
27
27
  "referenceType": "purl",
28
- "referenceLocator": "pkg:npm/%40floegence/flowersec-core@2.3.1"
28
+ "referenceLocator": "pkg:npm/%40floegence/flowersec-core@2.3.4"
29
29
  }
30
30
  ]
31
31
  },
@@ -1411,7 +1411,7 @@
1411
1411
  {
1412
1412
  "spdxElementId": "SPDXRef-DOCUMENT",
1413
1413
  "relationshipType": "DESCRIBES",
1414
- "relatedSpdxElement": "SPDXRef-Package-2164c344fddf0568500c"
1414
+ "relatedSpdxElement": "SPDXRef-Package-224d05cf020a104e91ec"
1415
1415
  },
1416
1416
  {
1417
1417
  "spdxElementId": "SPDXRef-Package-789c0f508771e385c5e8",
@@ -1459,37 +1459,37 @@
1459
1459
  "relatedSpdxElement": "SPDXRef-Package-1a7f123f21a1eaf4fd69"
1460
1460
  },
1461
1461
  {
1462
- "spdxElementId": "SPDXRef-Package-2164c344fddf0568500c",
1462
+ "spdxElementId": "SPDXRef-Package-224d05cf020a104e91ec",
1463
1463
  "relationshipType": "DEPENDS_ON",
1464
1464
  "relatedSpdxElement": "SPDXRef-Package-789c0f508771e385c5e8"
1465
1465
  },
1466
1466
  {
1467
- "spdxElementId": "SPDXRef-Package-2164c344fddf0568500c",
1467
+ "spdxElementId": "SPDXRef-Package-224d05cf020a104e91ec",
1468
1468
  "relationshipType": "DEPENDS_ON",
1469
1469
  "relatedSpdxElement": "SPDXRef-Package-4b35e4821b43dc47a168"
1470
1470
  },
1471
1471
  {
1472
- "spdxElementId": "SPDXRef-Package-2164c344fddf0568500c",
1472
+ "spdxElementId": "SPDXRef-Package-224d05cf020a104e91ec",
1473
1473
  "relationshipType": "DEPENDS_ON",
1474
1474
  "relatedSpdxElement": "SPDXRef-Package-24f128c8779cacb70e46"
1475
1475
  },
1476
1476
  {
1477
- "spdxElementId": "SPDXRef-Package-2164c344fddf0568500c",
1477
+ "spdxElementId": "SPDXRef-Package-224d05cf020a104e91ec",
1478
1478
  "relationshipType": "DEPENDS_ON",
1479
1479
  "relatedSpdxElement": "SPDXRef-Package-6a42d288421aaee354ff"
1480
1480
  },
1481
1481
  {
1482
- "spdxElementId": "SPDXRef-Package-2164c344fddf0568500c",
1482
+ "spdxElementId": "SPDXRef-Package-224d05cf020a104e91ec",
1483
1483
  "relationshipType": "DEPENDS_ON",
1484
1484
  "relatedSpdxElement": "SPDXRef-Package-d976986d5d79eddc7789"
1485
1485
  },
1486
1486
  {
1487
- "spdxElementId": "SPDXRef-Package-2164c344fddf0568500c",
1487
+ "spdxElementId": "SPDXRef-Package-224d05cf020a104e91ec",
1488
1488
  "relationshipType": "DEPENDS_ON",
1489
1489
  "relatedSpdxElement": "SPDXRef-Package-f8b45a289df643042b94"
1490
1490
  },
1491
1491
  {
1492
- "spdxElementId": "SPDXRef-Package-2164c344fddf0568500c",
1492
+ "spdxElementId": "SPDXRef-Package-224d05cf020a104e91ec",
1493
1493
  "relationshipType": "DEPENDS_ON",
1494
1494
  "relatedSpdxElement": "SPDXRef-Package-38fe7b92bdac2a86fb61"
1495
1495
  },