Socket
Socket
Sign inDemoInstall

@eth-optimism/core-utils

Package Overview
Dependencies
Maintainers
4
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.12 to 0.0.1-alpha.13

3

build/src/app/misc.js

@@ -85,2 +85,5 @@ "use strict";

};
exports.hexStrToNumber = (hexString) => {
return parseInt(exports.remove0x(hexString), 16);
};
exports.bufToHexString = (buff, prepend0x = true) => {

@@ -87,0 +90,0 @@ const bufStr = buff.toString('hex');

4

package.json
{
"name": "@eth-optimism/core-utils",
"version": "0.0.1-alpha.12",
"version": "0.0.1-alpha.13",
"description": "Optimism Core Utils",

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

},
"gitHead": "a67de903b41fa1a383f7453384a30cdedc3783b0"
"gitHead": "9acaf7f2c1229fcd997fc821eb801bab150f5b17"
}
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