Socket
Socket
Sign inDemoInstall

@eth-optimism/core-utils

Package Overview
Dependencies
Maintainers
2
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.12.2 to 0.12.3

2

dist/optimism/deposit-transaction.js

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

SourceHashDomain[SourceHashDomain["L1InfoDeposit"] = 1] = "L1InfoDeposit";
})(SourceHashDomain = exports.SourceHashDomain || (exports.SourceHashDomain = {}));
})(SourceHashDomain || (exports.SourceHashDomain = SourceHashDomain = {}));
class DepositTx {

@@ -71,0 +71,0 @@ constructor(opts = {}) {

{
"name": "@eth-optimism/core-utils",
"version": "0.12.2",
"version": "0.12.3",
"description": "[Optimism] Core typescript utilities",

@@ -34,10 +34,10 @@ "main": "dist/index",

"@ethersproject/rlp": "^5.7.0",
"@ethersproject/web": "^5.7.0",
"chai": "^4.3.4",
"ethers": "^5.7.0",
"@ethersproject/web": "^5.7.1",
"chai": "^4.3.7",
"ethers": "^5.7.2",
"node-fetch": "^2.6.7"
},
"devDependencies": {
"@types/node": "^12.12.6",
"mocha": "^10.0.0"
"@types/node": "^20.5.0",
"mocha": "^10.2.0"
},

@@ -48,2 +48,3 @@ "scripts": {

"clean": "rimraf dist/ ./tsconfig.tsbuildinfo",
"preinstall": "npx only-allow pnpm",
"lint": "pnpm lint:fix && pnpm lint:check",

@@ -50,0 +51,0 @@ "lint:check": "eslint . --max-warnings=0",

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