Socket
Socket
Sign inDemoInstall

eth-block-tracker

Package Overview
Dependencies
Maintainers
2
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eth-block-tracker - npm Package Compare versions

Comparing version 1.0.10 to 1.0.11

2

bundle/index.js

@@ -37,3 +37,3 @@ 'use strict';

var pify = require('pify');
var incrementHexNumber = require('../hexUtils').incrementHexNumber;
var incrementHexNumber = require('./hexUtils').incrementHexNumber;

@@ -40,0 +40,0 @@ var RpcBlockTracker = function (_AsyncEventEmitter) {

{
"name": "eth-block-tracker",
"version": "1.0.10",
"version": "1.0.11",
"description": "This module walks the Ethereum blockchain, keeping track of the latest block. It uses a web3 provider as a data source and will continuously poll for the next block.",

@@ -5,0 +5,0 @@ "main": "bundle/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