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
3
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 0.21.0 to 0.22.0

4

lib/schema.d.ts

@@ -28,5 +28,3 @@ /// <reference types="node" />

allForks_pendingBlock = 25,
index_stateArchiveRootIndex = 26,
altair_syncCommitteeSignature = 31,
altair_contributionAndProof = 32
index_stateArchiveRootIndex = 26
}

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

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

Bucket[Bucket["index_stateArchiveRootIndex"] = 26] = "index_stateArchiveRootIndex";
Bucket[Bucket["altair_syncCommitteeSignature"] = 31] = "altair_syncCommitteeSignature";
Bucket[Bucket["altair_contributionAndProof"] = 32] = "altair_contributionAndProof";
})(Bucket || (exports.Bucket = Bucket = {}));

@@ -51,0 +49,0 @@

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

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

"dependencies": {
"@chainsafe/lodestar-config": "^0.21.0",
"@chainsafe/lodestar-utils": "^0.21.0",
"@chainsafe/ssz": "^0.8.4",
"@chainsafe/lodestar-config": "^0.22.0",
"@chainsafe/lodestar-utils": "^0.22.0",
"@chainsafe/ssz": "^0.8.5",
"it-all": "^1.0.2",

@@ -46,3 +46,7 @@ "level": "^6.0.1",

},
"gitHead": "58d4adda54d0b87f57c02af91345f0c2818816b9"
"devDependencies": {
"@types/level": "^6.0.0",
"@types/leveldown": "^4.0.2"
},
"gitHead": "c37afddf34e0459c9c2991c8902ea14c9a947fc0"
}

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