Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gxbjs

Package Overview
Dependencies
Maintainers
2
Versions
128
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gxbjs - npm Package Compare versions

Comparing version 1.2.40 to 1.2.41

2

dist/chain/src/ChainStore.js

@@ -1108,3 +1108,3 @@ "use strict";

} else if (object.id.substring(0, operation_history_prefix.length) == operation_history_prefix) {
if (object.op[0] == operations.data_transaction_update || object.op[0] == operations.data_transaction_pay || object.op[0] == operations.data_transaction_datasource_upload || object.op[0] == operations.data_transaction_datasource_validate_error) {
if (object.op[0] == operations.data_transaction_update || object.op[0] == operations.data_transaction_datasource_upload || object.op[0] == operations.data_transaction_datasource_validate_error) {
emitter.emit('data_transaction_updated', object.op[1]);

@@ -1111,0 +1111,0 @@ }

@@ -1086,3 +1086,3 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };

} else if (object.id.substring(0, operation_history_prefix.length) == operation_history_prefix) {
if (object.op[0] == operations.data_transaction_update || object.op[0] == operations.data_transaction_pay || object.op[0] == operations.data_transaction_datasource_upload || object.op[0] == operations.data_transaction_datasource_validate_error) {
if (object.op[0] == operations.data_transaction_update || object.op[0] == operations.data_transaction_datasource_upload || object.op[0] == operations.data_transaction_datasource_validate_error) {
emitter.emit('data_transaction_updated', object.op[1]);

@@ -1089,0 +1089,0 @@ }

{
"name": "gxbjs",
"version": "1.2.40",
"version": "1.2.41",
"description": "Pure JavaScript GXB 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