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

@eth-sdk/key

Package Overview
Dependencies
Maintainers
1
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.1.7 to 0.2.0

2

build/Key.d.ts

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

constructor(privateKey?: string, query?: IQuery);
readonly address: string;
get address(): string;
fetchAddress(index?: number): Promise<void>;

@@ -16,0 +16,0 @@ signPersonalMessage(message: TData): Promise<string>;

{
"name": "@eth-sdk/key",
"version": "0.1.7",
"version": "0.2.0",
"description": "Eth sdk key",

@@ -12,6 +12,6 @@ "author": {

"type": "git",
"url": "https://github.com/etherspot/eth-sdk.git"
"url": "https://github.com/abridged/eth-sdk.git"
},
"bugs": {
"url": "https://github.com/etherspot/eth-sdk/issues"
"url": "https://github.com/abridged/eth-sdk/issues"
},

@@ -31,20 +31,20 @@ "main": "./build/index.js",

"dependencies": {
"@eth-sdk/query": "^0.1.7",
"@eth-sdk/utils": "^0.1.7",
"@types/hdkey": "^0.7.1",
"@types/node": "^12.0.0",
"bip39": "^3.0.2",
"ethereumjs-common": "^1.3.2",
"ethereumjs-tx": "^2.1.1",
"hdkey": "^1.1.1"
"@eth-sdk/query": "^0.2.0",
"@eth-sdk/utils": "^0.2.0",
"@types/hdkey": "0.7.1",
"@types/node": "12.12.9",
"bip39": "3.0.2",
"ethereumjs-common": "1.4.0",
"ethereumjs-tx": "2.1.1",
"hdkey": "1.1.1"
},
"devDependencies": {
"@types/jest": "^24.0.19",
"jest": "^24.9.0",
"rimraf": "^3.0.0",
"ts-jest": "^24.1.0",
"tslint": "^5.20.0",
"tslint-config-airbnb": "^5.11.2",
"tsutils": "^3.17.1",
"typescript": "^3.6.4"
"@types/jest": "24.0.23",
"jest": "24.9.0",
"rimraf": "3.0.0",
"ts-jest": "24.1.0",
"tslint": "5.20.1",
"tslint-config-airbnb": "5.11.2",
"tsutils": "3.17.1",
"typescript": "3.7.2"
},

@@ -51,0 +51,0 @@ "jest": {

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