You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

@appliedblockchain/k0

Package Overview
Dependencies
Maintainers
17
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.5 to 0.0.7

4

client/index.js

@@ -15,4 +15,4 @@ const jayson = require('jayson/promise')

function client(serverPort = 4000) {
const jc = jayson.client.http({ port: serverPort })
function client(serverEndpoint = 'http://localhost:4000/') {
const jc = jayson.client.http(endpoint)
return {

@@ -19,0 +19,0 @@ cm: cm.bind(null, jc),

@@ -10,3 +10,3 @@ 'use strict'

async function makeK0(serverPort = 4000) {
async function makeK0(serverEndpoint = 'http://localhost:4000/') {
const server = await makeClient(serverPort)

@@ -13,0 +13,0 @@ return {

{
"name": "@appliedblockchain/k0",
"version": "0.0.5",
"version": "0.0.7",
"dependencies": {
"@appliedblockchain/k0-util": "^0.0.5",
"@appliedblockchain/k0-util": "^0.0.7",
"bn.js": "^4.11.8",
"jayson": "^3.0.2"
},
"gitHead": "fd2a999694f3000c924cd6deeefa67eda7c5633b"
"gitHead": "ee908cf20e0ac5b64fb147741f1b98fcaf5d9fa7"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc