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.74 to 0.0.75

3

lib/common/types.d.ts

@@ -410,3 +410,3 @@ import currency from 'currency.js';

}
export interface OrderInput extends Omit<Order, 'orderDetails' | 'id' | 'contacts'> {
export interface OrderInput extends Omit<Order, 'orderDetails' | 'id' | 'contacts' | 'needReview'> {
orderDetails: OrderDetailInput[];

@@ -422,2 +422,3 @@ carrier?: {

contacts: ContactInput[];
needReview?: string;
}

@@ -424,0 +425,0 @@ export declare type ShipmentContent = {

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