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
3061
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 0.0.2-next-20230323083446 to 0.0.2-next-20230324075823

dist/cache/index.d.ts

4

dist/bundles.d.ts

@@ -0,4 +1,8 @@

export * as CacheTypes from "./cache";
export * as CommonTypes from "./common";
export * as EventBusTypes from "./event-bus";
export * as InventoryTypes from "./inventory";
export * as ModulesSdkTypes from "./modules-sdk";
export * as SearchTypes from "./search";
export * as StockLocationTypes from "./stock-location";
export * as TransactionBaseTypes from "./transaction-base";

@@ -26,7 +26,11 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.TransactionBaseTypes = exports.SearchTypes = exports.EventBusTypes = exports.CommonTypes = void 0;
exports.TransactionBaseTypes = exports.StockLocationTypes = exports.SearchTypes = exports.ModulesSdkTypes = exports.InventoryTypes = exports.EventBusTypes = exports.CommonTypes = exports.CacheTypes = void 0;
exports.CacheTypes = __importStar(require("./cache"));
exports.CommonTypes = __importStar(require("./common"));
exports.EventBusTypes = __importStar(require("./event-bus"));
exports.InventoryTypes = __importStar(require("./inventory"));
exports.ModulesSdkTypes = __importStar(require("./modules-sdk"));
exports.SearchTypes = __importStar(require("./search"));
exports.StockLocationTypes = __importStar(require("./stock-location"));
exports.TransactionBaseTypes = __importStar(require("./transaction-base"));
//# sourceMappingURL=bundles.js.map

2

dist/common/config-module.d.ts

@@ -1,3 +0,3 @@

import { ExternalModuleDeclaration, InternalModuleDeclaration } from "@medusajs/modules-sdk";
import { LoggerOptions } from "typeorm";
import { ExternalModuleDeclaration, InternalModuleDeclaration } from "../modules-sdk";
declare type SessionOptions = {

@@ -4,0 +4,0 @@ name?: string;

@@ -0,1 +1,3 @@

export * from "./common";
export * from "./config-module";
export * from "./medusa-container";

@@ -17,3 +17,5 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
__exportStar(require("./common"), exports);
__exportStar(require("./config-module"), exports);
__exportStar(require("./medusa-container"), exports);
//# sourceMappingURL=index.js.map
export * from "./bundles";
export * from "./cache";
export * from "./common";
export * from "./event-bus";
export * from "./inventory";
export * from "./modules-sdk";
export * from "./search";
export * from "./shared-context";
export * from "./stock-location";
export * from "./transaction-base";

@@ -18,7 +18,11 @@ "use strict";

__exportStar(require("./bundles"), exports);
__exportStar(require("./cache"), exports);
__exportStar(require("./common"), exports);
__exportStar(require("./event-bus"), exports);
__exportStar(require("./inventory"), exports);
__exportStar(require("./modules-sdk"), exports);
__exportStar(require("./search"), exports);
__exportStar(require("./shared-context"), exports);
__exportStar(require("./stock-location"), exports);
__exportStar(require("./transaction-base"), exports);
//# sourceMappingURL=index.js.map

@@ -5,4 +5,4 @@ "use strict";

exports.indexTypes = {
PRODUCTS: "products"
PRODUCTS: "products",
};
//# sourceMappingURL=index-types.js.map
{
"name": "@medusajs/types",
"version": "0.0.2-next-20230323083446",
"version": "0.0.2-next-20230324075823",
"description": "Medusa Types definition",

@@ -19,9 +19,8 @@ "main": "dist/index.js",

"license": "MIT",
"dependencies": {
"@medusajs/modules-sdk": "0.1.0-next-20230323083446"
},
"devDependencies": {
"awilix": "^8.0.0",
"cross-env": "^5.2.1",
"typeorm": "^0.3.11",
"typescript": "^4.4.4"
"typescript": "^4.4.4",
"winston": "^3.8.2"
},

@@ -28,0 +27,0 @@ "scripts": {

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

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