Socket
Socket
Sign inDemoInstall

@zoralabs/nft-components

Package Overview
Dependencies
Maintainers
12
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zoralabs/nft-components - npm Package Compare versions

Comparing version 0.1.0-pre2 to 0.1.1

4

dist/nft-full/BidHistory.js

@@ -45,3 +45,3 @@ "use strict";

// Only show approved auction listings
(_e = data.pricing.reserve) === null || _e === void 0 ? void 0 : _e.approved)) {
(_e = data.pricing.reserve) === null || _e === void 0 ? void 0 : _e.approvedTimestamp)) {
eventsList.push({

@@ -52,3 +52,3 @@ activityDescription: getString("BID_HISTORY_LISTED"),

// TODO(iain): Update to the timestamp when approved
createdAt: data.pricing.reserve.createdAtTimestamp,
createdAt: data.pricing.reserve.approvedTimestamp,
});

@@ -55,0 +55,0 @@ }

{
"name": "@zoralabs/nft-components",
"version": "0.1.0-pre2",
"version": "0.1.1",
"description": "NFT Media Rendering Components",

@@ -5,0 +5,0 @@ "typings": "dist/index.d.ts",

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