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

@nft/webhook

Package Overview
Dependencies
Maintainers
3
Versions
209
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nft/webhook - npm Package Compare versions

Comparing version 1.0.0-beta.46.2 to 1.0.0-beta.47

16

dist/types.d.ts

@@ -27,13 +27,2 @@ type Uint256 = string;

};
export type Auction = {
id: string;
createdAt: IsoDate;
creator: Account;
endAt: IsoDate;
asset: Asset;
reserveAmount: Uint256;
currency: Currency;
expireAt: IsoDate;
bestBid: Offer | null;
};
export type Collection = {

@@ -55,3 +44,2 @@ chainId: ChainId;

expiredAt: IsoDate;
auction: Auction | null;
};

@@ -77,8 +65,4 @@ export type Trade = {

TRADE_CREATED: Trade;
AUCTION_ENDED: Auction;
AUCTION_EXPIRED: Auction;
AUCTION_BID_CREATED: Offer;
AUCTION_BID_EXPIRED: Offer;
ACCOUNT_CREATED: AccountWithReferrer;
};
export {};

4

package.json
{
"name": "@nft/webhook",
"version": "1.0.0-beta.46.2",
"version": "1.0.0-beta.47",
"main": "./dist/index.js",

@@ -19,3 +19,3 @@ "typings": "./dist/index.d.ts",

},
"gitHead": "0d034f72e8e96803c13cee17f6267a79c75a7ad6"
"gitHead": "2fd97fc01a8f595a81cc116193b071ee3bdd60d5"
}
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