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

js-merkleeyes

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

js-merkleeyes - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

3

index.js

@@ -13,4 +13,3 @@ var tmsp = require("js-tmsp");

this.tmspCli.query(w.getBuffer(), function(res) {
var r = new wire.Reader(res.data.toBuffer());
var value = r.readByteArray();
var value = res.data.toBuffer();
if (!!cb) {

@@ -17,0 +16,0 @@ cb(value);

{
"name": "js-merkleeyes",
"version": "0.0.4",
"version": "0.0.5",
"description": "Javascript client for merkleeyes",

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

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