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
2911
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.9.0 to 1.9.1-next-20230727130650

1

dist/dal/index.d.ts

@@ -20,3 +20,2 @@ import { Dictionary, FilterQuery, Order } from "./utils";

};
export declare const SoftDeletableFilterKey = "softDeletable";
export * from "./repository-service";

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

Object.defineProperty(exports, "__esModule", { value: true });
exports.SoftDeletableFilterKey = void 0;
exports.SoftDeletableFilterKey = "softDeletable";
__exportStar(require("./repository-service"), exports);
//# sourceMappingURL=index.js.map

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

export * from "./index-types";
export * from "./interface";
export * from "./settings";
export * from "./variant-keys";
export declare type IndexSettings = {

@@ -6,0 +4,0 @@ /**

@@ -17,6 +17,4 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
__exportStar(require("./index-types"), exports);
__exportStar(require("./interface"), exports);
__exportStar(require("./settings"), exports);
__exportStar(require("./variant-keys"), exports);
//# sourceMappingURL=index.js.map

2

package.json
{
"name": "@medusajs/types",
"version": "1.9.0",
"version": "1.9.1-next-20230727130650",
"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

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