alchemy-sdk
Advanced tools
Comparing version 3.1.1 to 3.1.2
@@ -9,2 +9,10 @@ # Changelog for Alchemy SDK for JavaScript | ||
## 3.1.2 | ||
### Major Changes | ||
### Minor Changes | ||
- Upgraded the `axios` dependency to `v1.6.5`, fixing a vulnerable version #397. Thanks @mpsq for the contribution! | ||
## 3.1.1 | ||
@@ -11,0 +19,0 @@ |
@@ -1,1 +0,1 @@ | ||
export declare const VERSION = "3.1.1"; | ||
export declare const VERSION = "3.1.2"; |
@@ -6,3 +6,3 @@ 'use strict'; | ||
var utils = require('./api/utils'); | ||
var index = require('./index-2b187e9d.js'); | ||
var index = require('./index-ed2eb566.js'); | ||
var bignumber = require('@ethersproject/bignumber'); | ||
@@ -9,0 +9,0 @@ require('axios'); |
@@ -1,1 +0,1 @@ | ||
export declare const VERSION = "3.1.1"; | ||
export declare const VERSION = "3.1.2"; |
@@ -1,1 +0,1 @@ | ||
export declare const VERSION = "3.1.1"; | ||
export declare const VERSION = "3.1.2"; |
import * as utils from './api/utils'; | ||
export { utils as Utils }; | ||
export { m as Alchemy, j as AlchemySubscription, r as AssetTransfersCategory, H as CommitmentLevel, o as Contract, p as ContractFactory, y as DebugCallType, J as DebugTracerType, x as DecodingAuthority, z as GasOptimizedTransactionStatus, G as GetTransfersForOwnerTransferType, N as Network, X as NftCollectionMarketplace, M as NftFilters, P as NftOrdering, U as NftRefreshState, Q as NftSaleMarketplace, R as NftSaleTakerType, L as NftSpamClassification, K as NftTokenType, O as OpenSeaSafelistRequestStatus, u as SimulateAssetType, w as SimulateChangeType, S as SortingOrder, T as TokenBalanceType, W as Wallet, F as WebhookType, B as WebhookVersion, f as fromHex, q as isHex, s as setLogLevel, t as toHex } from './index-24dee0e9.js'; | ||
export { m as Alchemy, j as AlchemySubscription, r as AssetTransfersCategory, H as CommitmentLevel, o as Contract, p as ContractFactory, y as DebugCallType, J as DebugTracerType, x as DecodingAuthority, z as GasOptimizedTransactionStatus, G as GetTransfersForOwnerTransferType, N as Network, X as NftCollectionMarketplace, M as NftFilters, P as NftOrdering, U as NftRefreshState, Q as NftSaleMarketplace, R as NftSaleTakerType, L as NftSpamClassification, K as NftTokenType, O as OpenSeaSafelistRequestStatus, u as SimulateAssetType, w as SimulateChangeType, S as SortingOrder, T as TokenBalanceType, W as Wallet, F as WebhookType, B as WebhookVersion, f as fromHex, q as isHex, s as setLogLevel, t as toHex } from './index-7372701e.js'; | ||
export { BigNumber } from '@ethersproject/bignumber'; | ||
@@ -5,0 +5,0 @@ import 'axios'; |
@@ -1,1 +0,1 @@ | ||
export declare const VERSION = "3.1.1"; | ||
export declare const VERSION = "3.1.2"; |
@@ -1,1 +0,1 @@ | ||
export declare const VERSION = "3.1.1"; | ||
export declare const VERSION = "3.1.2"; |
import * as utils from './api/utils'; | ||
export { utils as Utils }; | ||
export { m as Alchemy, j as AlchemySubscription, r as AssetTransfersCategory, H as CommitmentLevel, o as Contract, p as ContractFactory, y as DebugCallType, J as DebugTracerType, x as DecodingAuthority, z as GasOptimizedTransactionStatus, G as GetTransfersForOwnerTransferType, N as Network, X as NftCollectionMarketplace, M as NftFilters, P as NftOrdering, U as NftRefreshState, Q as NftSaleMarketplace, R as NftSaleTakerType, L as NftSpamClassification, K as NftTokenType, O as OpenSeaSafelistRequestStatus, u as SimulateAssetType, w as SimulateChangeType, S as SortingOrder, T as TokenBalanceType, W as Wallet, F as WebhookType, B as WebhookVersion, f as fromHex, q as isHex, s as setLogLevel, t as toHex } from './index-24dee0e9.js'; | ||
export { m as Alchemy, j as AlchemySubscription, r as AssetTransfersCategory, H as CommitmentLevel, o as Contract, p as ContractFactory, y as DebugCallType, J as DebugTracerType, x as DecodingAuthority, z as GasOptimizedTransactionStatus, G as GetTransfersForOwnerTransferType, N as Network, X as NftCollectionMarketplace, M as NftFilters, P as NftOrdering, U as NftRefreshState, Q as NftSaleMarketplace, R as NftSaleTakerType, L as NftSpamClassification, K as NftTokenType, O as OpenSeaSafelistRequestStatus, u as SimulateAssetType, w as SimulateChangeType, S as SortingOrder, T as TokenBalanceType, W as Wallet, F as WebhookType, B as WebhookVersion, f as fromHex, q as isHex, s as setLogLevel, t as toHex } from './index-7372701e.js'; | ||
export { BigNumber } from '@ethersproject/bignumber'; | ||
@@ -5,0 +5,0 @@ import 'axios'; |
@@ -1,1 +0,1 @@ | ||
export declare const VERSION = "3.1.1"; | ||
export declare const VERSION = "3.1.2"; |
@@ -1,1 +0,1 @@ | ||
export declare const VERSION = "3.1.1"; | ||
export declare const VERSION = "3.1.2"; |
{ | ||
"name": "alchemy-sdk", | ||
"version": "3.1.1", | ||
"version": "3.1.2", | ||
"description": "Extended Ethers.js SDK for Alchemy APIs", | ||
@@ -70,3 +70,3 @@ "author": "Alchemy", | ||
"@ethersproject/web": "^5.7.0", | ||
"axios": "^0.26.1", | ||
"axios": "^1.6.5", | ||
"sturdy-websocket": "^0.2.1", | ||
@@ -83,3 +83,3 @@ "websocket": "^1.0.34" | ||
"@typescript-eslint/parser": "^5.16.0", | ||
"axios-mock-adapter": "^1.20.0", | ||
"axios-mock-adapter": "^1.22.0", | ||
"dotenv": "^16.0.3", | ||
@@ -86,0 +86,0 @@ "eslint": "^8.11.0", |
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
3808879
+ Addedasynckit@0.4.0(transitive)
+ Addedaxios@1.7.7(transitive)
+ Addedcombined-stream@1.0.8(transitive)
+ Addeddelayed-stream@1.0.0(transitive)
+ Addedform-data@4.0.1(transitive)
+ Addedmime-db@1.52.0(transitive)
+ Addedmime-types@2.1.35(transitive)
+ Addedproxy-from-env@1.1.0(transitive)
- Removedaxios@0.26.1(transitive)
Updatedaxios@^1.6.5