New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@shapeshiftoss/hdwallet-core

Package Overview
Dependencies
Maintainers
9
Versions
296
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shapeshiftoss/hdwallet-core - npm Package Compare versions

Comparing version 1.39.0 to 1.40.0

10

dist/ethereum.d.ts
import { Bytes } from "@ethersproject/bytes";
import { TypedData } from "eip-712";
import { BIP32Path, HDWallet, HDWalletInfo, PathDescription } from "./wallet";

@@ -83,2 +84,10 @@ export interface SerializedEthereumRpcError {

}
export interface ETHSignTypedData {
addressNList: BIP32Path;
typedData: TypedData;
}
export interface ETHSignedTypedData {
address: string;
signature: string;
}
export interface ETHVerifyMessage {

@@ -157,2 +166,3 @@ address: string;

ethSignMessage(msg: ETHSignMessage): Promise<ETHSignedMessage | null>;
ethSignTypedData?(msg: ETHSignTypedData): Promise<ETHSignedTypedData | null>;
ethVerifyMessage(msg: ETHVerifyMessage): Promise<boolean | null>;

@@ -159,0 +169,0 @@ }

5

package.json
{
"name": "@shapeshiftoss/hdwallet-core",
"version": "1.39.0",
"version": "1.40.0",
"license": "MIT",

@@ -17,2 +17,3 @@ "publishConfig": {

"dependencies": {
"eip-712": "^1.0.0",
"eventemitter2": "^5.0.1",

@@ -32,3 +33,3 @@ "lodash": "^4.17.21",

},
"gitHead": "9dd4bd9b87ec2e952f425266f3965c8fc009268b"
"gitHead": "ed6bdfc3ed30320900999516e0ac0d7168eec9fb"
}
dist/ethereum.d.ts.map

Sorry, the diff of this file is not supported yet

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