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

@medusajs/utils

Package Overview
Dependencies
Maintainers
2
Versions
2883
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-canary-20230724143258 to 1.9.3-canary-20230727091428

dist/modules-sdk/decorators/inject-manager.d.ts

1

dist/modules-sdk/decorators/index.d.ts
export * from "./inject-transaction-manager";
export * from "./inject-manager";

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

__exportStar(require("./inject-transaction-manager"), exports);
__exportStar(require("./inject-manager"), exports);
//# sourceMappingURL=index.js.map

2

dist/modules-sdk/retrieve-entity.d.ts

@@ -5,3 +5,3 @@ import { FindConfig, DAL, Context } from "@medusajs/types";

entityName: string;
repository: DAL.TreeRepositoryService;
repository: DAL.TreeRepositoryService | DAL.RepositoryService;
config: FindConfig<TDTO>;

@@ -8,0 +8,0 @@ sharedContext?: Context;

{
"name": "@medusajs/utils",
"version": "1.9.3-canary-20230724143258",
"version": "1.9.3-canary-20230727091428",
"description": "Medusa utilities functions shared by Medusa core and Modules",

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

"devDependencies": {
"@medusajs/types": "1.8.12-canary-20230724143258",
"@medusajs/types": "1.9.0-canary-20230727091428",
"@types/express": "^4.17.17",

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

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