Socket
Socket
Sign inDemoInstall

@nftx/queue

Package Overview
Dependencies
56
Maintainers
2
Versions
36
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.2.1 to 2.3.0

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

# [2.3.0](https://github.com/NFTX-project/nftxjs/compare/v2.2.1...v2.3.0) (2024-05-13)
### Features
* **@nftx/queue:** support base ([ddbe202](https://github.com/NFTX-project/nftxjs/commit/ddbe202ca87f06fa85f447e34cddf8467cced308))
## [2.2.1](https://github.com/NFTX-project/nftxjs/compare/v2.2.0...v2.2.1) (2024-04-22)

@@ -8,0 +19,0 @@

3

dist/cjs/queue.js

@@ -20,3 +20,4 @@ 'use strict';

[constants.Network.Sepolia]: 'indexer-workers-sepolia',
[constants.Network.Arbitrum]: 'indexer-workers-arbitrum'
[constants.Network.Arbitrum]: 'indexer-workers-arbitrum',
[constants.Network.Base]: 'indexer-workers-base'
};

@@ -23,0 +24,0 @@ const SIGNAL_QUEUE_NAME = 'indexer-signals';

@@ -12,3 +12,4 @@ import IORedis from 'ioredis';

[Network.Sepolia]: 'indexer-workers-sepolia',
[Network.Arbitrum]: 'indexer-workers-arbitrum'
[Network.Arbitrum]: 'indexer-workers-arbitrum',
[Network.Base]: 'indexer-workers-base'
};

@@ -15,0 +16,0 @@ const SIGNAL_QUEUE_NAME = 'indexer-signals';

@@ -6,4 +6,5 @@ export declare const BULLMQ_REDIS_URI: string;

42161: string;
8453: string;
};
export declare const SIGNAL_QUEUE_NAME = "indexer-signals";
export declare const MESSAGE_QUEUE_NAME = "indexer-messages";
{
"name": "@nftx/queue",
"version": "2.2.1",
"version": "2.3.0",
"description": "",

@@ -32,4 +32,4 @@ "homepage": "https://github.com/NFTX-project/nftxjs",

"dependencies": {
"@nftx/constants": "^2.2.1",
"@nftx/types": "^2.2.1",
"@nftx/constants": "^2.3.0",
"@nftx/types": "^2.3.0",
"bullmq": "^4.6.0",

@@ -36,0 +36,0 @@ "ioredis": "^5.3.2"

@@ -13,2 +13,3 @@ import { Network } from '@nftx/constants';

[Network.Arbitrum]: 'indexer-workers-arbitrum',
[Network.Base]: 'indexer-workers-base',
};

@@ -15,0 +16,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc