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

ae_sdk

Package Overview
Dependencies
Maintainers
1
Versions
30
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.4 to 0.4.5

6

CHANGELOG.md
# ae_sdk
## 0.4.5
### Patch Changes
- Fix accessing product details response #2
## 0.4.4

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

6

dist/index.js

@@ -445,6 +445,4 @@ "use strict";

}
if (sku.aeop_s_k_u_propertys[0] && sku.aeop_s_k_u_propertys[0].ae_sku_property_d_t_o) {
sku.aeop_s_k_u_propertys.forEach((prop) => {
prop = prop.ae_sku_property_d_t_o;
});
if (sku.aeop_s_k_u_propertys && sku.aeop_s_k_u_propertys.ae_sku_property_d_t_o) {
sku.aeop_s_k_u_propertys = sku.aeop_s_k_u_propertys.ae_sku_property_d_t_o;
}

@@ -451,0 +449,0 @@ }

{
"name": "ae_sdk",
"version": "0.4.4",
"version": "0.4.5",
"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