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

@eth-sdk/key

Package Overview
Dependencies
Maintainers
3
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eth-sdk/key - npm Package Compare versions

Comparing version 0.2.8 to 0.2.10

1

build/Key.d.ts

@@ -16,2 +16,3 @@ import { IQuery, WithQuery, queryProviders } from '@eth-sdk/query';

signPersonalMessage(message: TData): Promise<string>;
signTypedMessage(message: string): string;
signTransaction(options: Key.ISignTransactionOptions): Promise<string>;

@@ -18,0 +19,0 @@ extendProvider(method: string, params: any[]): Promise<any>;

@@ -93,2 +93,5 @@ "use strict";

}
signTypedMessage(message) {
return utils_1.signTypedMessage(message, this.privateKey);
}
signTransaction(options) {

@@ -95,0 +98,0 @@ return __awaiter(this, void 0, void 0, function* () {

6

package.json
{
"name": "@eth-sdk/key",
"version": "0.2.8",
"version": "0.2.10",
"description": "Eth sdk key",

@@ -30,4 +30,4 @@ "author": {

"dependencies": {
"@eth-sdk/query": "^0.2.8",
"@eth-sdk/utils": "^0.2.8",
"@eth-sdk/query": "^0.2.10",
"@eth-sdk/utils": "^0.2.10",
"@types/hdkey": "0.7.1",

@@ -34,0 +34,0 @@ "@types/node": "12.12.9",

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