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

@ckb-lumos/rpc

Package Overview
Dependencies
Maintainers
3
Versions
160
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ckb-lumos/rpc - npm Package Compare versions

Comparing version 0.0.0-canary-ef5d099-20231211063519 to 0.0.0-canary-f2fbef5-20240311091511

3

lib/Base/index.d.ts

@@ -100,3 +100,3 @@ import { CKBComponents } from "../types/api";

getLiveCell: (outPoint: CKBComponents.OutPoint, withData: boolean) => Promise<{
cell: CKBComponents.LiveCell;
cell: Option<CKBComponents.LiveCell>;
status: CKBComponents.CellStatus;

@@ -404,3 +404,4 @@ }>;

}
export type Option<T> = T | null;
export {};
//# sourceMappingURL=index.d.ts.map
{
"name": "@ckb-lumos/rpc",
"version": "0.0.0-canary-ef5d099-20231211063519",
"version": "0.0.0-canary-f2fbef5-20240311091511",
"description": "RPC module for CKB",

@@ -29,4 +29,4 @@ "homepage": "https://github.com/ckb-js/lumos#readme",

"dependencies": {
"@ckb-lumos/base": "0.0.0-canary-ef5d099-20231211063519",
"@ckb-lumos/bi": "0.0.0-canary-ef5d099-20231211063519",
"@ckb-lumos/base": "0.0.0-canary-f2fbef5-20240311091511",
"@ckb-lumos/bi": "0.0.0-canary-f2fbef5-20240311091511",
"abort-controller": "^3.0.0",

@@ -33,0 +33,0 @@ "cross-fetch": "^3.1.5"

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