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

ae_sdk

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ae_sdk - npm Package Compare versions

Comparing version 0.4.7 to 0.4.8

6

CHANGELOG.md
# ae_sdk
## 0.4.8
### Patch Changes
- Ensure API returns predefined types #3
## 0.4.7

@@ -4,0 +10,0 @@

6

dist/index.js

@@ -433,3 +433,3 @@ "use strict";

}) {
return yield this.execute("aliexpress.trade.buy.placeorder", {
let response = yield this.execute("aliexpress.trade.buy.placeorder", {
param_place_order_request4_open_api_d_t_o: JSON.stringify({

@@ -440,2 +440,6 @@ logistics_address,

});
if (response.ok && response.data.aliexpress_trade_buy_placeorder_response.result.is_success) {
response.data.aliexpress_trade_buy_placeorder_response.result.order_list = response.data.aliexpress_trade_buy_placeorder_response.result.order_list.number;
}
return response;
});

@@ -442,0 +446,0 @@ }

2

package.json
{
"name": "ae_sdk",
"version": "0.4.7",
"version": "0.4.8",
"description": "A simple SDK for Aliexpress (dropshipping and affiliate) APIs.",

@@ -5,0 +5,0 @@ "private": false,

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