Socket
Socket
Sign inDemoInstall

@chainsafe/lodestar-config

Package Overview
Dependencies
Maintainers
3
Versions
840
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chainsafe/lodestar-config - npm Package Compare versions

Comparing version 0.9.0 to 0.10.0

10

package.json
{
"name": "@chainsafe/lodestar-config",
"version": "0.9.0",
"version": "0.10.0",
"description": "Chain configuration required for lodestar",

@@ -23,3 +23,5 @@ "author": "ChainSafe Systems",

"build:types": "tsc --incremental --declaration --outDir lib --emitDeclarationOnly",
"build:types:watch": "yarn run build:types --watch --preserveWatchOutput",
"build:lib": "babel src -x .ts -d lib --source-maps",
"build:lib:watch": "yarn run build:lib --watch",
"build:docs": "typedoc --exclude src/index.ts --out docs src",

@@ -43,4 +45,4 @@ "check-types": "tsc --noEmit",

"dependencies": {
"@chainsafe/lodestar-params": "^0.9.0",
"@chainsafe/lodestar-types": "^0.9.0"
"@chainsafe/lodestar-params": "^0.10.0",
"@chainsafe/lodestar-types": "^0.10.0"
},

@@ -53,3 +55,3 @@ "devDependencies": {

},
"gitHead": "a7b4c5ad002f018f0682a627b7c528d5743f6647"
"gitHead": "3f4c0201b01e4526703f157f5b882795287f85c8"
}

4

README.md

@@ -5,3 +5,5 @@ # lodestar-config

[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
![ETH2.0_Spec_Version 0.11.1](https://img.shields.io/badge/ETH2.0_Spec_Version-0.11.1-2e86c1.svg)
![ETH2.0_Spec_Version 0.12.1](https://img.shields.io/badge/ETH2.0_Spec_Version-0.12.1-2e86c1.svg)
![ES Version](https://img.shields.io/badge/ES-2020-yellow)
![Node Version](https://img.shields.io/badge/node-12.x-green)

@@ -8,0 +10,0 @@ Configuration variables for an Eth2 network -- consists of params and ssz types (from [lodestar-params](https://github.com/ChainSafe/lodestar/tree/master/packages/lodestar-params) and [lodestar-types](https://github.com/ChainSafe/lodestar/tree/master/packages/lodestar-types) respectively).

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