@metamask/smart-transactions-controller
Advanced tools
+8
-1
@@ -10,2 +10,8 @@ # Changelog | ||
| ## [22.3.0] | ||
| ### Changed | ||
| - Change `client` field type in `SentinelMeta` from `ClientId` enum to `string` for device identification ([#562](https://github.com/MetaMask/smart-transactions-controller/pull/562)) | ||
| ## [22.2.0] | ||
@@ -708,3 +714,4 @@ | ||
| [Unreleased]: https://github.com/MetaMask/smart-transactions-controller/compare/v22.2.0...HEAD | ||
| [Unreleased]: https://github.com/MetaMask/smart-transactions-controller/compare/v22.3.0...HEAD | ||
| [22.3.0]: https://github.com/MetaMask/smart-transactions-controller/compare/v22.2.0...v22.3.0 | ||
| [22.2.0]: https://github.com/MetaMask/smart-transactions-controller/compare/v22.1.0...v22.2.0 | ||
@@ -711,0 +718,0 @@ [22.1.0]: https://github.com/MetaMask/smart-transactions-controller/compare/v22.0.0...v22.1.0 |
+1
-1
@@ -9,3 +9,3 @@ import type { NetworkClientId } from "@metamask/network-controller"; | ||
| kind?: Kind; | ||
| client?: ClientId; | ||
| client?: string; | ||
| wallet?: string; | ||
@@ -12,0 +12,0 @@ }; |
+1
-1
@@ -9,3 +9,3 @@ import type { NetworkClientId } from "@metamask/network-controller"; | ||
| kind?: Kind; | ||
| client?: ClientId; | ||
| client?: string; | ||
| wallet?: string; | ||
@@ -12,0 +12,0 @@ }; |
+1
-1
| { | ||
| "name": "@metamask/smart-transactions-controller", | ||
| "version": "22.2.0", | ||
| "version": "22.3.0", | ||
| "description": "Improves success rates for swaps by trialing transactions privately and finding minimum fees", | ||
@@ -5,0 +5,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
559217
0.05%