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.31 to 0.1.0

build/coders/ecdsa-coder.js

1

build/index.js

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

__exportStar(require("./types"), exports);
__exportStar(require("./coders"), exports);
//# sourceMappingURL=index.js.map

8

package.json
{
"name": "@eth-optimism/core-utils",
"version": "0.0.1-alpha.31",
"version": "0.1.0",
"description": "Optimism Core Utils",
"main": "build/index.js",
"types": "build/index.d.ts",
"files": [

@@ -14,3 +15,4 @@ "build/**/*.js"

"lint": "tslint --format stylish --project .",
"lint:fix": "prettier --config ../../prettier-config.json --write 'index.ts' '{src,test}/**/*.ts'"
"lint:fix": "prettier --config ../../prettier-config.json --write 'index.ts' '{src,test}/**/*.ts'",
"test": "ts-mocha test/*"
},

@@ -32,2 +34,3 @@ "keywords": [

"dependencies": {
"@ethersproject/abstract-provider": "^5.0.9",
"axios": "^0.19.0",

@@ -53,2 +56,3 @@ "body-parser": "^1.19.0",

"rimraf": "^2.6.3",
"ts-mocha": "^8.0.0",
"ts-node": "^8.2.0",

@@ -55,0 +59,0 @@ "typescript": "^3.5.1"

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