@sphereon/ssi-sdk-ext.key-utils
Advanced tools
Comparing version 0.26.1-next.3 to 0.26.1-next.4
@@ -435,3 +435,3 @@ "use strict"; | ||
if ((0, exports.isRawCompressedPublicKey)(rawPublicKey)) { | ||
throw new Error('Invalid public key format, an uncompressed raw public key is required as input, not a raw'); | ||
return (0, exports.hexStringFromUint8Array)(rawPublicKey); | ||
} | ||
@@ -438,0 +438,0 @@ if (keyType === 'Secp256k1' || keyType === 'Secp256r1') { |
{ | ||
"name": "@sphereon/ssi-sdk-ext.key-utils", | ||
"description": "Sphereon SSI-SDK plugin for key creation.", | ||
"version": "0.26.1-next.3+1cccf3b", | ||
"version": "0.26.1-next.4+175cd80", | ||
"source": "src/index.ts", | ||
@@ -14,3 +14,3 @@ "main": "dist/index.js", | ||
"@ethersproject/random": "^5.7.0", | ||
"@sphereon/ssi-sdk-ext.x509-utils": "0.26.1-next.3+1cccf3b", | ||
"@sphereon/ssi-sdk-ext.x509-utils": "0.26.1-next.4+175cd80", | ||
"@sphereon/ssi-types": "0.30.2-feature.SDK.41.oidf.support.286", | ||
@@ -53,3 +53,3 @@ "@stablelib/ed25519": "^1.0.3", | ||
], | ||
"gitHead": "1cccf3b77d26061fd00d84f35798dd5652b579d1" | ||
"gitHead": "175cd8041e4b7f8c761b5519d44ec0602e2be88c" | ||
} |
@@ -494,3 +494,3 @@ import { randomBytes } from '@ethersproject/random' | ||
if (isRawCompressedPublicKey(rawPublicKey)) { | ||
throw new Error('Invalid public key format, an uncompressed raw public key is required as input, not a raw') | ||
return hexStringFromUint8Array(rawPublicKey) | ||
} | ||
@@ -497,0 +497,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
142152