@ckb-lumos/base
Advanced tools
Comparing version 0.4.8 to 0.5.0
@@ -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": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
69034
1948
1