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

cafe-tui

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cafe-tui - npm Package Compare versions

Comparing version 0.35.0 to 0.35.1

4

dist/commands/funder.js

@@ -58,4 +58,4 @@ "use strict";

if (context.options.github) {
console.log(`fundingPrivateKey::${privateKey}`);
console.log(`fundingAddress::${address}`);
console.log(`fundingPrivateKey=${privateKey}`);
console.log(`fundingAddress=${address}`);
}

@@ -62,0 +62,0 @@ else {

{
"name": "cafe-tui",
"version": "0.35.0",
"version": "0.35.1",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -50,4 +50,4 @@ import { Command, Group, Parser } from 'cafe-args'

if (context.options.github) {
console.log(`fundingPrivateKey::${privateKey}`)
console.log(`fundingAddress::${address}`)
console.log(`fundingPrivateKey=${privateKey}`)
console.log(`fundingAddress=${address}`)
} else {

@@ -54,0 +54,0 @@ console.log({ privateKey })

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