@avalabs/core-etherscan-sdk
Advanced tools
Comparing version
@@ -104,2 +104,3 @@ type SortType = 'asc' | 'desc'; | ||
export { ContractSourceCodeResponse, ETHERSCAN_MAINNET, ETHERSCAN_TESTNET, Erc20Tx, EtherscanResponse, NormalTx, SharedQueries, SortType, applyQueries, filterDuplicateTransactions, getABIForContract, getErc20Txs, getNormalTxs, getSourceForContract }; | ||
export { ETHERSCAN_MAINNET, ETHERSCAN_TESTNET, applyQueries, filterDuplicateTransactions, getABIForContract, getErc20Txs, getNormalTxs, getSourceForContract }; | ||
export type { ContractSourceCodeResponse, Erc20Tx, EtherscanResponse, NormalTx, SharedQueries, SortType }; |
@@ -72,2 +72,2 @@ type SortType = 'asc' | 'desc'; | ||
export { ContractSourceCodeResponse, Erc20Tx, EtherscanResponse, NormalTx, SharedQueries, SortType }; | ||
export type { ContractSourceCodeResponse, Erc20Tx, EtherscanResponse, NormalTx, SharedQueries, SortType }; |
{ | ||
"name": "@avalabs/core-etherscan-sdk", | ||
"version": "3.1.0-canary.1b3648d.0+1b3648d", | ||
"version": "3.1.0-canary.1b5ca8d.0+1b5ca8d", | ||
"license": "Limited Ecosystem License", | ||
"private": false, | ||
"main": "dist/index.js", | ||
"type": "module", | ||
"main": "dist/index.cjs", | ||
"module": "esm/index.js", | ||
"typings": "dist/index.d.ts", | ||
"exports": { | ||
".": { | ||
"require": "./dist/index.cjs", | ||
"import": "./esm/index.js", | ||
"types": "./esm/index.d.ts", | ||
"default": "./esm/index.js" | ||
} | ||
}, | ||
"files": [ | ||
@@ -17,8 +26,8 @@ "dist", | ||
"build": "rollup -c", | ||
"lint": "eslint --fix -c ./.eslintrc.js \"src/**/*.ts*\"" | ||
"lint": "eslint --fix -c ./.eslintrc.cjs \"src/**/*.ts*\"" | ||
}, | ||
"dependencies": { | ||
"@avalabs/core-utils-sdk": "3.1.0-canary.1b3648d.0+1b3648d" | ||
"@avalabs/core-utils-sdk": "3.1.0-canary.1b5ca8d.0+1b5ca8d" | ||
}, | ||
"gitHead": "1b3648deba96096230779f3d311a17f8694c4915" | ||
"gitHead": "1b5ca8d11198e2296139016665aa6a8617104755" | ||
} |
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 2 instances in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 2 instances in 1 package
14676
1.52%232
0.43%Yes
NaN