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

@metamask-institutional/websocket-client

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/websocket-client - npm Package Compare versions

Comparing version

to
0.1.27

6

CHANGELOG.md

@@ -58,2 +58,8 @@ # Change Log

### Dependencies
* The following workspace dependencies were updated
* dependencies
* @metamask-institutional/custody-keyring bumped from ^0.0.26 to ^0.0.27
## [0.1.23](https://github.com/consensys-vertical-apps/metamask-institutional/compare/websocket-client-v0.1.22...websocket-client-v0.1.23) (2023-05-17)

@@ -60,0 +66,0 @@

6

dist/package.json
{
"name": "@metamask-institutional/websocket-client",
"version": "0.1.26",
"version": "0.1.27",
"description": "This package will export WebsocketClient, responsible for establishing a connection to the WebSocket API and handle all the messages for transaction updates.",

@@ -30,5 +30,5 @@ "author": "Antonio Regadas <apregadas@gmail.com>",

},
"gitHead": "fa2afa6c4987f11d00b7c4617470ba9f8d3b0809",
"gitHead": "0bc2573f2c254579a7fb8ea4be3d3e91d4f6bd11",
"dependencies": {
"@metamask-institutional/custody-keyring": "^0.0.26",
"@metamask-institutional/custody-keyring": "^0.0.27",
"@metamask-institutional/sdk": "^0.1.18",

@@ -35,0 +35,0 @@ "@metamask-institutional/types": "^1.0.3",

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/websocket-client",
"version": "0.1.26",
"version": "0.1.27",
"description": "This package will export WebsocketClient, responsible for establishing a connection to the WebSocket API and handle all the messages for transaction updates.",

@@ -30,5 +30,5 @@ "author": "Antonio Regadas <apregadas@gmail.com>",

},
"gitHead": "fa2afa6c4987f11d00b7c4617470ba9f8d3b0809",
"gitHead": "0bc2573f2c254579a7fb8ea4be3d3e91d4f6bd11",
"dependencies": {
"@metamask-institutional/custody-keyring": "^0.0.26",
"@metamask-institutional/custody-keyring": "^0.0.27",
"@metamask-institutional/sdk": "^0.1.18",

@@ -35,0 +35,0 @@ "@metamask-institutional/types": "^1.0.3",