New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@heseya/store-core

Package Overview
Dependencies
Maintainers
0
Versions
322
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@heseya/store-core - npm Package Compare versions

Comparing version 8.0.0-beta.8 to 8.0.0-beta.9

17

dist/src/interfaces/PriceMap.d.ts

@@ -0,1 +1,2 @@

import { StrNumber } from './Number';
import { UUID } from './UUID';

@@ -35,3 +36,3 @@ export interface PriceMapListed {

schema_option_name: string;
schema_option_price: string;
schema_option_price: StrNumber;
}

@@ -42,3 +43,3 @@ export interface PriceMapPrice {

product_name: string;
product_price: string;
product_price: StrNumber;
schema_options: PriceMapProductSchemaPrice[];

@@ -49,7 +50,7 @@ }

id: UUID;
value: string;
value: StrNumber;
}[];
schema_options: {
id: UUID;
value: string;
value: StrNumber;
}[];

@@ -69,7 +70,7 @@ }

currency: string;
price: string;
price: StrNumber;
}
export type PriceMapProductPriceUpdateDto = {
price_map_id: UUID;
price: string;
price: StrNumber;
}[];

@@ -87,3 +88,3 @@ /**

id: UUID;
price: string;
price: StrNumber;
}[];

@@ -96,4 +97,4 @@ }

id: UUID;
price: string;
price: StrNumber;
}[];
}[];

@@ -41,4 +41,4 @@ import { CartItemSchemaValue } from './CartItem';

options: SchemaOptionDto[];
required: true;
default: '';
required: boolean;
default: string;
used_schemas: UUID[];

@@ -45,0 +45,0 @@ product_id: UUID | null;

{
"name": "@heseya/store-core",
"version": "8.0.0-beta.8",
"version": "8.0.0-beta.9",
"author": {

@@ -5,0 +5,0 @@ "name": "Heseya"

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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