New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

hashgraph

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hashgraph - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

2

package.json
{
"name": "hashgraph",
"description": "This is a hashgraph implementation written in javascript. It is currently in development and not yet ready to be used.",
"version": "0.0.2",
"version": "0.0.3",
"main": "index.js",

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

@@ -7,2 +7,4 @@ # Hashgraph

NOTE: This code is NOT considered ready for usage before version 1.0.0. Don't use this code if you don't know what you're doing.
You can use hashgraph for any javascript project that is run on several nodes that require some kind of consensus. For example for a replicated log, or state machine.

@@ -14,3 +16,3 @@

npm install hashgraph --hashgraph
npm install hashgraph --save

@@ -17,0 +19,0 @@ ### Key Generation

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