Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@medusajs/types

Package Overview
Dependencies
Maintainers
2
Versions
2696
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.1 to 0.0.2-ci-issue-20230322190222

dist/bundles.d.ts

9

dist/index.d.ts

@@ -0,1 +1,10 @@

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";

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

Object.defineProperty(exports, "__esModule", { value: true });
__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

7

package.json
{
"name": "@medusajs/types",
"version": "0.0.1",
"version": "0.0.2-ci-issue-20230322190222",
"description": "Medusa Types definition",

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

"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,4 +30,5 @@ "scripts": {

"build": "tsc --build",
"watch": "tsc --build --watch",
"test": "exit 0"
}
}

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