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

ssb-keys

Package Overview
Dependencies
Maintainers
20
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ssb-keys - npm Package Compare versions

Comparing version 7.1.3 to 7.1.4

.github/stale.yml

2

package.json
{
"name": "ssb-keys",
"description": "keyfile operations for ssb",
"version": "7.1.3",
"version": "7.1.4",
"homepage": "https://github.com/ssbc/ssb-keys",

@@ -6,0 +6,0 @@ "repository": {

@@ -25,7 +25,7 @@ 'use strict'

var pub = tag(keys.public.toString('base64'), curve)
var pub = tag(keys.public, curve)
return {
curve: curve,
public: pub,
private: keys.private ? tag(keys.private.toString('base64'), curve) : undefined,
private: keys.private ? tag(keys.private, curve) : undefined,
id: '@'+(curve === 'ed25519' ? pub : exports.hash(pub))

@@ -32,0 +32,0 @@ }

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