New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@digitalcredentials/ed25519-verification-key-2020

Package Overview
Dependencies
Maintainers
7
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@digitalcredentials/ed25519-verification-key-2020 - npm Package Compare versions

Comparing version 3.1.1 to 3.1.2

2

dist/Ed25519VerificationKey2020.js

@@ -5,3 +5,3 @@ 'use strict';

var base58btc = require('base58-universal');
var base58btc = require('@digitalcredentials/base58-universal');
var ed25519 = require('./ed25519.js');

@@ -8,0 +8,0 @@ var cryptoLd = require('crypto-ld');

/*!
* Copyright (c) 2021 Digital Bazaar, Inc. All rights reserved.
*/
import * as base58btc from 'base58-universal';
import * as base58btc from '@digitalcredentials/base58-universal';
import ed25519 from './ed25519.js';

@@ -6,0 +6,0 @@ import {LDKeyPair} from 'crypto-ld';

{
"name": "@digitalcredentials/ed25519-verification-key-2020",
"version": "3.1.1",
"version": "3.1.2",
"description": "Javascript library for generating and working with Ed25519VerificationKey2020 key pairs, for use with crypto-ld.",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/digitalcredentials/ed25519-verification-key-2020",

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