Socket
Socket
Sign inDemoInstall

ssb-keys

Package Overview
Dependencies
Maintainers
11
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.0.13 to 7.0.14

6

index.js

@@ -158,4 +158,8 @@ 'use strict'

var msg = pb.multibox_open(boxed, sk)
if(msg) return JSON.parse(''+msg)
try {
return JSON.parse(''+msg)
} catch (_) { }
return
}

2

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

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

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