Socket
Socket
Sign inDemoInstall

@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.12.0 to 1.13.0

11

CHANGELOG.md

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

# [1.13.0](https://github.com/NFTX-project/nftxjs/compare/v1.12.0...v1.13.0) (2024-01-25)
### Features
* start-twap-watch signal ([21d1820](https://github.com/NFTX-project/nftxjs/commit/21d1820956972dcf779c7203db5eee01da0fd3ec))
# [1.12.0](https://github.com/NFTX-project/nftxjs/compare/v1.11.2...v1.12.0) (2024-01-25)

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

4

dist/ts/types.d.ts

@@ -20,2 +20,6 @@ import { Address } from '@nftx/types';

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

@@ -22,0 +26,0 @@ type ListenerFn<T, S extends keyof T> = (signal: {

2

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

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

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

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

@@ -11,0 +12,0 @@

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