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.8 to 0.0.9

3

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

@@ -26,2 +26,3 @@ "devDependencies": {

"dependencies": {
"assert": "^2.0.0",
"buffer": "^6.0.3"

@@ -28,0 +29,0 @@ },

@@ -1,2 +0,2 @@

import { assert } from "vitest";
import assert from "assert";
import { Numalgo2Prefixes } from "./constants.js";

@@ -3,0 +3,0 @@ import { createDIDDocument, decodeService, isPeerDID } from "./utils.js";

@@ -1,2 +0,2 @@

import { assert } from "vitest";
import assert from "assert";
export const validateAuthentication = (verificationMethod) => {

@@ -3,0 +3,0 @@ assert(['Ed25519VerificationKey2020'].includes(verificationMethod.type), 'verificationMethod type must be Ed25519VerificationKey2020');

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