Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@depict-ai/types

Package Overview
Dependencies
Maintainers
4
Versions
98
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@depict-ai/types - npm Package Compare versions

Comparing version 5.1.3 to 5.1.4

2

api/FeaturedInResponseV3.d.ts

@@ -49,4 +49,2 @@ /* eslint-disable */

variant_displays: MinimalVariantDisplay[];
variant_skus: string[];
variant_product_ids: string[];
recommendation_id?: string;

@@ -53,0 +51,0 @@ search_result_id?: string;

@@ -12,4 +12,2 @@ /* eslint-disable */

}[];
export type VariantSkus = string[];
export type VariantProductIds = string[];

@@ -23,5 +21,3 @@ export interface RecommendResponseV3 {

variant_displays: VariantDisplays;
variant_skus: VariantSkus;
variant_product_ids: VariantProductIds;
[k: string]: unknown;
}

2

package.json
{
"name": "@depict-ai/types",
"version": "5.1.3",
"version": "5.1.4",
"license": "MIT",

@@ -5,0 +5,0 @@ "description": "Autogenerated types of API responses used across Depict UI packages",

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