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

@nftx/types

Package Overview
Dependencies
Maintainers
2
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nftx/types - npm Package Compare versions

Comparing version 0.7.0 to 0.8.0

11

CHANGELOG.md

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

# [0.8.0](https://github.com/NFTX-project/nftxjs/compare/v0.7.0...v0.8.0) (2023-02-13)
### Features
* add source to activity ([a75f76c](https://github.com/NFTX-project/nftxjs/commit/a75f76c80487308a0ee65044aab5892d6d45a983))
# [0.7.0](https://github.com/NFTX-project/nftxjs/compare/v0.6.0...v0.7.0) (2023-02-08)

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

1

dist/ts/vaults.d.ts

@@ -85,2 +85,3 @@ import type { BigNumber } from '@ethersproject/bignumber';

txId: string;
source: string;
type: 'buy' | 'sell' | 'swap' | 'mint' | 'redeem' | 'stake' | 'unstake';

@@ -87,0 +88,0 @@ stakeType?: 'liquidity' | 'inventory';

2

package.json
{
"name": "@nftx/types",
"version": "0.7.0",
"version": "0.8.0",
"description": " ",

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

@@ -88,2 +88,3 @@ import type { BigNumber } from '@ethersproject/bignumber';

txId: string;
source: string;
type: 'buy' | 'sell' | 'swap' | 'mint' | 'redeem' | 'stake' | 'unstake';

@@ -90,0 +91,0 @@ stakeType?: 'liquidity' | 'inventory';

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