Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@turnkey/crypto

Package Overview
Dependencies
Maintainers
3
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@turnkey/crypto - npm Package Compare versions

Comparing version
2.8.8
to
2.8.9
+9
-0
CHANGELOG.md
# @turnkey/crypto
## 2.8.9
### Patch Changes
- [#1165](https://github.com/tkhq/sdk/pull/1165) [`d0dba04`](https://github.com/tkhq/sdk/commit/d0dba0412fa7b0c7c9b135e73cc0ef6f55187314) Author [@moeodeh3](https://github.com/moeodeh3) - Remove `@turnkey/http` and `@turnkey/api-key-stamper` from devDependencies
- Updated dependencies [[`91d6a9e`](https://github.com/tkhq/sdk/commit/91d6a9eb1b9ac9e21745749615ac7a7be66f5cf6)]:
- @turnkey/sdk-types@0.11.1
## 2.8.8

@@ -4,0 +13,0 @@

+4
-1

@@ -28,3 +28,6 @@ 'use strict';

const UNCOMPRESSED_PUB_KEY_LENGTH_BYTES = 65;
const QOS_ENCRYPTION_HMAC_MESSAGE = new TextEncoder().encode("qos_encryption_hmac_message"); // used for encrypting messages to quorum keys matched whats found here: https://github.com/tkhq/qos/blob/ae01904c756107f850aea42000137ef124df3fe4/src/qos_p256/src/encrypt.rs#L22
const QOS_ENCRYPTION_HMAC_MESSAGE = new Uint8Array([
113, 111, 115, 95, 101, 110, 99, 114, 121, 112, 116, 105, 111, 110, 95, 104,
109, 97, 99, 95, 109, 101, 115, 115, 97, 103, 101,
]); // used for encrypting messages to quorum keys matched whats found here: https://github.com/tkhq/qos/blob/ae01904c756107f850aea42000137ef124df3fe4/src/qos_p256/src/encrypt.rs#L22
const PRODUCTION_SIGNER_SIGN_PUBLIC_KEY = "04cf288fe433cc4e1aa0ce1632feac4ea26bf2f5a09dcfe5a42c398e06898710330f0572882f4dbdf0f5304b8fc8703acd69adca9a4bbf7f5d00d20a5e364b2569";

@@ -31,0 +34,0 @@ const PRODUCTION_NOTARIZER_SIGN_PUBLIC_KEY = "04d498aa87ac3bf982ac2b5dd9604d0074905cfbda5d62727c5a237b895e6749205e9f7cd566909c4387f6ca25c308445c60884b788560b785f4a96ac33702a469";

@@ -26,3 +26,6 @@ const SUITE_ID_1 = new Uint8Array([75, 69, 77, 0, 16]); //KEM suite ID

const UNCOMPRESSED_PUB_KEY_LENGTH_BYTES = 65;
const QOS_ENCRYPTION_HMAC_MESSAGE = new TextEncoder().encode("qos_encryption_hmac_message"); // used for encrypting messages to quorum keys matched whats found here: https://github.com/tkhq/qos/blob/ae01904c756107f850aea42000137ef124df3fe4/src/qos_p256/src/encrypt.rs#L22
const QOS_ENCRYPTION_HMAC_MESSAGE = new Uint8Array([
113, 111, 115, 95, 101, 110, 99, 114, 121, 112, 116, 105, 111, 110, 95, 104,
109, 97, 99, 95, 109, 101, 115, 115, 97, 103, 101,
]); // used for encrypting messages to quorum keys matched whats found here: https://github.com/tkhq/qos/blob/ae01904c756107f850aea42000137ef124df3fe4/src/qos_p256/src/encrypt.rs#L22
const PRODUCTION_SIGNER_SIGN_PUBLIC_KEY = "04cf288fe433cc4e1aa0ce1632feac4ea26bf2f5a09dcfe5a42c398e06898710330f0572882f4dbdf0f5304b8fc8703acd69adca9a4bbf7f5d00d20a5e364b2569";

@@ -29,0 +32,0 @@ const PRODUCTION_NOTARIZER_SIGN_PUBLIC_KEY = "04d498aa87ac3bf982ac2b5dd9604d0074905cfbda5d62727c5a237b895e6749205e9f7cd566909c4387f6ca25c308445c60884b788560b785f4a96ac33702a469";

+3
-5
{
"name": "@turnkey/crypto",
"version": "2.8.8",
"version": "2.8.9",
"main": "./dist/index.js",

@@ -49,3 +49,3 @@ "module": "./dist/index.mjs",

"@turnkey/encoding": "0.6.0",
"@turnkey/sdk-types": "0.11.0"
"@turnkey/sdk-types": "0.11.1"
},

@@ -55,5 +55,3 @@ "devDependencies": {

"@types/jest": "^29.5.3",
"jest": "29.7.0",
"@turnkey/api-key-stamper": "0.5.0",
"@turnkey/http": "3.16.0"
"jest": "29.7.0"
},

@@ -60,0 +58,0 @@ "scripts": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet