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

@meshconnect/node-api

Package Overview
Dependencies
Maintainers
10
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.20
to
2.0.21
+2
-2
api.js

@@ -678,5 +678,5 @@ /* eslint-disable */

*/
v1CatalogSolanaGetLatestBlockhashCreate: function (params) {
v1CatalogSolanaGetLatestBlockhashCreate: function (query, params) {
if (params === void 0) { params = {}; }
return _this.request(__assign({ path: "/api/v1/catalog/solana/getLatestBlockhash", method: 'POST', secure: true, format: 'json' }, params));
return _this.request(__assign({ path: "/api/v1/catalog/solana/getLatestBlockhash", method: 'POST', query: query, secure: true, format: 'json' }, params));
}

@@ -683,0 +683,0 @@ };

@@ -684,5 +684,5 @@ "use strict";

*/
v1CatalogSolanaGetLatestBlockhashCreate: function (params) {
v1CatalogSolanaGetLatestBlockhashCreate: function (query, params) {
if (params === void 0) { params = {}; }
return _this.request(__assign({ path: "/api/v1/catalog/solana/getLatestBlockhash", method: 'POST', secure: true, format: 'json' }, params));
return _this.request(__assign({ path: "/api/v1/catalog/solana/getLatestBlockhash", method: 'POST', query: query, secure: true, format: 'json' }, params));
}

@@ -689,0 +689,0 @@ };

{
"name": "@meshconnect/node-api",
"version": "2.0.20",
"version": "2.0.21",
"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