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
3002
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.8.7-snapshot-20230529080001 to 1.8.7-snapshot-20230529090126

dist/dal/index.d.ts

2

dist/bundles.d.ts

@@ -5,2 +5,3 @@ export * as CacheTypes from "./cache";

export * as InventoryTypes from "./inventory";
export * as ProductTypes from "./product";
export * as ModulesSdkTypes from "./modules-sdk";

@@ -10,1 +11,2 @@ export * as SearchTypes from "./search";

export * as TransactionBaseTypes from "./transaction-base";
export * as DAL from "./dal";

4

dist/bundles.js

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

Object.defineProperty(exports, "__esModule", { value: true });
exports.TransactionBaseTypes = exports.StockLocationTypes = exports.SearchTypes = exports.ModulesSdkTypes = exports.InventoryTypes = exports.EventBusTypes = exports.CommonTypes = exports.CacheTypes = void 0;
exports.DAL = exports.TransactionBaseTypes = exports.StockLocationTypes = exports.SearchTypes = exports.ModulesSdkTypes = exports.ProductTypes = exports.InventoryTypes = exports.EventBusTypes = exports.CommonTypes = exports.CacheTypes = void 0;
exports.CacheTypes = __importStar(require("./cache"));

@@ -32,2 +32,3 @@ exports.CommonTypes = __importStar(require("./common"));

exports.InventoryTypes = __importStar(require("./inventory"));
exports.ProductTypes = __importStar(require("./product"));
exports.ModulesSdkTypes = __importStar(require("./modules-sdk"));

@@ -37,2 +38,3 @@ exports.SearchTypes = __importStar(require("./search"));

exports.TransactionBaseTypes = __importStar(require("./transaction-base"));
exports.DAL = __importStar(require("./dal"));
//# sourceMappingURL=bundles.js.map

@@ -87,2 +87,4 @@ import { FindManyOptions, FindOneOptions, FindOperator, FindOptionsSelect, FindOptionsWhere, OrderByCondition } from "typeorm";

}
export interface RepositoryTransformOptions {
}
export interface DateComparisonOperator {

@@ -89,0 +91,0 @@ lt?: Date;

@@ -7,2 +7,4 @@ export * from "./bundles";

export * from "./modules-sdk";
export * from "./product";
export * from "./product-category";
export * from "./search";

@@ -12,1 +14,2 @@ export * from "./shared-context";

export * from "./transaction-base";
export * from "./dal";

@@ -23,2 +23,4 @@ "use strict";

__exportStar(require("./modules-sdk"), exports);
__exportStar(require("./product"), exports);
__exportStar(require("./product-category"), exports);
__exportStar(require("./search"), exports);

@@ -28,2 +30,3 @@ __exportStar(require("./shared-context"), exports);

__exportStar(require("./transaction-base"), exports);
__exportStar(require("./dal"), exports);
//# sourceMappingURL=index.js.map

@@ -29,3 +29,3 @@ import { Logger as _Logger } from "winston";

scope: MODULE_SCOPE.EXTERNAL;
server: {
server?: {
type: "http";

@@ -42,2 +42,3 @@ url: string;

moduleDeclaration?: InternalModuleDeclaration | ExternalModuleDeclaration;
moduleDefinition?: any;
};

@@ -44,0 +45,0 @@ export declare type ModuleDefinition = {

{
"name": "@medusajs/types",
"version": "1.8.7-snapshot-20230529080001",
"version": "1.8.7-snapshot-20230529090126",
"description": "Medusa Types definition",

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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