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

@bloks/utils

Package Overview
Dependencies
Maintainers
1
Versions
167
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bloks/utils - npm Package Compare versions

Comparing version 27.1.0 to 27.2.0

16

dist/index.js

@@ -621,2 +621,3 @@ "use strict";

actions = transaction.traces.filter((trace) => trace.creator_action_ordinal === 0);
console.log(transaction);
} else {

@@ -634,9 +635,2 @@ for (const [i, action] of transaction.traces.entries()) {

traces = actions.map((action) => historyTransformRecursiveTrace(action));
if (transaction.trx.trx) {
delay_sec = transaction.trx.trx.delay_sec;
expiration = transaction.trx.trx.expiration;
} else {
delay_sec = "N/A";
expiration = "N/A";
}
if (transaction.traces.length > 0 && actions.length === 0) {

@@ -666,2 +660,9 @@ actions = [];

}
if (transaction.trx.trx) {
delay_sec = transaction.trx.trx.delay_sec;
expiration = transaction.trx.trx.expiration;
} else {
delay_sec = "N/A";
expiration = "N/A";
}
const extraFields = {

@@ -680,2 +681,3 @@ ...transaction,

block_num: transaction.block_num,
transaction_extensions: [],
delay_sec,

@@ -682,0 +684,0 @@ expiration,

{
"name": "@bloks/utils",
"version": "27.1.0",
"version": "27.2.0",
"author": "jafri",

@@ -5,0 +5,0 @@ "module": "dist/utils.esm.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