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

graphenejs-lib

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphenejs-lib - npm Package Compare versions

Comparing version 0.4.9 to 0.4.10

4

dist/chain/src/ChainStore.js

@@ -135,4 +135,4 @@ "use strict";

_this.head_block_time_string = optional_object.time;
_this.chain_time_offset.push(Date.now() - timeStringToDate(optional_object.time).getTime());
var now = Date.now();
_this.chain_time_offset.push(new Date().getTime() - timeStringToDate(optional_object.time).getTime());
var now = new Date().getTime();
var delta = (now - head_time) / 1000;

@@ -139,0 +139,0 @@ var start = Date.parse('Sep 1, 2015');

{
"name": "graphenejs-lib",
"version": "0.4.9",
"version": "0.4.10",
"description": "Pure JavaScript Bitshares/Graphene library for node.js and browsers.",

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

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