Socket
Socket
Sign inDemoInstall

@metamask/eth-sig-util

Package Overview
Dependencies
Maintainers
12
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@metamask/eth-sig-util - npm Package Compare versions

Comparing version 6.0.1 to 6.0.2

dist/encryption.test.d.ts

2

dist/sign-typed-data.js

@@ -170,3 +170,3 @@ "use strict";

}
else if ((0, utils_2.isStrictHexString)(value)) {
else if ((0, utils_2.isStrictHexString)(value) || value === '0x') {
value = (0, utils_2.hexToBytes)(value);

@@ -173,0 +173,0 @@ }

{
"name": "@metamask/eth-sig-util",
"version": "6.0.1",
"version": "6.0.2",
"description": "A few useful functions for signing ethereum data",

@@ -5,0 +5,0 @@ "keywords": [

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