Socket
Socket
Sign inDemoInstall

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.4 to 7.1.5

2

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

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

@@ -30,3 +30,3 @@ 'use strict'

private: keys.private ? tag(keys.private, curve) : undefined,
id: '@'+(curve === 'ed25519' ? pub : exports.hash(pub))
id: '@' + pub
}

@@ -33,0 +33,0 @@ }

Sorry, the diff of this file is not supported yet

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