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

@chainsafe/lodestar-db

Package Overview
Dependencies
Maintainers
6
Versions
829
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chainsafe/lodestar-db - npm Package Compare versions

Comparing version

to
0.19.0

6

lib/schema.d.ts

@@ -29,4 +29,6 @@ /// <reference types="node" />

index_stateArchiveRootIndex = 26,
lightclient_block = 27,
lightclient_blockArchive = 28
altair_block = 27,
altair_blockArchive = 28,
altair_pendingBlock = 29,
altair_stateArchive = 30
}

@@ -33,0 +35,0 @@ export declare enum Key {

@@ -47,4 +47,6 @@ "use strict";

Bucket[Bucket["index_stateArchiveRootIndex"] = 26] = "index_stateArchiveRootIndex";
Bucket[Bucket["lightclient_block"] = 27] = "lightclient_block";
Bucket[Bucket["lightclient_blockArchive"] = 28] = "lightclient_blockArchive";
Bucket[Bucket["altair_block"] = 27] = "altair_block";
Bucket[Bucket["altair_blockArchive"] = 28] = "altair_blockArchive";
Bucket[Bucket["altair_pendingBlock"] = 29] = "altair_pendingBlock";
Bucket[Bucket["altair_stateArchive"] = 30] = "altair_stateArchive";
})(Bucket || (exports.Bucket = Bucket = {}));

@@ -51,0 +53,0 @@

{
"name": "@chainsafe/lodestar-db",
"version": "0.18.0",
"version": "0.19.0",
"description": "DB modules of Lodestar",

@@ -38,5 +38,5 @@ "author": "ChainSafe Systems",

"dependencies": {
"@chainsafe/lodestar-config": "^0.18.0",
"@chainsafe/lodestar-utils": "^0.18.0",
"@chainsafe/ssz": "^0.7.0",
"@chainsafe/lodestar-config": "^0.19.0",
"@chainsafe/lodestar-utils": "^0.19.0",
"@chainsafe/ssz": "^0.8.2",
"it-all": "^1.0.2",

@@ -47,3 +47,3 @@ "it-pushable": "^1.4.0",

},
"gitHead": "8fb7fc3a6f6bc0a7d02838eef5b32e2d2f5c205a"
"gitHead": "4e5ae5bf4ab039cc55cd4621a2382d37865cf442"
}

Sorry, the diff of this file is not supported yet