Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

jupiter-node-sdk

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jupiter-node-sdk - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

3

dist/JupiterClient.js

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

const axios_1 = __importDefault(require("axios"));
const querystring_1 = __importDefault(require("querystring"));
const bignumber_js_1 = __importDefault(require("bignumber.js"));

@@ -234,3 +235,3 @@ const Encryption_1 = __importDefault(require("./Encryption"));

delete body.requestType;
return await this.client.post(path, body, {
return await this.client.post(path, querystring_1.default.stringify(body), {
params: {

@@ -237,0 +238,0 @@ requestType,

{
"name": "jupiter-node-sdk",
"version": "0.1.2",
"version": "0.1.3",
"description": "A thin wrapper around the Jupiter blockchain APIs.",

@@ -5,0 +5,0 @@ "main": "./dist/index.js",

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