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

@ckb-lumos/ckb-indexer

Package Overview
Dependencies
Maintainers
3
Versions
154
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ckb-lumos/ckb-indexer - npm Package Compare versions

Comparing version 0.0.0-canary-40e12a9-20240525003140 to 0.0.0-canary-4110f0d-20240605105355

4

lib/transaction_collector.js

@@ -109,3 +109,5 @@ "use strict";

cycles: tx.cycles,
timeAddedToPool: tx.timeAddedToPool
timeAddedToPool: tx.timeAddedToPool,
minReplaceFee: tx.minReplaceFee,
fee: tx.fee
}));

@@ -112,0 +114,0 @@ return objects;

{
"name": "@ckb-lumos/ckb-indexer",
"version": "0.0.0-canary-40e12a9-20240525003140",
"version": "0.0.0-canary-4110f0d-20240605105355",
"description": "CKB Indexer",

@@ -22,7 +22,7 @@ "author": "Xuejie Xiao <xxuejie@gmail.com>",

"dependencies": {
"@ckb-lumos/base": "0.0.0-canary-40e12a9-20240525003140",
"@ckb-lumos/bi": "0.0.0-canary-40e12a9-20240525003140",
"@ckb-lumos/codec": "0.0.0-canary-40e12a9-20240525003140",
"@ckb-lumos/rpc": "0.0.0-canary-40e12a9-20240525003140",
"@ckb-lumos/toolkit": "0.0.0-canary-40e12a9-20240525003140",
"@ckb-lumos/base": "0.0.0-canary-4110f0d-20240605105355",
"@ckb-lumos/bi": "0.0.0-canary-4110f0d-20240605105355",
"@ckb-lumos/codec": "0.0.0-canary-4110f0d-20240605105355",
"@ckb-lumos/rpc": "0.0.0-canary-4110f0d-20240605105355",
"@ckb-lumos/toolkit": "0.0.0-canary-4110f0d-20240605105355",
"cross-fetch": "^3.1.5",

@@ -32,3 +32,3 @@ "events": "^3.3.0"

"devDependencies": {
"@ckb-lumos/testkit": "0.0.0-canary-40e12a9-20240525003140",
"@ckb-lumos/testkit": "0.0.0-canary-4110f0d-20240605105355",
"@types/lodash.uniqby": "^4.7.7",

@@ -35,0 +35,0 @@ "@types/request": "^2.48.8",

@@ -182,2 +182,4 @@ import {

timeAddedToPool: tx.timeAddedToPool,
minReplaceFee: tx.minReplaceFee,
fee: tx.fee,
})

@@ -184,0 +186,0 @@ );

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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