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
0
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.37 to 1.0.8-beta.38

5

NFT/NFTParam/AllRegistryTokenParam.d.ts

@@ -53,2 +53,6 @@ export declare enum RegistryTokenFilterInput {

}
export interface SimilarNFTFilterProp {
nftTokenId: string;
traitType: string[];
}
export interface GetAllRegistryTokensV2Params {

@@ -75,2 +79,3 @@ orgID: string;

currency?: RegistryCurrency;
similarNFTFilter?: SimilarNFTFilterProp;
}

@@ -77,0 +82,0 @@ export declare enum RegistryCollectionSortColumns {

2

NFT/Queries/AllRegistryTokenQueries.js

@@ -205,2 +205,3 @@ import { gql } from '@apollo/client';

$currency: CurrencyCodeFiat
$similarNFTFilter: SimilarTraitsInput
) {

@@ -228,2 +229,3 @@ getAllRegistryTokensV2(

currency: $currency
similarNFTFilter: $similarNFTFilter
) {

@@ -230,0 +232,0 @@ data {

2

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

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

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

Sorry, the diff of this file is not supported yet

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