supercop.ts

cross-compiled javascript implementation of ed25519 based on supercop-ref10
git clone git://git.finwo.net/lib/supercop.ts
Log | Files | Refs | README | LICENSE

commit 9b42ece316b7c6b119e7f8e30d34bae750968341
parent 09c61354bae551bc3fdccba53800bc14218d018e
Author: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Date:   Wed, 17 Jun 2020 15:36:14 +0000

Bump tape from 4.13.3 to 5.0.1

Bumps [tape](https://github.com/substack/tape) from 4.13.3 to 5.0.1.
- [Release notes](https://github.com/substack/tape/releases)
- [Commits](https://github.com/substack/tape/compare/v4.13.3...v5.0.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat:
Mpackage.json | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json @@ -17,7 +17,7 @@ "author": "Robin Bron <finwo@pm.me>", "license": "MIT", "devDependencies": { - "tape": "^4.10.2" + "tape": "^5.0.1" }, "dependencies": { "is-buffer": "^2.0.3"