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
0
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 1.124.100 to 1.124.101

1

build/apis/ItemControllerApi.d.ts

@@ -70,2 +70,3 @@ /**

keys?: Array<string>;
owners?: Array<string>;
}

@@ -72,0 +73,0 @@ export interface QueryTraitsWithRarityRequest {

@@ -1057,2 +1057,5 @@ "use strict";

}
if (requestParameters.owners) {
queryParameters['owners'] = requestParameters.owners;
}
headerParameters = {};

@@ -1059,0 +1062,0 @@ if (this.configuration && this.configuration.apiKey) {

@@ -29,2 +29,3 @@ /**

collectionIds: Array<string>;
owners?: Array<string>;
}

@@ -31,0 +32,0 @@ /**

@@ -432,2 +432,5 @@ "use strict";

}
if (requestParameters.owners) {
queryParameters['owners'] = requestParameters.owners;
}
headerParameters = {};

@@ -434,0 +437,0 @@ if (this.configuration && this.configuration.apiKey) {

2

build/models/index.d.ts

@@ -171,3 +171,2 @@ export * from "./Traits";

export { OwnershipId } from "@rarible/types";
export { Hash } from "@rarible/types";
export { OrderId } from "@rarible/types";

@@ -179,4 +178,5 @@ export { ItemId } from "@rarible/types";

export { UnionAddress } from "@rarible/types";
export { TransactionHash } from "@rarible/types";
export { Binary } from "@rarible/types";
export { AuctionId } from "@rarible/types";
export { UnionContractAddress } from "@rarible/types";
{
"name": "@rarible/api-client",
"version": "1.124.100",
"version": "1.124.101",
"keywords": [

@@ -29,3 +29,3 @@ "axios",

"@openapitools/openapi-generator-cli": "2.3.6",
"@rarible/types": "~0.10.0-alpha.5",
"@rarible/types": "0.10.0-beta.7",
"download-cli": "1.1.1",

@@ -32,0 +32,0 @@ "move-file-cli": "2.0.0",

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