@signalapp/libsignal-client 0.55.0 → 0.56.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/dist/acknowledgments.md +66 -1
- package/package.json +1 -1
- 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/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.
|
|
672
|
+
## attest 0.1.0, libsignal-ffi 0.56.0, libsignal-jni 0.56.0, libsignal-jni-testing 0.56.0, libsignal-node 0.56.0, 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, libsignal-keytrans 0.0.1, 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
|
|
@@ -2112,6 +2112,40 @@ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
|
2112
2112
|
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
2113
2113
|
```
|
|
2114
2114
|
|
|
2115
|
+
## ed25519-dalek 2.1.1
|
|
2116
|
+
|
|
2117
|
+
```
|
|
2118
|
+
Copyright (c) 2017-2019 isis agora lovecruft. All rights reserved.
|
|
2119
|
+
|
|
2120
|
+
Redistribution and use in source and binary forms, with or without
|
|
2121
|
+
modification, are permitted provided that the following conditions are
|
|
2122
|
+
met:
|
|
2123
|
+
|
|
2124
|
+
1. Redistributions of source code must retain the above copyright
|
|
2125
|
+
notice, this list of conditions and the following disclaimer.
|
|
2126
|
+
|
|
2127
|
+
2. Redistributions in binary form must reproduce the above copyright
|
|
2128
|
+
notice, this list of conditions and the following disclaimer in the
|
|
2129
|
+
documentation and/or other materials provided with the distribution.
|
|
2130
|
+
|
|
2131
|
+
3. Neither the name of the copyright holder nor the names of its
|
|
2132
|
+
contributors may be used to endorse or promote products derived from
|
|
2133
|
+
this software without specific prior written permission.
|
|
2134
|
+
|
|
2135
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
|
|
2136
|
+
IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
|
|
2137
|
+
TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
|
|
2138
|
+
PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
2139
|
+
HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
2140
|
+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
|
|
2141
|
+
TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
|
|
2142
|
+
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
|
|
2143
|
+
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
|
2144
|
+
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
2145
|
+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
2146
|
+
|
|
2147
|
+
```
|
|
2148
|
+
|
|
2115
2149
|
## x25519-dalek 2.0.1
|
|
2116
2150
|
|
|
2117
2151
|
```
|
|
@@ -4510,6 +4544,37 @@ DEALINGS IN THE SOFTWARE.
|
|
|
4510
4544
|
|
|
4511
4545
|
```
|
|
4512
4546
|
|
|
4547
|
+
## ed25519 2.2.3, signature 2.2.0
|
|
4548
|
+
|
|
4549
|
+
```
|
|
4550
|
+
Copyright (c) 2018-2023 RustCrypto Developers
|
|
4551
|
+
|
|
4552
|
+
Permission is hereby granted, free of charge, to any
|
|
4553
|
+
person obtaining a copy of this software and associated
|
|
4554
|
+
documentation files (the "Software"), to deal in the
|
|
4555
|
+
Software without restriction, including without
|
|
4556
|
+
limitation the rights to use, copy, modify, merge,
|
|
4557
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
4558
|
+
the Software, and to permit persons to whom the Software
|
|
4559
|
+
is furnished to do so, subject to the following
|
|
4560
|
+
conditions:
|
|
4561
|
+
|
|
4562
|
+
The above copyright notice and this permission notice
|
|
4563
|
+
shall be included in all copies or substantial portions
|
|
4564
|
+
of the Software.
|
|
4565
|
+
|
|
4566
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
4567
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
4568
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
4569
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
4570
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
4571
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
4572
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
4573
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
4574
|
+
DEALINGS IN THE SOFTWARE.
|
|
4575
|
+
|
|
4576
|
+
```
|
|
4577
|
+
|
|
4513
4578
|
## try-lock 0.2.5
|
|
4514
4579
|
|
|
4515
4580
|
```
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|