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

@stellar/halting-analysis

Package Overview
Dependencies
Maintainers
3
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stellar/halting-analysis - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

2

lib/HaltingAnalysis.js

@@ -74,3 +74,3 @@ "use strict";

function reset(nodes) {
nodes.forEach(n => (n.live = true));
nodes.forEach(n => n.status !== "missing" ? (n.live = true) : (n.live = false));
}

@@ -77,0 +77,0 @@ /*

{
"name": "@stellar/halting-analysis",
"description": "Run halting analysis algorithms on stellar quorums",
"version": "1.1.0",
"version": "1.1.1",
"main": "lib/index.js",

@@ -6,0 +6,0 @@ "types": "lib/index.d.ts",

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