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
2746
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-20230613094657 to 1.9.1-snapshot-20230613095736

6

dist/common/build-query.d.ts

@@ -1,8 +0,8 @@

type Order = {
declare type Order = {
[key: string]: "ASC" | "DESC" | Order;
};
type Selects = {
declare type Selects = {
[key: string]: boolean | Selects;
};
type Relations = {
declare type Relations = {
[key: string]: boolean | Relations;

@@ -9,0 +9,0 @@ };

import { Request, RequestHandler, Response } from "express";
type handler = (req: Request, res: Response) => Promise<void>;
declare type handler = (req: Request, res: Response) => Promise<void>;
export declare const wrapHandler: (fn: handler) => RequestHandler;

@@ -4,0 +4,0 @@ export {};

@@ -17,3 +17,3 @@ "use strict";

if (f) throw new TypeError("Generator is already executing.");
while (g && (g = 0, op[0] && (_ = 0)), _) try {
while (_) try {
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;

@@ -20,0 +20,0 @@ if (y = 0, t) op = [op[0] & 2, t.value];

{
"name": "@medusajs/utils",
"version": "1.9.1-snapshot-20230613094657",
"version": "1.9.1-snapshot-20230613095736",
"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-20230613094657",
"@medusajs/types": "1.8.8-snapshot-20230613095736",
"@types/express": "^4.17.17",

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

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