@metamask/json-rpc-engine
Advanced tools
Comparing version 7.1.0 to 7.1.1
@@ -9,2 +9,2 @@ import { Json, JsonRpcParams } from '@metamask/utils'; | ||
*/ | ||
export declare function mergeMiddleware(middlewareStack: JsonRpcMiddleware<JsonRpcParams, Json>[]): JsonRpcMiddleware<Record<string, Json> | Json[] | undefined, Json>; | ||
export declare function mergeMiddleware(middlewareStack: JsonRpcMiddleware<JsonRpcParams, Json>[]): JsonRpcMiddleware<JsonRpcParams, Json>; |
{ | ||
"name": "@metamask/json-rpc-engine", | ||
"version": "7.1.0", | ||
"version": "7.1.1", | ||
"description": "A tool for processing JSON-RPC messages.", | ||
@@ -37,5 +37,5 @@ "homepage": "https://github.com/MetaMask/json-rpc-engine#readme", | ||
"dependencies": { | ||
"@metamask/rpc-errors": "^5.0.0", | ||
"@metamask/rpc-errors": "^6.0.0", | ||
"@metamask/safe-event-emitter": "^3.0.0", | ||
"@metamask/utils": "^5.0.2" | ||
"@metamask/utils": "^8.1.0" | ||
}, | ||
@@ -84,2 +84,2 @@ "devDependencies": { | ||
} | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
86322
25
0
+ Added@metamask/rpc-errors@6.4.0(transitive)
+ Added@metamask/superstruct@3.1.0(transitive)
+ Added@metamask/utils@8.5.09.3.0(transitive)
+ Added@noble/hashes@1.5.0(transitive)
+ Addedpony-cause@2.1.11(transitive)
+ Addeduuid@9.0.1(transitive)
- Removed@metamask/rpc-errors@5.1.1(transitive)
- Removed@metamask/utils@5.0.2(transitive)
- Removedsuperstruct@1.0.4(transitive)
Updated@metamask/rpc-errors@^6.0.0
Updated@metamask/utils@^8.1.0