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
2
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 3.0.1 to 3.0.2

6

lib/exported-helpers.js

@@ -17,4 +17,4 @@ 'use strict';

@property {string} ref_block_prefix - get_block.ref_block_prefix .. This is
the same block referenced in `ref_block_num`.
@property {number} ref_block_prefix - get_block.ref_block_prefix .. This is
a 32 bit number identifier (identify the same block referenced in `ref_block_num`).

@@ -25,3 +25,3 @@ @property {string} expiration - This is based on the head block time from the

Example: `new Date(info.head_block_time + 'Z').getTime() + expireInSeconds * 1000`
Example: `new Date(new Date(info.head_block_time + 'Z').getTime() + expireInSeconds * 1000).toISOString().split('.')[0]`
*/

@@ -28,0 +28,0 @@

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

var configDefaults = { httpEndpoint: 'http://testnet1.eos.io'
var configDefaults = { httpEndpoint: 'http://t1readonly.eos.io'

@@ -15,0 +15,0 @@ /**

{
"name": "eosjs-api",
"version": "3.0.1",
"version": "3.0.2",
"description": "Application programming interface to EOS blockchain nodes.",

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