Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@xchainjs/xchain-evm

Package Overview
Dependencies
Maintainers
10
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xchainjs/xchain-evm - npm Package Compare versions

Comparing version 0.3.1 to 0.3.2

2

lib/index.d.ts
export * from './types';
export * from './client';
export { call, estimateApprove, estimateCall, getApprovalAmount, getTokenAddress, getPrefix, isApproved, strip0x, validateAddress, MAX_APPROVAL, } from './utils';
export { call, estimateApprove, estimateCall, getApprovalAmount, getTokenAddress, getPrefix, getFee, isApproved, strip0x, validateAddress, MAX_APPROVAL, } from './utils';
export declare const abi: {

@@ -5,0 +5,0 @@ router: ({

@@ -1419,3 +1419,3 @@ import { BaseXChainClient, Network, FeeOption, checkFeeBounds, standardFeeRates, FeeType } from '@xchainjs/xchain-client';

export { Client, MAX_APPROVAL, abi, call, estimateApprove, estimateCall, getApprovalAmount, getPrefix, getTokenAddress, isApproved, strip0x, validateAddress };
export { Client, MAX_APPROVAL, abi, call, estimateApprove, estimateCall, getApprovalAmount, getFee, getPrefix, getTokenAddress, isApproved, strip0x, validateAddress };
//# sourceMappingURL=index.esm.js.map

@@ -1430,2 +1430,3 @@ 'use strict';

exports.getApprovalAmount = getApprovalAmount;
exports.getFee = getFee;
exports.getPrefix = getPrefix;

@@ -1432,0 +1433,0 @@ exports.getTokenAddress = getTokenAddress;

{
"name": "@xchainjs/xchain-evm",
"version": "0.3.1",
"version": "0.3.2",
"description": "Genereic EVM client for XChainJS",

@@ -51,2 +51,2 @@ "keywords": [

}
}
}

Sorry, the diff of this file is not supported yet

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