Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@ckb-lumos/base

Package Overview
Dependencies
Maintainers
3
Versions
196
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ckb-lumos/base - npm Package Compare versions

Comparing version 0.4.8 to 0.5.0

2

index.d.ts

@@ -94,2 +94,3 @@ import * as core from "./lib/core";

toBlock?: number;
skip?: number;
}

@@ -111,2 +112,3 @@

export interface CellProvider {
uri?: string;
collector(queryOptions: QueryOptions): CellCollector;

@@ -113,0 +115,0 @@ }

{
"name": "@ckb-lumos/base",
"version": "0.4.8",
"version": "0.5.0",
"description": "Base data structures and utilities used in lumos",

@@ -10,2 +10,13 @@ "author": "Xuejie Xiao <xxuejie@gmail.com>",

"types": "index.d.ts",
"engines": {
"node": ">=12.0.0"
},
"cpu": [
"x64"
],
"os": [
"win32",
"darwin",
"linux"
],
"files": [

@@ -16,3 +27,4 @@ "lib",

"publishConfig": {
"access": "public"
"access": "public",
"registry": "http://registry.npmjs.org/"
},

@@ -19,0 +31,0 @@ "repository": {

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