@metamask-institutional/websocket-client
Advanced tools
Comparing version
@@ -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 @@ |
{ | ||
"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", |
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
29725
2.28%462
3.59%1
Infinity%+ Added
- Removed