Socket
Socket
Sign inDemoInstall

@chainsafe/lodestar-config

Package Overview
Dependencies
Maintainers
4
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.11.0 to 0.12.0

1

lib/index.d.ts

@@ -5,1 +5,2 @@ import { IBeaconParams } from "@chainsafe/lodestar-params";

export declare function createIBeaconConfig(params: IBeaconParams): IBeaconConfig;
//# sourceMappingURL=index.d.ts.map

3

lib/index.js

@@ -18,5 +18,6 @@ "use strict";

if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
if (key in exports && exports[key] === _interface[key]) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function get() {
get: function () {
return _interface[key];

@@ -23,0 +24,0 @@ }

@@ -7,1 +7,2 @@ import { IBeaconParams } from "@chainsafe/lodestar-params";

}
//# sourceMappingURL=interface.d.ts.map
import { IBeaconConfig } from "../interface";
export declare const config: IBeaconConfig;
//# sourceMappingURL=mainnet.d.ts.map
import { IBeaconConfig } from "../interface";
export declare const config: IBeaconConfig;
//# sourceMappingURL=minimal.d.ts.map
{
"name": "@chainsafe/lodestar-config",
"version": "0.11.0",
"version": "0.12.0",
"description": "Chain configuration required for lodestar",

@@ -20,4 +20,4 @@ "author": "ChainSafe Systems",

"clean": "rm -rf lib && rm -f tsconfig.tsbuildinfo",
"build": "yarn build:lib && yarn build:types",
"build:release": "yarn run clean && yarn run build && yarn run build:docs",
"build": "concurrently \"yarn build:lib\" \"yarn build:types\"",
"build:release": "yarn run clean && yarn run build && yarn run build:typedocs",
"build:types": "tsc --incremental --declaration --outDir lib --emitDeclarationOnly",

@@ -27,6 +27,6 @@ "build:types:watch": "yarn run build:types --watch --preserveWatchOutput",

"build:lib:watch": "yarn run build:lib --watch",
"build:docs": "typedoc --exclude src/index.ts --out docs src",
"build:typedocs": "typedoc --exclude src/index.ts --out typedocs src",
"check-types": "tsc --noEmit",
"lint": "eslint --color --ext .ts src/",
"lint:fix": "eslint --color --ext .ts src/ --fix",
"lint:fix": "yarn run lint --fix",
"prepublishOnly": "yarn build",

@@ -46,12 +46,6 @@ "pretest": "yarn run check-types"

"dependencies": {
"@chainsafe/lodestar-params": "^0.11.0",
"@chainsafe/lodestar-types": "^0.11.0"
"@chainsafe/lodestar-params": "^0.12.0",
"@chainsafe/lodestar-types": "^0.12.0"
},
"devDependencies": {
"@types/chai": "4.2.0",
"@types/mocha": "^5.2.7",
"chai": "^4.2.0",
"mocha": "^6.2.2"
},
"gitHead": "d84564bda2f3548a1d7e419c1c621f005a4f1dca"
"gitHead": "5162c9136854c8c0b3816bb7622468ee0f3cc61b"
}

@@ -9,2 +9,4 @@ # lodestar-config

> This package is part of [ChainSafe's Lodestar](https://lodestar.chainsafe.io) project
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).

@@ -30,2 +32,2 @@

Apache-2.0
Apache-2.0 [ChainSafe Systems](https://chainsafe.io)

Sorry, the diff of this file is not supported yet

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