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
2860
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.2-snapshot-20230622095414 to 1.9.2-snapshot-20230626085256

dist/common/upper-case-first.d.ts

1

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";

@@ -13,0 +14,0 @@ export * from "./object-to-string-path";

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

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

@@ -29,0 +30,0 @@ __exportStar(require("./object-to-string-path"), exports);

3

dist/common/object-to-string-path.js

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

}
// const mainLeafToKeep = Object.keys(input).filter((key) => input[key] === true)
var output = new Set(); // If we need to re add the top leaf then init the set with Object.keys(input)
var output = new Set(Object.keys(input));
var _loop_1 = function (key) {

@@ -31,0 +30,0 @@ if (input[key] != undefined && typeof input[key] === "object") {

{
"name": "@medusajs/utils",
"version": "1.9.2-snapshot-20230622095414",
"version": "1.9.2-snapshot-20230626085256",
"description": "Medusa utilities functions shared by Medusa core and Modules",

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

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