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

@metamask-institutional/configuration-client

Package Overview
Dependencies
Maintainers
4
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@metamask-institutional/configuration-client - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

13

CHANGELOG.md

@@ -6,2 +6,15 @@ # Change Log

## [1.0.5](https://github.com/consensys-vertical-apps/metamask-institutional/compare/configuration-client-v1.0.4...configuration-client-v1.0.5) (2023-04-20)
### Bug Fixes
* **check null values:** checking null values in signedMEssage and transaction ([#233](https://github.com/consensys-vertical-apps/metamask-institutional/issues/233)) ([3e21fb9](https://github.com/consensys-vertical-apps/metamask-institutional/commit/3e21fb95f764a9ffe6aea1e459737f7cf62408f7))
## [1.0.4](https://github.com/consensys-vertical-apps/metamask-institutional/compare/configuration-client-v1.0.3...configuration-client-v1.0.4) (2023-02-02)
### Bug Fixes
- **configurationclient:** fixing changelog generator ([#100](https://github.com/consensys-vertical-apps/metamask-institutional/issues/100)) ([d3e4b3f](https://github.com/consensys-vertical-apps/metamask-institutional/commit/d3e4b3f0fd3cedf82186bf5d470719c653c19548))
## [1.0.4](https://github.com/consensys-vertical-apps/metamask-institutional/compare/@metamask-institutional/configuration-client@0.1.8...@metamask-institutional/configuration-client@1.0.4) (2023-02-02)

@@ -8,0 +21,0 @@

2

dist/ConfigurationClient.js

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

catch (e) {
console.error(`Error fetching MMI configuration`);
console.log(`Error fetching MMI configuration`);
throw new Error(e);

@@ -20,0 +20,0 @@ }

{
"name": "@metamask-institutional/configuration-client",
"version": "1.0.4",
"version": "1.0.5",
"description": "A Typescript library responsible for maintaining a cache of MMI Portfolio related data in local storage.",

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

},
"gitHead": "3fd651f60441a42333c1ab10d6f63eed610df3d0",
"gitHead": "17315b93181a41cbf4bfd082f221bd23c3a92132",
"devDependencies": {

@@ -33,0 +33,0 @@ "jest-fetch-mock": "^3.0.3"

{
"name": "@metamask-institutional/configuration-client",
"version": "1.0.4",
"version": "1.0.5",
"description": "A Typescript library responsible for maintaining a cache of MMI Portfolio related data in local storage.",

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

},
"gitHead": "3fd651f60441a42333c1ab10d6f63eed610df3d0",
"gitHead": "17315b93181a41cbf4bfd082f221bd23c3a92132",
"devDependencies": {

@@ -33,0 +33,0 @@ "jest-fetch-mock": "^3.0.3"

@@ -16,3 +16,3 @@ import { MMI_CONFIGURATION_API_URL } from "./constants";

} catch (e) {
console.error(`Error fetching MMI configuration`);
console.log(`Error fetching MMI configuration`);
throw new Error(e);

@@ -19,0 +19,0 @@ }

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