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

@mojito-inc/core-service

Package Overview
Dependencies
Maintainers
4
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mojito-inc/core-service - npm Package Compare versions

Comparing version 1.0.8-beta.8 to 1.0.8-beta.9

4

Auction/data/AuctionData.d.ts

@@ -49,2 +49,6 @@ import { MarketplaceCollectionItemStatus, BidsItemData, MarketplaceUser } from './BidsItem';

details: {
totalUnits: number;
perWalletLimit: number;
claimingType: string;
totalAvailableUnits: number;
id: string;

@@ -51,0 +55,0 @@ startingBid: string;

@@ -50,2 +50,11 @@ import { gql } from '@apollo/client';

details {
... on MarketplaceClaimableOutput {
id
totalUnits
perWalletLimit
startDate
endDate
claimingType
totalAvailableUnits
}
... on MarketplaceAuctionLot {

@@ -52,0 +61,0 @@ id

2

package.json
{
"name": "@mojito-inc/core-service",
"version": "1.0.8-beta.8",
"version": "1.0.8-beta.9",
"description": "Mojito Core API service for auction, payment, token",

@@ -5,0 +5,0 @@ "main": "./index.cjs",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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