@eth-sdk/key
Advanced tools
Comparing version 0.2.8 to 0.2.10
@@ -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* () { |
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
19295
251
1
Updated@eth-sdk/query@^0.2.10
Updated@eth-sdk/utils@^0.2.10