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

@metamask-institutional/custody-keyring

Package Overview
Dependencies
Maintainers
4
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@metamask-institutional/custody-keyring - npm Package Compare versions

Comparing version 0.0.25 to 0.0.26

7

CHANGELOG.md

@@ -14,2 +14,9 @@ # Change Log

## [0.0.26](https://github.com/consensys-vertical-apps/metamask-institutional/compare/custody-keyring-v0.0.25...custody-keyring-v0.0.26) (2023-07-19)
### Bug Fixes
* **custodykeyring:** bumps version ([#401](https://github.com/consensys-vertical-apps/metamask-institutional/issues/401)) ([b135a4b](https://github.com/consensys-vertical-apps/metamask-institutional/commit/b135a4bcc793cb39bad69dd2ef30e113fb3a0981))
## [0.0.25](https://github.com/consensys-vertical-apps/metamask-institutional/compare/custody-keyring-v0.0.24...custody-keyring-v0.0.25) (2023-06-27)

@@ -16,0 +23,0 @@

1

dist/custodianTypes/json-rpc/JsonRpcCustodyKeyring.js

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

console.log(`Unable to get transction link for ${txId}`);
console.log(e);
return null;

@@ -47,0 +46,0 @@ }

{
"name": "@metamask-institutional/custody-keyring",
"version": "0.0.25",
"version": "0.0.26",
"description": "The Custody Keyring Class is the initial point of contact with a custodian, it gets access to the sdk and all methods of interaction with a custodian, like custodian accounts, sign a tx, account details, tx details.",

@@ -5,0 +5,0 @@ "author": "Albert Olive <albertolivecorbella@gmail.com>",

{
"name": "@metamask-institutional/custody-keyring",
"version": "0.0.25",
"version": "0.0.26",
"description": "The Custody Keyring Class is the initial point of contact with a custodian, it gets access to the sdk and all methods of interaction with a custodian, like custodian accounts, sign a tx, account details, tx details.",

@@ -5,0 +5,0 @@ "author": "Albert Olive <albertolivecorbella@gmail.com>",

@@ -62,3 +62,2 @@ import { JsonRpcCustodianApi, MMISDK, mmiSDKFactory } from "@metamask-institutional/sdk";

console.log(`Unable to get transction link for ${txId}`);
console.log(e);
return null;

@@ -65,0 +64,0 @@ }

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