New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@medusajs/utils

Package Overview
Dependencies
Maintainers
2
Versions
3003
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@medusajs/utils - npm Package Compare versions

Comparing version 1.9.3 to 1.9.4-next-20230727130650

dist/common/dal.d.ts

1

dist/common/index.d.ts

@@ -25,1 +25,2 @@ export * from "./build-query";

export * from "./wrap-handler";
export * from "./dal";

@@ -41,2 +41,3 @@ "use strict";

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

3

dist/modules-sdk/build-query.js

@@ -31,3 +31,2 @@ "use strict";

exports.buildQuery = void 0;
var types_1 = require("@medusajs/types");
var common_1 = require("../common");

@@ -48,3 +47,3 @@ function buildQuery(filters, config) {

(_c = findOptions.filters) !== null && _c !== void 0 ? _c : (findOptions.filters = {});
findOptions.filters[types_1.SoftDeletableFilterKey] = {
findOptions.filters[common_1.SoftDeletableFilterKey] = {
withDeleted: true,

@@ -51,0 +50,0 @@ };

export * from "./abstract-service";
export * from "./is-search-service";
export * from "./search-relations";
export * from "./index-types";
export * from "./variant-keys";

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

__exportStar(require("./search-relations"), exports);
__exportStar(require("./index-types"), exports);
__exportStar(require("./variant-keys"), exports);
//# sourceMappingURL=index.js.map
{
"name": "@medusajs/utils",
"version": "1.9.3",
"version": "1.9.4-next-20230727130650",
"description": "Medusa utilities functions shared by Medusa core and Modules",

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

"devDependencies": {
"@medusajs/types": "^1.9.0",
"@medusajs/types": "1.9.1-next-20230727130650",
"@types/express": "^4.17.17",

@@ -24,0 +24,0 @@ "cross-env": "^5.2.1",

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