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

@eth-optimism/core-db

Package Overview
Dependencies
Maintainers
5
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version

to
0.0.1-alpha.27

build/src/types/db/rdb.interface.js

1

build/src/types/db/index.js

@@ -15,2 +15,3 @@ "use strict";

__exportStar(require("./range-db.interface"), exports);
__exportStar(require("./rdb.interface"), exports);
//# sourceMappingURL=index.js.map

2

build/test/app/ethereum/utils.js

@@ -47,3 +47,3 @@ "use strict";

exports.TestListener = TestListener;
const TestToken = require('./contracts/TestToken.json');
const TestToken = require('./contracts/build/TestToken.json');
exports.deployTokenContract = async (ownerWallet, initialSupply) => {

@@ -50,0 +50,0 @@ const factory = new ethers_1.ethers.ContractFactory(TestToken.abi, TestToken.bytecode, ownerWallet);

{
"name": "@eth-optimism/core-db",
"version": "0.0.1-alpha.26",
"version": "0.0.1-alpha.27",
"description": "Optimism DB Utils",

@@ -32,3 +32,3 @@ "main": "build/index.js",

"dependencies": {
"@eth-optimism/core-utils": "^0.0.1-alpha.26",
"@eth-optimism/core-utils": "^0.0.1-alpha.27",
"abstract-leveldown": "^6.2.2",

@@ -35,0 +35,0 @@ "async-lock": "^1.2.2",