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

axiom-cli

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

axiom-cli - npm Package Compare versions

Comparing version 0.1.14 to 0.1.15

2

build/PeerServer.js

@@ -41,2 +41,4 @@ "use strict";

if (parsed.pathname === "/healthz") {
// If status doesn't complete, the server isn't healthy.
yield this.status();
res.write("OK\n");

@@ -43,0 +45,0 @@ res.end();

4

package.json
{
"name": "axiom-cli",
"version": "0.1.14",
"version": "0.1.15",
"description": "CLI for interacting with the Axiom p2p network",

@@ -21,3 +21,3 @@ "repository": {

"dependencies": {
"axiom-api": "^0.1.14",
"axiom-api": "^0.1.15",
"commander": "^3.0.2",

@@ -24,0 +24,0 @@ "ws": "^7.2.0"

@@ -33,2 +33,4 @@ import * as http from "http";

if (parsed.pathname === "/healthz") {
// If status doesn't complete, the server isn't healthy.
await this.status();
res.write("OK\n");

@@ -35,0 +37,0 @@ res.end();

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