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

@nftx/queue

Package Overview
Dependencies
Maintainers
2
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nftx/queue - npm Package Compare versions

Comparing version 1.13.0 to 1.13.1

11

CHANGELOG.md

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

## [1.13.1](https://github.com/NFTX-project/nftxjs/compare/v1.13.0...v1.13.1) (2024-01-25)
### Bug Fixes
* undo index-twap-vaults signal ([9d79677](https://github.com/NFTX-project/nftxjs/commit/9d79677ba6fa93b329f9f76cc39714c5713ea491))
# [1.13.0](https://github.com/NFTX-project/nftxjs/compare/v1.12.0...v1.13.0) (2024-01-25)

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

5

dist/ts/types.d.ts

@@ -17,5 +17,2 @@ import { Address } from '@nftx/types';

};
'index-twap-vaults': {
network: number;
};
'start-twap-watch': {

@@ -30,3 +27,3 @@ network: number;

}) => any;
export type SignalCallback = ListenerFn<Signals, 'index-vault'> & ListenerFn<Signals, 'index-collection'> & ListenerFn<Signals, 'index-inactive-vaults'> & ListenerFn<Signals, 'index-new-vaults'> & ListenerFn<Signals, 'index-twap-vaults'>;
export type SignalCallback = ListenerFn<Signals, 'index-vault'> & ListenerFn<Signals, 'index-collection'> & ListenerFn<Signals, 'index-inactive-vaults'> & ListenerFn<Signals, 'index-new-vaults'> & ListenerFn<Signals, 'start-twap-watch'>;
export type Messages = {

@@ -33,0 +30,0 @@ 'collection-indexed': {

2

package.json
{
"name": "@nftx/queue",
"version": "1.13.0",
"version": "1.13.1",
"description": "",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/NFTX-project/nftxjs",

@@ -8,3 +8,2 @@ import { Address } from '@nftx/types';

'index-new-vaults': { network: number };
'index-twap-vaults': { network: number };
'start-twap-watch': { network: number; vaultId: string };

@@ -22,3 +21,3 @@ };

ListenerFn<Signals, 'index-new-vaults'> &
ListenerFn<Signals, 'index-twap-vaults'>;
ListenerFn<Signals, 'start-twap-watch'>;

@@ -25,0 +24,0 @@ export type Messages = {

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