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

@metamask/eth-snap-keyring

Package Overview
Dependencies
Maintainers
12
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@metamask/eth-snap-keyring - npm Package Compare versions

Comparing version 2.1.1 to 2.1.2

dist/KeyringSnapControllerClient.d.ts

9

CHANGELOG.md

@@ -10,2 +10,8 @@ # Changelog

## [2.1.2]
### Fixed
- Fixed inconsistent signature signing ([#200](https://github.com/MetaMask/eth-snap-keyring/pull/200))
## [2.1.1]

@@ -154,3 +160,4 @@

[Unreleased]: https://github.com/MetaMask/eth-snap-keyring/compare/v2.1.1...HEAD
[Unreleased]: https://github.com/MetaMask/eth-snap-keyring/compare/v2.1.2...HEAD
[2.1.2]: https://github.com/MetaMask/eth-snap-keyring/compare/v2.1.1...v2.1.2
[2.1.1]: https://github.com/MetaMask/eth-snap-keyring/compare/v2.1.0...v2.1.1

@@ -157,0 +164,0 @@ [2.1.0]: https://github.com/MetaMask/eth-snap-keyring/compare/v2.0.0...v2.1.0

3

dist/SnapKeyring.js

@@ -24,2 +24,3 @@ "use strict";

const DeferredPromise_1 = require("./DeferredPromise");
const KeyringSnapControllerClient_1 = require("./KeyringSnapControllerClient");
const SnapIdMap_1 = require("./SnapIdMap");

@@ -61,3 +62,3 @@ const types_1 = require("./types");

this.type = SnapKeyring.type;
__classPrivateFieldSet(this, _SnapKeyring_snapClient, new keyring_api_1.KeyringSnapControllerClient({ controller }), "f");
__classPrivateFieldSet(this, _SnapKeyring_snapClient, new KeyringSnapControllerClient_1.KeyringSnapControllerClient({ controller }), "f");
__classPrivateFieldSet(this, _SnapKeyring_requests, new SnapIdMap_1.SnapIdMap(), "f");

@@ -64,0 +65,0 @@ __classPrivateFieldSet(this, _SnapKeyring_accounts, new SnapIdMap_1.SnapIdMap(), "f");

{
"name": "@metamask/eth-snap-keyring",
"version": "2.1.1",
"version": "2.1.2",
"description": "Snaps keyring bridge.",

@@ -29,6 +29,7 @@ "repository": {

"@ethereumjs/tx": "^4.2.0",
"@metamask/eth-sig-util": "^7.0.0",
"@metamask/eth-sig-util": "^7.0.1",
"@metamask/keyring-api": "^2.0.0",
"@metamask/snaps-controllers": "^3.4.1",
"@metamask/snaps-sdk": "^1.2.0",
"@metamask/snaps-controllers": "^4.1.0",
"@metamask/snaps-sdk": "^1.4.0",
"@metamask/snaps-utils": "^5.2.0",
"@metamask/utils": "^8.1.0",

@@ -79,6 +80,6 @@ "@types/uuid": "^9.0.1",

"allowScripts": {
"@metamask/snaps-controllers>@metamask/phishing-controller>@metamask/controller-utils>ethereumjs-util>ethereum-cryptography>keccak": false,
"@metamask/snaps-controllers>@metamask/phishing-controller>@metamask/controller-utils>ethereumjs-util>ethereum-cryptography>secp256k1": false
"@metamask/snaps-utils>@metamask/permission-controller>@metamask/controller-utils>ethereumjs-util>ethereum-cryptography>keccak": false,
"@metamask/snaps-utils>@metamask/permission-controller>@metamask/controller-utils>ethereumjs-util>ethereum-cryptography>secp256k1": false
}
}
}

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