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

@keystonehq/metamask-airgapped-keyring

Package Overview
Dependencies
Maintainers
2
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@keystonehq/metamask-airgapped-keyring - npm Package Compare versions

Comparing version 0.2.5-alpha.2.1 to 0.2.6-alpha.0

2

dist/index.d.ts
export { MetaMaskKeyring } from "./MetaMaskKeyring";
export { MemState as MetaMaskKeyringStore } from "./MetaMaskInteractionProvider";
export { IMemState as IKeyringState } from "./MetaMaskInteractionProvider";

@@ -6,3 +6,3 @@ /// <reference types="node" />

import { EthSignRequest, ETHSignature, CryptoHDKey, CryptoAccount } from "@keystonehq/bc-ur-registry-eth";
export declare type MemState = ObservableStore<{
export declare type IMemState = ObservableStore<{
_version: number;

@@ -26,3 +26,3 @@ sync: {

static instance: MetamaskInteractionProvider;
memStore: MemState;
memStore: IMemState;
constructor();

@@ -29,0 +29,0 @@ private cleanSyncListeners;

@@ -9,3 +9,3 @@ import { BaseKeyring, StoredKeyring } from "@keystonehq/base-eth-keyring";

resetStore: () => void;
getMemStore: () => import("./MetaMaskInteractionProvider").MemState;
getMemStore: () => import("./MetaMaskInteractionProvider").IMemState;
signTransaction(address: string, tx: any): Promise<any>;

@@ -12,0 +12,0 @@ removeAccount: (address: any) => void;

{
"name": "@keystonehq/metamask-airgapped-keyring",
"version": "0.2.5-alpha.2.1",
"version": "0.2.6-alpha.0",
"description": "airgapped eth keyring for metamask",

@@ -30,4 +30,4 @@ "author": "aaronisme <aarondongchen@gmail.com>",

"@ethereumjs/tx": "^3.3.0",
"@keystonehq/base-eth-keyring": "^0.3.5-alpha.0",
"@keystonehq/bc-ur-registry-eth": "^0.8.1-alpha.0",
"@keystonehq/base-eth-keyring": "^0.3.6-alpha.0",
"@keystonehq/bc-ur-registry-eth": "^0.8.2-alpha.0",
"@metamask/obs-store": "^7.0.0",

@@ -45,3 +45,3 @@ "rlp": "^2.2.6",

},
"gitHead": "242a6d11681f6d0c86cce087441024f68c86620e"
"gitHead": "00b59ed35527de521e5ac856e16e9023795b23d8"
}

Sorry, the diff of this file is not supported yet

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