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.70 to 0.0.71

2

lib/utils/products.d.ts
import { Product, ProductSimple, ProductColourNote } from '../common/types';
export declare const formatProducts: (products: any[], referenceTypes?: never[]) => Product[];
export declare const formatProductsSimple: (products: any[]) => ProductSimple[];
export declare const formatProductsSimple: (products?: any[]) => ProductSimple[];
export declare const formatProductColourNotes: (colourNotes: any[]) => ProductColourNote[];

@@ -114,3 +114,3 @@ "use strict";

}));
exports.formatProductsSimple = (products) => products.map((product) => ({
exports.formatProductsSimple = (products = []) => products.map((product) => ({
id: parseInt(product.Id[0], 10),

@@ -117,0 +117,0 @@ productCode: parseInt(product.Code[0], 10),

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