Socket
Socket
Sign inDemoInstall

@appliedblockchain/k0-server-client

Package Overview
Dependencies
Maintainers
17
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@appliedblockchain/k0-server-client - npm Package Compare versions

Comparing version 0.0.17 to 0.0.20

status.js

4

index.js

@@ -12,3 +12,3 @@ const jayson = require('jayson/promise')

const prfAddr = require('./prf-addr')
const ready = require('./ready')
const status = require('./status')
const unpack256Bits = require('./unpack-256-bits')

@@ -33,3 +33,3 @@ const verifyProof = require('./verify-proof')

prfAddr: prfAddr.bind(null, jc),
ready: ready.bind(null, jc),
status: status.bind(null, jc),
unpack256Bits: unpack256Bits.bind(null, jc),

@@ -36,0 +36,0 @@ verifyProof: verifyProof.bind(null, jc)

{
"name": "@appliedblockchain/k0-server-client",
"version": "0.0.17",
"version": "0.0.20",
"dependencies": {
"@appliedblockchain/k0-util": "^0.0.17",
"@appliedblockchain/k0-util": "^0.0.20",
"bn.js": "^4.11.8",
"jayson": "^3.0.2"
},
"gitHead": "0c9f0dda336d98ec0c26b8d29e9f83e77cb44104"
}
}
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