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
3
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 3.5.70 to 3.5.72

6

package.json
{
"name": "@bloks/utils",
"version": "3.5.70",
"version": "3.5.72",
"description": "",

@@ -13,3 +13,3 @@ "publishConfig": {

"dependencies": {
"@bloks/constants": "^3.5.70",
"@bloks/constants": "^3.5.72",
"@jafri/eosjs2": "^20.0.1-e34c16e.149",

@@ -22,3 +22,3 @@ "bignumber.js": "^9.0.0",

},
"gitHead": "52f227271f58cd7e424f2093cdc16cad42bbc3ed"
"gitHead": "80639f3cb9c47a0d06a5ac2c0384ca8fa53b122e"
}

@@ -90,3 +90,3 @@ import { constants } from '@bloks/constants'

for (const inline_trace of action_trace['inline_traces']) {
if (inline_trace['act']['account'] === 'eosio.rex' || inline_trace['act']['name'] === 'sellresult') {
if (inline_trace['act']['account'] === constants.EOSIO_REX || inline_trace['act']['name'] === 'sellresult') {
actions.push({ action_trace: inline_trace })

@@ -93,0 +93,0 @@ }

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