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

eth-sig-util

Package Overview
Dependencies
Maintainers
4
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eth-sig-util - npm Package Compare versions

Comparing version 2.4.0 to 2.4.1

5

index.d.ts

@@ -18,4 +18,5 @@ type hexPrefixedHex = string;

interface TypedDataParam extends MsgParams {
interface TypedDataParam {
data: TypedData,
sig: string,
}

@@ -30,3 +31,3 @@

export function recoverPersonalSignature(msgParams: SignedMsgParams): string
export function extractPublicKey(msgParams: SignedMsgParams)
export function extractPublicKey(msgParams: SignedMsgParams): hexPrefixedHex
export function typedSignatureHash(typedData: TypedData): EthJsBinary

@@ -33,0 +34,0 @@

2

package.json
{
"name": "eth-sig-util",
"version": "2.4.0",
"version": "2.4.1",
"description": "A few useful functions for signing ethereum data",

@@ -5,0 +5,0 @@ "main": "index.js",

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