Socket
Book a DemoSign in
Socket

@shipengine/js-api

Package Overview
Dependencies
Maintainers
42
Versions
239
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shipengine/js-api - npm Package Compare versions

Comparing version
4.0.0
to
4.0.1
+5
-5
auctane-pay/types.d.ts

@@ -28,2 +28,7 @@ /**

/**
* Category of the transaction
* @example "add_funds"
*/
paymentPreferences: AuctanePayTransactionCategory[];
/**
* URL to redirect after payment session completion

@@ -33,7 +38,2 @@ * @example "https://dashboard.shipengine.com/?sessionId=:id"

returnUrl?: string;
/**
* Category of the transaction
* @example "add_funds"
*/
transactionCategory: AuctanePayTransactionCategory;
}

@@ -40,0 +40,0 @@ /**

{
"name": "@shipengine/js-api",
"version": "4.0.0",
"version": "4.0.1",
"main": "./index.js",

@@ -5,0 +5,0 @@ "types": "./index.d.ts",