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.62 to 0.0.63

7

CHANGELOG.md

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

### [0.0.63](https://gitlab.com/dotdevv/packages/apparel21-sdk/compare/v0.0.62...v0.0.63) (2023-09-22)
### Bug Fixes
* query params not working with getPerson ([e5f1227](https://gitlab.com/dotdevv/packages/apparel21-sdk/commit/e5f122755bda161a0ead5ba7ae5786e547096d81))
### [0.0.62](https://gitlab.com/dotdevv/packages/apparel21-sdk/compare/v0.0.61...v0.0.62) (2023-09-19)

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

5

lib/modules/Persons.js

@@ -46,3 +46,6 @@ "use strict";

uri: url,
...(id && query),
query: {
...query,
...(query?.customData ? { customData: 'true' } : {}),
},
});

@@ -49,0 +52,0 @@ return persons_1.formatPersons([Person])[0];

2

package.json
{
"name": "@dotdev/apparel21-sdk",
"version": "0.0.62",
"version": "0.0.63",
"license": "UNLICENSED",

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

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