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

@eth-sdk/utils

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eth-sdk/utils - npm Package Compare versions

Comparing version 0.2.6 to 0.2.7

3

build/address.js

@@ -40,3 +40,4 @@ "use strict";

const payload = hex_1.concatHex('0xff', creator, salt, byteCode);
result = toChecksumAddress(`${constants_1.HEX_PREFIX}${keccak_1.keccak256(payload).slice(2).slice(-40)}`);
const address = `${constants_1.HEX_PREFIX}${keccak_1.keccak256(payload).slice(2).slice(-40)}`;
result = toChecksumAddress(address);
}

@@ -43,0 +44,0 @@ return result;

{
"name": "@eth-sdk/utils",
"version": "0.2.6",
"version": "0.2.7",
"description": "Eth sdk utils",

@@ -5,0 +5,0 @@ "author": {

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