Socket
Socket
Sign inDemoInstall

@eth-optimism/contracts

Package Overview
Dependencies
Maintainers
2
Versions
190
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eth-optimism/contracts - npm Package Compare versions

Comparing version 0.0.0-20230203220206 to 0.0.0-20230206212406

13

package.json
{
"name": "@eth-optimism/contracts",
"version": "0.0.0-20230203220206",
"version": "0.0.0-20230206212406",
"description": "[Optimism] L1 and L2 smart contracts for Optimism",
"main": "dist/index",
"type": "commonjs",
"types": "dist/index",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [

@@ -25,3 +25,3 @@ "dist/**/*.js",

"build": "yarn build:contracts && yarn copy:contracts && yarn autogen:artifacts && yarn build:typescript",
"build:typescript": "tsc -p ./tsconfig.json",
"build:typescript": "tsup && tsc -p ./tsconfig.json",
"build:contracts": "hardhat compile --show-stack-traces",

@@ -62,3 +62,3 @@ "autogen:markdown": "ts-node scripts/generate-markdown.ts",

"dependencies": {
"@eth-optimism/core-utils": "0.0.0-20230203220206",
"@eth-optimism/core-utils": "0.0.0-20230206212406",
"@ethersproject/abstract-provider": "^5.7.0",

@@ -117,2 +117,3 @@ "@ethersproject/abstract-signer": "^5.7.0"

"ts-node": "^10.9.1",
"tsup": "^6.5.0",
"typechain": "^8.1.0",

@@ -119,0 +120,0 @@ "typescript": "^4.9.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