Socket
Socket
Sign inDemoInstall

eth-block-tracker

Package Overview
Dependencies
Maintainers
3
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.11 to 1.0.12

coverage/coverage.json

5

package.json
{
"name": "eth-block-tracker",
"version": "1.0.11",
"version": "1.0.12",
"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.",

@@ -8,3 +8,4 @@ "main": "bundle/index.js",

"test": "browserify test/basic.js | node",
"prepublish": "babel lib -d bundle"
"compile": "babel --presets es2015,stage-3 -d dist/ lib/",
"prepublish": "npm run compile"
},

@@ -11,0 +12,0 @@ "author": "",

2

test/basic.js
const test = require('tape')
const RpcBlockTracker = require('../index')
const RpcBlockTracker = require('../bundle/index')
const JsonRpcEngine = require('json-rpc-engine')

@@ -4,0 +4,0 @@ const TestBlockMiddleware = require('./util/testBlockMiddleware')

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