Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@eth-optimism/core-utils

Package Overview
Dependencies
Maintainers
5
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.21 to 0.0.1-alpha.22

5

build/src/app/misc.js

@@ -88,2 +88,7 @@ "use strict";

};
exports.castToNumber = (stringOrNumber) => {
return typeof stringOrNumber === 'number'
? stringOrNumber
: exports.hexStrToNumber(stringOrNumber);
};
exports.bufToHexString = (buff, prepend0x = true) => {

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

4

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

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

},
"gitHead": "e5a9009a6e0cd4475be7174d13f6b2b26db386a9"
"gitHead": "ccce366645fca6bad46c5cf7f7ff2f407c6ba5fd"
}
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