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

ssb-keys

Package Overview
Dependencies
Maintainers
2
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.2 to 7.0.3

2

index.js

@@ -1,3 +0,1 @@

var deepEqual = require('deep-equal')
var sodium = require('chloride')

@@ -4,0 +2,0 @@

9

package.json
{
"name": "ssb-keys",
"description": "keyfile operations for ssb",
"version": "7.0.2",
"version": "7.0.3",
"homepage": "https://github.com/ssbc/ssb-keys",
"repository": {
"type": "git",
"url": "git://github.com/ssbc/ssb-crypto.git"
"url": "git://github.com/ssbc/ssb-keys.git"
},
"dependencies": {
"blake2s": "~1.0.0",
"chloride": "^2.2.0",
"deep-equal": "~0.2.1",
"hmac": "~1.0.1",
"mkdirp": "~0.5.0",

@@ -22,3 +19,3 @@ "private-box": "^0.2.1"

"scripts": {
"test": "set -e; for t in test/*.js; do node $t; done"
"test": "tape test/"
},

@@ -25,0 +22,0 @@ "author": "Paul Frazee <pfrazee@gmail.com>",

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