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
2833
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-snapshot-20230608100129 to 1.9.1-snapshot-20230608104224

dist/common/handle-postgres-database-error.d.ts

2

dist/common/index.d.ts

@@ -18,1 +18,3 @@ export * from "./build-query";

export * from "./stringify-circular";
export * from "./build-query";
export * from "./handle-postgres-database-error";

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

__exportStar(require("./stringify-circular"), exports);
__exportStar(require("./build-query"), exports);
__exportStar(require("./handle-postgres-database-error"), exports);
//# sourceMappingURL=index.js.map

4

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

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

"devDependencies": {
"@medusajs/types": "1.8.8-snapshot-20230608100129",
"@medusajs/types": "1.8.8-snapshot-20230608104224",
"@types/express": "^4.17.17",

@@ -23,0 +23,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