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.73 to 0.0.74

2

lib/common/types.d.ts

@@ -376,2 +376,4 @@ import currency from 'currency.js';

orderNumber: string;
needReview?: boolean;
reviewNotes?: string;
partnerOrderId?: string;

@@ -378,0 +380,0 @@ personId: number;

@@ -7,2 +7,6 @@ "use strict";

orderNumber: order.OrderNumber?.[0],
needReview: order.needReview && order.needReview[0]
? order.NeedReview?.[0].toLowerCase() === 'true'
: false,
reviewNotes: order.ReviewNotes?.[0],
partnerOrderId: order.PartnerOrderId?.[0],

@@ -9,0 +13,0 @@ personId: parseInt(order.PersonId?.[0], 10),

2

package.json
{
"name": "@dotdev/apparel21-sdk",
"version": "0.0.73",
"version": "0.0.74",
"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