@digitalcredentials/ed25519-verification-key-2020
Advanced tools
Comparing version 3.1.1 to 3.1.2
@@ -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", |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
47179
0