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

@medusajs/types

Package Overview
Dependencies
Maintainers
2
Versions
3114
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@medusajs/types - npm Package Compare versions

Comparing version 1.11.8-next-20231124092248 to 1.11.8-next-20231124140416

6

dist/pricing/common/price-list.d.ts

@@ -114,3 +114,3 @@ import { CreateMoneyAmountDTO, MoneyAmountDTO } from "./money-amount";

* The price list's rules to be set. Each key of the object is a rule type's `rule_attribute`, and its value
* is the values of the rule.
* is the values of the rule.
*/

@@ -179,7 +179,7 @@ export interface CreatePriceListRules extends Record<string, string[]> {

*/
starts_at?: string;
starts_at?: string | null;
/**
* The price list expires after this date.
*/
ends_at?: string;
ends_at?: string | null;
/**

@@ -186,0 +186,0 @@ * The price list's status.

{
"name": "@medusajs/types",
"version": "1.11.8-next-20231124092248",
"version": "1.11.8-next-20231124140416",
"description": "Medusa Types definition",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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