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

@aviarytech/did-peer

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aviarytech/did-peer - npm Package Compare versions

Comparing version 0.0.16 to 0.0.18

2

package.json
{
"name": "@aviarytech/did-peer",
"version": "0.0.16",
"version": "0.0.18",
"type": "module",

@@ -5,0 +5,0 @@ "devDependencies": {

@@ -19,3 +19,3 @@ import { Numalgo2Prefixes } from "./constants.js";

const key = {
id: `${did}#${multibaseKey.slice(1, 9)}`,
id: `${did}#${multibaseKey.slice(1)}`,
type: 'Ed25519VerificationKey2020',

@@ -41,3 +41,3 @@ controller: did,

authKeys.push({
id: `${did}#${k.slice(2, 10)}`,
id: `${did}#${k.slice(2)}`,
controller: did,

@@ -50,3 +50,3 @@ type: 'Ed25519VerificationKey2020',

encKeys.push({
id: `${did}#${k.slice(2, 10)}`,
id: `${did}#${k.slice(2)}`,
controller: did,

@@ -53,0 +53,0 @@ type: 'X25519KeyAgreementKey2020',

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