@signalapp/libsignal-client 0.52.1 → 0.52.3
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/Native.d.ts +2 -0
- package/dist/acknowledgments.md +33 -16
- package/package.json +2 -2
- package/prebuilds/darwin-arm64/@signalapp+libsignal-client.node +0 -0
- package/prebuilds/darwin-x64/@signalapp+libsignal-client.node +0 -0
- package/prebuilds/linux-arm64/@signalapp+libsignal-client.node +0 -0
- package/prebuilds/linux-x64/@signalapp+libsignal-client.node +0 -0
- package/prebuilds/win32-arm64/@signalapp+libsignal-client.node +0 -0
- package/prebuilds/win32-x64/@signalapp+libsignal-client.node +0 -0
package/Native.d.ts
CHANGED
|
@@ -505,6 +505,7 @@ export function TESTING_FutureFailure(asyncRuntime: Wrapper<NonSuspendingBackgro
|
|
|
505
505
|
export function TESTING_FutureProducesOtherPointerType(asyncRuntime: Wrapper<NonSuspendingBackgroundThreadRuntime>, input: string): Promise<OtherTestingHandleType>;
|
|
506
506
|
export function TESTING_FutureProducesPointerType(asyncRuntime: Wrapper<NonSuspendingBackgroundThreadRuntime>, input: number): Promise<TestingHandleType>;
|
|
507
507
|
export function TESTING_FutureSuccess(asyncRuntime: Wrapper<NonSuspendingBackgroundThreadRuntime>, input: number): Promise<number>;
|
|
508
|
+
export function TESTING_InputStreamReadIntoZeroLengthSlice(capsAlphabetInput: InputStream): Promise<Buffer>;
|
|
508
509
|
export function TESTING_NonSuspendingBackgroundThreadRuntime_New(): NonSuspendingBackgroundThreadRuntime;
|
|
509
510
|
export function TESTING_OnlyCompletesByCancellation(asyncRuntime: Wrapper<TokioAsyncContext>): Promise<void>;
|
|
510
511
|
export function TESTING_OtherTestingHandleType_getValue(handle: Wrapper<OtherTestingHandleType>): string;
|
|
@@ -547,6 +548,7 @@ export function ValidatingMac_Initialize(key: Buffer, chunkSize: number, digests
|
|
|
547
548
|
export function ValidatingMac_Update(mac: Wrapper<ValidatingMac>, bytes: Buffer, offset: number, length: number): number;
|
|
548
549
|
export function WebpSanitizer_Sanitize(input: SyncInputStream): void;
|
|
549
550
|
export function initLogger(maxLevel: LogLevel, callback: (level: LogLevel, target: string, file: string | null, line: number | null, message: string) => void): void
|
|
551
|
+
export function test_only_fn_returns_123(): number;
|
|
550
552
|
interface Aes256GcmSiv { readonly __type: unique symbol; }
|
|
551
553
|
interface CdsiLookup { readonly __type: unique symbol; }
|
|
552
554
|
interface Chat { readonly __type: unique symbol; }
|
package/dist/acknowledgments.md
CHANGED
|
@@ -669,7 +669,7 @@ For more information on this, and how to apply and follow the GNU AGPL, see
|
|
|
669
669
|
|
|
670
670
|
```
|
|
671
671
|
|
|
672
|
-
## attest 0.1.0, libsignal-ffi 0.52.0, libsignal-jni 0.52.
|
|
672
|
+
## attest 0.1.0, libsignal-ffi 0.52.3, libsignal-jni 0.52.3, libsignal-jni-testing 0.52.3, libsignal-node 0.52.3, signal-neon-futures 0.1.0, signal-neon-futures-tests 0.1.0, libsignal-bridge 0.1.0, libsignal-bridge-macros 0.1.0, libsignal-bridge-testing 0.1.0, libsignal-bridge-types 0.1.0, libsignal-core 0.1.0, signal-crypto 0.1.0, device-transfer 0.1.0, signal-media 0.1.0, libsignal-message-backup 0.1.0, libsignal-message-backup-macros 0.1.0, libsignal-net 0.1.0, signal-pin 0.1.0, poksho 0.7.0, libsignal-protocol 0.1.0, libsignal-svr3 0.1.0, usernames 0.1.0, zkcredential 0.1.0, zkgroup 0.9.0
|
|
673
673
|
|
|
674
674
|
```
|
|
675
675
|
GNU AFFERO GENERAL PUBLIC LICENSE
|
|
@@ -5576,6 +5576,38 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
|
5576
5576
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
5577
5577
|
DEALINGS IN THE SOFTWARE.
|
|
5578
5578
|
|
|
5579
|
+
```
|
|
5580
|
+
|
|
5581
|
+
## zerocopy-derive 0.7.34, zerocopy 0.7.34
|
|
5582
|
+
|
|
5583
|
+
```
|
|
5584
|
+
Copyright 2023 The Fuchsia Authors
|
|
5585
|
+
|
|
5586
|
+
Permission is hereby granted, free of charge, to any
|
|
5587
|
+
person obtaining a copy of this software and associated
|
|
5588
|
+
documentation files (the "Software"), to deal in the
|
|
5589
|
+
Software without restriction, including without
|
|
5590
|
+
limitation the rights to use, copy, modify, merge,
|
|
5591
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
5592
|
+
the Software, and to permit persons to whom the Software
|
|
5593
|
+
is furnished to do so, subject to the following
|
|
5594
|
+
conditions:
|
|
5595
|
+
|
|
5596
|
+
The above copyright notice and this permission notice
|
|
5597
|
+
shall be included in all copies or substantial portions
|
|
5598
|
+
of the Software.
|
|
5599
|
+
|
|
5600
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
5601
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
5602
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
5603
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
5604
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
5605
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
5606
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
5607
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
5608
|
+
DEALINGS IN THE SOFTWARE.
|
|
5609
|
+
|
|
5610
|
+
|
|
5579
5611
|
```
|
|
5580
5612
|
|
|
5581
5613
|
## encoding_rs 0.8.34
|
|
@@ -6188,21 +6220,6 @@ SOFTWARE.
|
|
|
6188
6220
|
|
|
6189
6221
|
```
|
|
6190
6222
|
|
|
6191
|
-
## bytemuck 1.16.0
|
|
6192
|
-
|
|
6193
|
-
```
|
|
6194
|
-
MIT License
|
|
6195
|
-
|
|
6196
|
-
Copyright (c) 2019 Daniel "Lokathor" Gee.
|
|
6197
|
-
|
|
6198
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
6199
|
-
|
|
6200
|
-
The above copyright notice and this permission notice (including the next paragraph) shall be included in all copies or substantial portions of the Software.
|
|
6201
|
-
|
|
6202
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
6203
|
-
|
|
6204
|
-
```
|
|
6205
|
-
|
|
6206
6223
|
## lazycell 1.3.0
|
|
6207
6224
|
|
|
6208
6225
|
```
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@signalapp/libsignal-client",
|
|
3
|
-
"version": "0.52.
|
|
3
|
+
"version": "0.52.3",
|
|
4
4
|
"license": "AGPL-3.0-only",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"prebuilds/*/*.node"
|
|
18
18
|
],
|
|
19
19
|
"scripts": {
|
|
20
|
-
"install": "node-gyp
|
|
20
|
+
"install": "echo Use \\`npx node-gyp rebuild\\` to build the native library from scratch if needed",
|
|
21
21
|
"build": "node-gyp build",
|
|
22
22
|
"build-with-debug-level-logs": "npx --libsignal-debug-level-logs node-gyp build",
|
|
23
23
|
"tsc": "tsc -b",
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|