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

@metamask/api-specs

Package Overview
Dependencies
Maintainers
9
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@metamask/api-specs - npm Package Compare versions

Comparing version

to
0.10.16

125

dist/build/multichain-openrpc.json

@@ -180,3 +180,6 @@ {

"eth_syncing",
"eth_uninstallFilter"
"eth_uninstallFilter",
"personal_sign",
"eth_signTypedData_v4",
"wallet_swapAsset"
],

@@ -200,5 +203,3 @@ "notifications": [

"methods": [
"wallet_addEthereumChain",
"personal_sign",
"eth_signTypedData_v4"
"wallet_addEthereumChain"
],

@@ -278,3 +279,6 @@ "notifications": []

"eth_syncing",
"eth_uninstallFilter"
"eth_uninstallFilter",
"personal_sign",
"eth_signTypedData_v4",
"wallet_swapAsset"
],

@@ -298,5 +302,3 @@ "notifications": [

"methods": [
"wallet_addEthereumChain",
"personal_sign",
"eth_signTypedData_v4"
"wallet_addEthereumChain"
],

@@ -379,3 +381,3 @@ "notifications": []

{
"name": "requiredScopes",
"name": "optionalScopes",
"value": {

@@ -435,5 +437,3 @@ "eip155:1337": {

"methods": [
"wallet_addEthereumChain",
"personal_sign",
"eth_signTypedData_v4"
"wallet_addEthereumChain"
],

@@ -443,8 +443,2 @@ "notifications": []

}
},
{
"name": "sessionProperties",
"value": {
"expiry": "2022-12-24T17:07:31+00:00"
}
}

@@ -497,3 +491,6 @@ ],

"eth_syncing",
"eth_uninstallFilter"
"eth_uninstallFilter",
"personal_sign",
"eth_signTypedData_v4",
"wallet_swapAsset"
],

@@ -517,10 +514,5 @@ "notifications": [

"methods": [
"wallet_addEthereumChain",
"personal_sign",
"eth_signTypedData_v4"
"wallet_addEthereumChain"
],
"notifications": []
},
"sessionProperties": {
"expiry": "2022-11-31T17:07:31+00:00"
}

@@ -553,8 +545,2 @@ }

}
},
{
"name": "sessionProperties",
"value": {
"expiry": "2022-12-24T17:07:31+00:00"
}
}

@@ -607,3 +593,6 @@ ],

"eth_syncing",
"eth_uninstallFilter"
"eth_uninstallFilter",
"personal_sign",
"eth_signTypedData_v4",
"wallet_swapAsset"
],

@@ -627,11 +616,6 @@ "notifications": [

"methods": [
"wallet_addEthereumChain",
"personal_sign",
"eth_signTypedData_v4"
"wallet_addEthereumChain"
],
"notifications": []
}
},
"sessionProperties": {
"expiry": "2022-11-31T17:07:31+00:00"
}

@@ -646,3 +630,3 @@ }

{
"name": "requiredScopes",
"name": "optionalScopes",
"value": {

@@ -705,3 +689,6 @@ "foobar": {

"eth_syncing",
"eth_uninstallFilter"
"eth_uninstallFilter",
"personal_sign",
"eth_signTypedData_v4",
"wallet_swapAsset"
],

@@ -712,2 +699,52 @@ "notifications": [

},
"eip155:1337": {
"accounts": [
"eip155:1337:0x5cfe73b6021e818b776b421b1c4db2474086a7e1"
],
"methods": [
"wallet_watchAsset",
"eth_sendTransaction",
"eth_decrypt",
"eth_getEncryptionPublicKey",
"web3_clientVersion",
"eth_subscribe",
"eth_unsubscribe",
"eth_blockNumber",
"eth_call",
"eth_chainId",
"eth_estimateGas",
"eth_feeHistory",
"eth_gasPrice",
"eth_getBalance",
"eth_getBlockByHash",
"eth_getBlockByNumber",
"eth_getBlockTransactionCountByHash",
"eth_getBlockTransactionCountByNumber",
"eth_getCode",
"eth_getFilterChanges",
"eth_getFilterLogs",
"eth_getLogs",
"eth_getProof",
"eth_getStorageAt",
"eth_getTransactionByBlockHashAndIndex",
"eth_getTransactionByBlockNumberAndIndex",
"eth_getTransactionByHash",
"eth_getTransactionCount",
"eth_getTransactionReceipt",
"eth_getUncleCountByBlockHash",
"eth_getUncleCountByBlockNumber",
"eth_newBlockFilter",
"eth_newFilter",
"eth_newPendingTransactionFilter",
"eth_sendRawTransaction",
"eth_syncing",
"eth_uninstallFilter",
"personal_sign",
"eth_signTypedData_v4",
"wallet_swapAsset"
],
"notifications": [
"eth_subscription"
]
},
"eip155:59144": {

@@ -754,3 +791,6 @@ "accounts": [

"eth_syncing",
"eth_uninstallFilter"
"eth_uninstallFilter",
"personal_sign",
"eth_signTypedData_v4",
"wallet_swapAsset"
],

@@ -762,5 +802,2 @@ "notifications": [

}
},
"sessionProperties": {
"expiry": "2022-11-31T17:07:31+00:00"
}

@@ -767,0 +804,0 @@ }

@@ -39,3 +39,3 @@ {

},
"version": "0.10.15"
"version": "0.10.16"
}

Sorry, the diff of this file is too big to display