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
2869
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 to 1.9.2-next-20230629131048

dist/common/to-camel-case.d.ts

2

dist/common/index.d.ts

@@ -11,2 +11,3 @@ export * from "./build-query";

export * from "./lower-case-first";
export * from "./upper-case-first";
export * from "./medusa-container";

@@ -18,4 +19,5 @@ export * from "./object-to-string-path";

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

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

__exportStar(require("./lower-case-first"), exports);
__exportStar(require("./upper-case-first"), exports);
__exportStar(require("./medusa-container"), exports);

@@ -34,2 +35,3 @@ __exportStar(require("./object-to-string-path"), exports);

__exportStar(require("./to-kebab-case"), exports);
__exportStar(require("./to-camel-case"), exports);
__exportStar(require("./stringify-circular"), exports);

@@ -36,0 +38,0 @@ __exportStar(require("./build-query"), exports);

4

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

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

"devDependencies": {
"@medusajs/types": "^1.8.8",
"@medusajs/types": "1.8.10-next-20230629131048",
"@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