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

@rarible/api-client

Package Overview
Dependencies
Maintainers
1
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rarible/api-client - npm Package Compare versions

Comparing version 0.0.13-beta2 to 0.0.13-beta3

14

build/models/AssetType.d.ts

@@ -5,5 +5,4 @@ import { BigNumber } from "@rarible/types";

import { Creator } from "./Creator";
import { ItemId } from "@rarible/types";
import { Royalty } from "./Royalty";
export declare type AssetType = FlowAssetTypeNft | FlowAssetTypeFt | TezosXTZAssetType | TezosFTAssetType | TezosNFTAssetType | TezosMTAssetType | EthEthereumAssetType | EthErc20AssetType | EthErc721AssetType | EthErc721LazyAssetType | EthErc1155AssetType | EthErc1155LazyAssetType | EthCryptoPunksAssetType | EthGenerativeArtAssetType | EthCollectionAssetType | SolanaNftAssetType | SolanaFtAssetType | SolanaSolAssetType;
export declare type AssetType = FlowAssetTypeNft | FlowAssetTypeFt | TezosXTZAssetType | TezosFTAssetType | TezosNFTAssetType | TezosMTAssetType | EthEthereumAssetType | EthErc20AssetType | EthErc721AssetType | EthErc721LazyAssetType | EthErc1155AssetType | EthErc1155LazyAssetType | EthCryptoPunksAssetType | EthGenerativeArtAssetType | EthCollectionAssetType;
export declare type FlowAssetTypeNft = {

@@ -86,12 +85,1 @@ "@type": "FLOW_NFT";

};
export declare type SolanaNftAssetType = {
"@type": "SOLANA_NFT";
itemId: ItemId;
};
export declare type SolanaFtAssetType = {
"@type": "SOLANA_FT";
address: ContractAddress;
};
export declare type SolanaSolAssetType = {
"@type": "SOLANA_SOL";
};

3

build/models/Collection.d.ts

@@ -23,4 +23,3 @@ import { Blockchain } from "./Blockchain";

TEZOS_NFT = "TEZOS_NFT",
TEZOS_MT = "TEZOS_MT",
SOLANA = "SOLANA"
TEZOS_MT = "TEZOS_MT"
}

@@ -27,0 +26,0 @@ export declare enum CollectionFeatures {

@@ -12,3 +12,2 @@ "use strict";

CollectionType["TEZOS_MT"] = "TEZOS_MT";
CollectionType["SOLANA"] = "SOLANA";
})(CollectionType = exports.CollectionType || (exports.CollectionType = {}));

@@ -15,0 +14,0 @@ var CollectionFeatures;

import { BigNumber } from "@rarible/types";
import { ContractAddress } from "@rarible/types";
import { Payout } from "./Payout";
import { UnionAddress } from "@rarible/types";
export declare type OrderData = EthOrderDataLegacy | EthOrderDataRaribleV2DataV1 | EthOrderOpenSeaV1DataV1 | EthOrderCryptoPunksData | TezosOrderDataRaribleV2DataV1 | FlowOrderDataV1 | SolanaAuctionHouseDataV1;
export declare type OrderData = EthOrderDataLegacy | EthOrderDataRaribleV2DataV1 | EthOrderOpenSeaV1DataV1 | EthOrderCryptoPunksData | TezosOrderDataRaribleV2DataV1 | FlowOrderDataV1;
export declare type EthOrderDataLegacy = {

@@ -65,5 +64,1 @@ "@type": "ETH_RARIBLE_V1";

};
export declare type SolanaAuctionHouseDataV1 = {
"@type": "SOLANA_AUCTION_HOUSE_V1";
auctionHouse?: ContractAddress;
};

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

exports.TextApiResponse = exports.BlobApiResponse = exports.VoidApiResponse = exports.JSONApiResponse = exports.canConsumeForm = exports.mapValues = exports.querystring = exports.exists = exports.Configuration = exports.COLLECTION_FORMATS = exports.RequiredError = exports.BaseAPI = exports.BASE_PATH = void 0;
exports.BASE_PATH = "https://api-dev.rarible.org".replace(/\/+$/, "");
exports.BASE_PATH = "https://api.rarible.org".replace(/\/+$/, "");
var isBlob = function (value) { return typeof Blob !== 'undefined' && value instanceof Blob; };

@@ -82,0 +82,0 @@ /**

{
"name": "@rarible/api-client",
"version": "0.0.13-beta2",
"version": "0.0.13-beta3",
"keywords": [

@@ -5,0 +5,0 @@ "axios",

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