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.11-sol1 to 0.0.11-sol2

10

build/models/AssetType.d.ts

@@ -5,4 +5,5 @@ 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;
export declare type AssetType = FlowAssetTypeNft | FlowAssetTypeFt | TezosXTZAssetType | TezosFTAssetType | TezosNFTAssetType | TezosMTAssetType | SolanaSolAssetType | SolanaNftAssetType | EthEthereumAssetType | EthErc20AssetType | EthErc721AssetType | EthErc721LazyAssetType | EthErc1155AssetType | EthErc1155LazyAssetType | EthCryptoPunksAssetType | EthGenerativeArtAssetType | EthCollectionAssetType;
export declare type FlowAssetTypeNft = {

@@ -35,2 +36,9 @@ "@type": "FLOW_NFT";

};
export declare type SolanaSolAssetType = {
"@type": "SOLANA_SOL";
};
export declare type SolanaNftAssetType = {
"@type": "SOLANA_NFT";
itemId: ItemId;
};
export declare type EthEthereumAssetType = {

@@ -37,0 +45,0 @@ "@type": "ETH";

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;
export declare type OrderData = EthOrderDataLegacy | EthOrderDataRaribleV2DataV1 | EthOrderOpenSeaV1DataV1 | EthOrderCryptoPunksData | TezosOrderDataRaribleV2DataV1 | FlowOrderDataV1 | SolanaAuctionHouseDataV1;
export declare type EthOrderDataLegacy = {

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

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

2

package.json
{
"name": "@rarible/api-client",
"version": "0.0.11-sol1",
"version": "0.0.11-sol2",
"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