New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@jup-ag/api

Package Overview
Dependencies
Maintainers
5
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jup-ag/api - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1-alpha.0

6

dist/index.d.ts

@@ -610,2 +610,8 @@ /**

/**
* compute unit price to prioritize the transaction, the additional fee will be compute unit consumed * computeUnitPriceMicroLamports
* @type {number}
* @memberof InlineObject
*/
computeUnitPriceMicroLamports?: number;
/**
* Public key of the wallet that will receive the output of the swap, this assumes the associated token account exists, currently adds a token transfer

@@ -612,0 +618,0 @@ * @type {string}

2

dist/index.js

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

"asLegacyTransaction": !exists(json, "asLegacyTransaction") ? void 0 : json["asLegacyTransaction"],
"computeUnitPriceMicroLamports": !exists(json, "computeUnitPriceMicroLamports") ? void 0 : json["computeUnitPriceMicroLamports"],
"destinationWallet": !exists(json, "destinationWallet") ? void 0 : json["destinationWallet"]

@@ -545,2 +546,3 @@ };

"asLegacyTransaction": value.asLegacyTransaction,
"computeUnitPriceMicroLamports": value.computeUnitPriceMicroLamports,
"destinationWallet": value.destinationWallet

@@ -547,0 +549,0 @@ };

16

package.json
{
"name": "@jup-ag/api",
"version": "4.0.0",
"version": "4.0.1-alpha.0",
"description": "## Generate typescript types from swagger schema",

@@ -8,2 +8,7 @@ "main": "dist/index.js",

"typings": "dist/index.d.ts",
"scripts": {
"start": "ts-node ./example/index.ts",
"build": "tsup generated/index.ts --dts --format esm,cjs",
"openapi-gen": "openapi-generator-cli generate -i swagger.json -o generated -g typescript-fetch --skip-validate-spec --additional-properties=supportsES6=true,typescriptThreePlus=true"
},
"author": "",

@@ -21,8 +26,3 @@ "license": "MIT",

"dist"
],
"scripts": {
"start": "ts-node ./example/index.ts",
"build": "tsup generated/index.ts --dts --format esm,cjs",
"openapi-gen": "openapi-generator-cli generate -i swagger.json -o generated -g typescript-fetch --skip-validate-spec --additional-properties=supportsES6=true,typescriptThreePlus=true"
}
}
]
}

Sorry, the diff of this file is not supported yet

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