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.7 to 1.0.8

bundle.js

14

package.json
{
"name": "eth-block-tracker",
"version": "1.0.7",
"version": "1.0.8",
"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.",
"main": "index.js",
"main": "bundle.js",
"scripts": {
"test": "browserify test/basic.js | node"
"test": "browserify test/basic.js | node",
"prepublish": "babel index.js -o bundle.js"
},

@@ -13,3 +14,2 @@ "author": "",

"async-eventemitter": "^0.2.2",
"babel-preset-es2017": "^6.22.0",
"babelify": "^7.3.0",

@@ -27,3 +27,3 @@ "eth-query": "^2.1.0",

"presets": [
"es2017"
"es2015"
]

@@ -35,2 +35,6 @@ }

"devDependencies": {
"babel-cli": "^6.24.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-3": "^6.24.1",
"json-rpc-engine": "^2.0.0"

@@ -37,0 +41,0 @@ },

Sorry, the diff of this file is not supported yet

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