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
2
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.5 to 1.0.6

4

index.d.ts

@@ -802,3 +802,3 @@ import { ApolloClient, NormalizedCacheObject, ErrorPolicy, DefaultContext, FetchPolicy } from '@apollo/client';

nftTokenId: string;
tokenType: TokenType$2;
tokenType: string;
quantity: number;

@@ -1523,3 +1523,3 @@ nftOwnerAddress: string;

contractAddress?: string;
onChainTokenID?: number;
onChainTokenID?: string;
nftTokenId?: string;

@@ -1526,0 +1526,0 @@ editionNumber?: number;

@@ -8,3 +8,3 @@ export declare enum TokenType {

nftTokenId: string;
tokenType: TokenType;
tokenType: string;
quantity: number;

@@ -11,0 +11,0 @@ nftOwnerAddress: string;

@@ -5,3 +5,3 @@ export interface GetNFTDetailsParam {

contractAddress?: string;
onChainTokenID?: number;
onChainTokenID?: string;
nftTokenId?: string;

@@ -8,0 +8,0 @@ editionNumber?: number;

{
"name": "@mojito-inc/core-service",
"version": "1.0.5",
"version": "1.0.6",
"description": "Mojito Core API service for auction, payment, token",

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

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