Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@sphereon/ssi-sdk-ext.key-utils

Package Overview
Dependencies
Maintainers
0
Versions
351
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sphereon/ssi-sdk-ext.key-utils - npm Package Compare versions

Comparing version 0.26.1-next.3 to 0.26.1-next.4

2

dist/functions.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc