Socket
Socket
Sign inDemoInstall

@eth-optimism/core-utils

Package Overview
Dependencies
Maintainers
6
Versions
228
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eth-optimism/core-utils - npm Package Compare versions

Comparing version 0.0.1-alpha.30 to 0.0.1-alpha.31

build/constants.js

13

build/index.js

@@ -13,7 +13,10 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.rootPath = void 0;
const rootPath = __dirname;
exports.rootPath = rootPath;
__exportStar(require("./src/app"), exports);
__exportStar(require("./src/types"), exports);
exports.abi = void 0;
const ethers_1 = require("ethers");
exports.abi = new ethers_1.ethers.utils.AbiCoder();
__exportStar(require("./transport"), exports);
__exportStar(require("./constants"), exports);
__exportStar(require("./log"), exports);
__exportStar(require("./hex-strings"), exports);
__exportStar(require("./types"), exports);
//# sourceMappingURL=index.js.map
{
"name": "@eth-optimism/core-utils",
"version": "0.0.1-alpha.30",
"version": "0.0.1-alpha.31",
"description": "Optimism Core Utils",

@@ -10,8 +10,7 @@ "main": "build/index.js",

"scripts": {
"all": "yarn clean && yarn build && yarn test && yarn fix && yarn lint",
"all": "yarn clean && yarn build && yarn test && yarn lint:fix && yarn lint",
"build": "tsc -p .",
"clean": "rimraf build/",
"fix": "prettier --config ../../prettier-config.json --write 'index.ts' '{src,test}/**/*.ts'",
"lint": "tslint --format stylish --project .",
"test": "mocha --require ts-node/register 'test/**/*.spec.ts' --timeout 5000 --exit"
"lint:fix": "prettier --config ../../prettier-config.json --write 'index.ts' '{src,test}/**/*.ts'"
},

@@ -33,16 +32,9 @@ "keywords": [

"dependencies": {
"abstract-leveldown": "^6.2.2",
"async-lock": "^1.2.2",
"axios": "^0.19.0",
"bn.js": "^4.11.8",
"body-parser": "^1.19.0",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"debug": "^4.1.1",
"dotenv": "^8.2.0",
"ethereumjs-util": "^6.2.0",
"ethers-v4": "npm:ethers@4",
"ethers": "^5.0.24",
"express": "^4.17.1",
"memdown": "^4.0.0",
"ts-md5": "^1.2.4",
"uuid": "^3.3.3"

@@ -53,2 +45,3 @@ },

"@types/chai": "^4.1.7",
"@types/debug": "^4.1.5",
"@types/mocha": "^5.2.7",

@@ -58,3 +51,3 @@ "@types/node": "^12.0.7",

"chai-as-promised": "^7.1.1",
"ethereum-waffle": "2.1.0",
"ethereum-waffle": "^3.2.1",
"mocha": "^6.1.4",

@@ -61,0 +54,0 @@ "rimraf": "^2.6.3",

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