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

@dotdev/apparel21-sdk

Package Overview
Dependencies
Maintainers
11
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dotdev/apparel21-sdk - npm Package Compare versions

Comparing version 0.0.58 to 0.0.59

7

CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

### [0.0.59](https://gitlab.com/dotdevv/packages/apparel21-sdk/compare/v0.0.58...v0.0.59) (2023-06-22)
### Bug Fixes
* update response payload to be stick with camel case ([1453929](https://gitlab.com/dotdevv/packages/apparel21-sdk/commit/145392918de1f3889ff78cf232f88e1e3b7ea05e))
### [0.0.58](https://gitlab.com/dotdevv/packages/apparel21-sdk/compare/v0.0.57...v0.0.58) (2023-06-22)

@@ -7,0 +14,0 @@

24

lib/utils/persons.js

@@ -58,8 +58,8 @@ "use strict";

companyName: address.Billing[0].CompanyName[0],
AddressLine1: address.Billing[0].AddressLine1[0],
AddressLine2: address.Billing[0].AddressLine2[0],
City: address.Billing[0].City[0],
State: address.Billing[0].State[0],
Postcode: address.Billing[0].Postcode[0],
Country: address.Billing[0].Country[0],
addressLine1: address.Billing[0].AddressLine1[0],
addressLine2: address.Billing[0].AddressLine2[0],
city: address.Billing[0].City[0],
state: address.Billing[0].State[0],
postcode: address.Billing[0].Postcode[0],
country: address.Billing[0].Country[0],
},

@@ -70,8 +70,8 @@ delivery: address.Delivery && address.Delivery.length > 0

companyName: address.Delivery[0].CompanyName[0],
AddressLine1: address.Delivery[0].AddressLine1[0],
AddressLine2: address.Delivery[0].AddressLine2[0],
City: address.Delivery[0].City[0],
State: address.Delivery[0].State[0],
Postcode: address.Delivery[0].Postcode[0],
Country: address.Delivery[0].Country[0],
addressLine1: address.Delivery[0].AddressLine1[0],
addressLine2: address.Delivery[0].AddressLine2[0],
city: address.Delivery[0].City[0],
state: address.Delivery[0].State[0],
postcode: address.Delivery[0].Postcode[0],
country: address.Delivery[0].Country[0],
}

@@ -78,0 +78,0 @@ : undefined,

{
"name": "@dotdev/apparel21-sdk",
"version": "0.0.58",
"version": "0.0.59",
"license": "UNLICENSED",

@@ -5,0 +5,0 @@ "description": "Apparel21 Interface Library",

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