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

@aresrpg/sui-checkpoint-reader

Package Overview
Dependencies
Maintainers
0
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aresrpg/sui-checkpoint-reader - npm Package Compare versions

Comparing version 3.3.1 to 3.3.2

2

package.json
{
"name": "@aresrpg/sui-checkpoint-reader",
"version": "3.3.1",
"version": "3.3.2",
"description": "",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -507,4 +507,2 @@ import { setInterval, setTimeout } from 'timers/promises'

console.dir({ encoding, data })
const { checkpoint_summary, checkpoint_contents, transactions } =

@@ -528,3 +526,2 @@ CheckpointData.parse(data)

const get_object_digest = id => {
console.dir(mapped, { depth: Infinity })
const object_write =

@@ -531,0 +528,0 @@ mapped.effects.V2?.changed_objects[id]?.output_state?.ObjectWrite ??

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