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
3171
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.1-next-20230614133456 to 1.9.1-next-20230615175034

dist/cli/clear-project.d.ts

1

dist/index.d.ts
export * from "./bundles";
export * from "./cli";
export * from "./common";

@@ -3,0 +4,0 @@ export * from "./decorators";

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

__exportStar(require("./bundles"), exports);
__exportStar(require("./cli"), exports);
__exportStar(require("./common"), exports);

@@ -20,0 +21,0 @@ __exportStar(require("./decorators"), exports);

8

package.json
{
"name": "@medusajs/utils",
"version": "1.9.1-next-20230614133456",
"version": "1.9.1-next-20230615175034",
"description": "Medusa utilities functions shared by Medusa core and Modules",

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

"devDependencies": {
"@medusajs/types": "1.8.8-next-20230614133456",
"@medusajs/types": "1.8.8-next-20230615175034",
"@types/express": "^4.17.17",
"cross-env": "^5.2.1",
"express": "^4.18.2",
"jest": "^25.5.4",

@@ -29,3 +30,4 @@ "ts-jest": "^25.5.1",

"dependencies": {
"awilix": "^8.0.0",
"awilix": "^8.0.1",
"glob": "^10.2.7",
"ulid": "^2.3.0"

@@ -32,0 +34,0 @@ },

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