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
3294
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-20230322094312 to 0.0.2-next-20230322120058

dist/search/index-types.d.ts

1

dist/bundles.d.ts
export * as CommonTypes from "./common";
export * as EventBusTypes from "./event-bus";
export * as SearchTypes from "./search";
export * as TransactionBaseTypes from "./transaction-base";

3

dist/bundles.js

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

Object.defineProperty(exports, "__esModule", { value: true });
exports.TransactionBaseTypes = exports.EventBusTypes = exports.CommonTypes = void 0;
exports.TransactionBaseTypes = exports.SearchTypes = exports.EventBusTypes = exports.CommonTypes = void 0;
exports.CommonTypes = __importStar(require("./common"));
exports.EventBusTypes = __importStar(require("./event-bus"));
exports.SearchTypes = __importStar(require("./search"));
exports.TransactionBaseTypes = __importStar(require("./transaction-base"));
//# sourceMappingURL=bundles.js.map
export * from "./bundles";
export * from "./common";
export * from "./event-bus";
export * from "./search";
export * from "./shared-context";
export * from "./transaction-base";

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

__exportStar(require("./event-bus"), exports);
__exportStar(require("./search"), exports);
__exportStar(require("./shared-context"), exports);
__exportStar(require("./transaction-base"), exports);
//# sourceMappingURL=index.js.map
{
"name": "@medusajs/types",
"version": "0.0.2-next-20230322094312",
"version": "0.0.2-next-20230322120058",
"description": "Medusa Types definition",

@@ -20,3 +20,3 @@ "main": "dist/index.js",

"dependencies": {
"@medusajs/modules-sdk": "0.1.0-next-20230322094312"
"@medusajs/modules-sdk": "0.1.0-next-20230322120058"
},

@@ -23,0 +23,0 @@ "devDependencies": {

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