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.26 to 0.0.27

7

CHANGELOG.md

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

## [0.0.27](https://github.com/consensys-vertical-apps/metamask-institutional/compare/custody-keyring-v0.0.26...custody-keyring-v0.0.27) (2023-08-21)
### Bug Fixes
* **custodykeyring:** we dont want to run the migrations because they are very old ([#448](https://github.com/consensys-vertical-apps/metamask-institutional/issues/448)) ([49cc334](https://github.com/consensys-vertical-apps/metamask-institutional/commit/49cc3340ececf1961e8780ad9b9e8db4636f3b23))
## [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)

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

2

dist/migrations/001.d.ts
declare const _default: {
version: number;
keyringTypesToChange: string[];
keyringTypesToChange: any[];
migrate(keyring: any): any;

@@ -5,0 +5,0 @@ };

@@ -9,3 +9,3 @@ "use strict";

const version = 1;
const keyringTypesToChange = ["Custody - Curv", "Custody - Qredo", "Custody - Jupiter"];
const keyringTypesToChange = [];
exports.default = {

@@ -12,0 +12,0 @@ version,

export declare const migrations: {
version: number;
keyringTypesToChange: string[];
keyringTypesToChange: any[];
migrate(keyring: any): any;
}[];
//# sourceMappingURL=index.d.ts.map
{
"name": "@metamask-institutional/custody-keyring",
"version": "0.0.26",
"version": "0.0.27",
"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.",

@@ -30,3 +30,3 @@ "author": "Albert Olive <albertolivecorbella@gmail.com>",

},
"gitHead": "62ed7639b9145658a4fa1273e35e99d300acdc99",
"gitHead": "0bc2573f2c254579a7fb8ea4be3d3e91d4f6bd11",
"dependencies": {

@@ -33,0 +33,0 @@ "@ethereumjs/tx": "^4.1.1",

const baseConfig = require("../../jest.config.js");
const path = require("path");
const { lstatSync, readdirSync } = require("fs");
// get listing of packages in the mono repo
const basePath = path.resolve(__dirname);
const packages = readdirSync(basePath).filter(name => {
return lstatSync(path.join(basePath, name)).isDirectory();
});
module.exports = {
...baseConfig,
moduleNameMapper: {
...packages.reduce(
(acc, name) => ({
...acc,
[`@metamask-institutional/${name}(.*)$`]: `<rootDir>/packages/../../${name}/src/$1`,
}),
{},
),
},
};
{
"name": "@metamask-institutional/custody-keyring",
"version": "0.0.26",
"version": "0.0.27",
"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.",

@@ -30,3 +30,3 @@ "author": "Albert Olive <albertolivecorbella@gmail.com>",

},
"gitHead": "62ed7639b9145658a4fa1273e35e99d300acdc99",
"gitHead": "0bc2573f2c254579a7fb8ea4be3d3e91d4f6bd11",
"dependencies": {

@@ -33,0 +33,0 @@ "@ethereumjs/tx": "^4.1.1",

@@ -7,3 +7,3 @@ import { AuthTypes } from "@metamask-institutional/types";

const version = 1;
const keyringTypesToChange = ["Custody - Curv", "Custody - Qredo", "Custody - Jupiter"];
const keyringTypesToChange = []; // Do not actually change any keyrings - 21 Aug 2023 - we only keep this old migration file around as an example

@@ -10,0 +10,0 @@ export default {

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