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

@avalabs/vm-module-types

Package Overview
Dependencies
Maintainers
0
Versions
525
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@avalabs/vm-module-types - npm Package Compare versions

Comparing version 0.0.0-addFunctions-20240621170031 to 0.0.0-addFunctions-20240621170127

2

CHANGELOG.md
# @avalabs/vm-module-types
## 0.0.0-addFunctions-20240621170031
## 0.0.0-addFunctions-20240621170127

@@ -5,0 +5,0 @@ ### Patch Changes

{
"name": "@avalabs/vm-module-types",
"version": "0.0.0-addFunctions-20240621170031",
"version": "0.0.0-addFunctions-20240621170127",
"main": "src/index.ts",

@@ -5,0 +5,0 @@ "dependencies": {

@@ -45,6 +45,2 @@ import { object, string, boolean, z } from 'zod';

WALLET_GET_ETHEREUM_CHAIN = 'wallet_getEthereumChain',
/* UNIVERSAL */
GET_NETWORK_FEE = 'getNetworkFee',
GET_TRANSACTION_HISTORY = 'getTransactionHistory',
}

@@ -67,2 +63,6 @@

getManifest: () => Manifest | undefined;
getNetworkFee: () => Promise<RpcResponse<NetworkFees>>;
getTransactionHistory: (params: GetTransactionHistory) => Promise<RpcResponse<TransactionHistoryResponse>>;
getAddress: () => Promise<string>;
getBalances: () => Promise<string>;
onRpcRequest: (request: RpcRequest) => Promise<RpcResponse>;

@@ -69,0 +69,0 @@ }

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