New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@mojito-inc/core-service

Package Overview
Dependencies
Maintainers
0
Versions
56
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.42 to 1.0.8-beta.43

1

ListItem/ListItemParam.d.ts

@@ -32,2 +32,3 @@ import { CurrencyCodeFiat } from '../connect-wallet';

currency?: CurrencyCodeFiat;
signature?: string;
}

@@ -34,0 +35,0 @@ export interface InitiateRemoveListingParam {

4

ListItem/Queries.js

@@ -116,4 +116,4 @@ import { gql } from '@apollo/client';

const removeListingMutation = gql `
mutation removeListing($orgID: UUID1!, $nftTokenId: UUID1!, $currency: CurrencyCodeFiat) {
removeListing(nftTokenId: $nftTokenId, orgID: $orgID, currency: $currency)
mutation removeListing($orgID: UUID1!, $nftTokenId: UUID1!, $currency: CurrencyCodeFiat, $signature: String) {
removeListing(nftTokenId: $nftTokenId, orgID: $orgID, currency: $currency, signature: $signature)
}

@@ -120,0 +120,0 @@ `;

{
"name": "@mojito-inc/core-service",
"version": "1.0.8-beta.42",
"version": "1.0.8-beta.43",
"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