🚨 Active Supply Chain Attack:node-ipc Package Compromised.Learn More
Socket
Book a DemoSign in
Socket

@meshconnect/node-api

Package Overview
Dependencies
Maintainers
8
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@meshconnect/node-api - npm Package Compare versions

Comparing version
2.0.17
to
2.0.18
+17
-0
api.js

@@ -682,2 +682,19 @@ /* eslint-disable */

};
_this.quickNode = {
/**
* No description
*
* @tags QuickNode
* @name V1CatalogSolanaGetLatestBlockhashCreate
* @request POST:/api/v1/catalog/solana/getLatestBlockhash
* @secure
* @response `200` `StringApiResult` OK
* @response `400` `ProblemDetails` Bad Request
* @response `500` `void` Internal Server Error
*/
v1CatalogSolanaGetLatestBlockhashCreate: function (params) {
if (params === void 0) { params = {}; }
return _this.request(__assign({ path: "/api/v1/catalog/solana/getLatestBlockhash", method: 'POST', secure: true, format: 'json' }, params));
}
};
_this.transactions = {

@@ -684,0 +701,0 @@ /**

@@ -688,2 +688,19 @@ "use strict";

};
_this.quickNode = {
/**
* No description
*
* @tags QuickNode
* @name V1CatalogSolanaGetLatestBlockhashCreate
* @request POST:/api/v1/catalog/solana/getLatestBlockhash
* @secure
* @response `200` `StringApiResult` OK
* @response `400` `ProblemDetails` Bad Request
* @response `500` `void` Internal Server Error
*/
v1CatalogSolanaGetLatestBlockhashCreate: function (params) {
if (params === void 0) { params = {}; }
return _this.request(__assign({ path: "/api/v1/catalog/solana/getLatestBlockhash", method: 'POST', secure: true, format: 'json' }, params));
}
};
_this.transactions = {

@@ -690,0 +707,0 @@ /**

+1
-1
{
"name": "@meshconnect/node-api",
"version": "2.0.17",
"version": "2.0.18",
"description": "A node.js client library for the Mesh API",

@@ -5,0 +5,0 @@ "license": "MIT",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display