New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

eosjs-api

Package Overview
Dependencies
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eosjs-api - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

package.json
{
"name": "eosjs-api",
"version": "1.0.1",
"version": "1.0.2",
"description": "Application programming interface to EOS blockchain nodes.",

@@ -5,0 +5,0 @@ "scripts": {

@@ -29,7 +29,7 @@ [![Build Status](https://travis-ci.org/eosjs/api.svg?branch=master)](https://travis-ci.org/eosjs/api)

// Parameters can be an array
// Parameters are added before the callback
testnet.getBlock(1, callback)
// Parameters can be an object
testnet.getBlock({"block_num_or_id": 1}, callback)
testnet.getBlock({block_num_or_id: 1}, callback)

@@ -36,0 +36,0 @@ // All methods work under promisifyAll

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