🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@eggjs/utils

Package Overview
Dependencies
Maintainers
9
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eggjs/utils - npm Package Compare versions

Comparing version
5.0.2-beta.12
to
5.0.2-beta.13
+7
-0
dist/import.js

@@ -287,2 +287,9 @@ import { __require } from "./_virtual/rolldown_runtime.js";

}
const _moduleImporter = globalThis.__EGG_MODULE_IMPORTER__;
if (_moduleImporter) {
let obj$1 = await _moduleImporter(moduleFilePath);
if (obj$1 && typeof obj$1 === "object" && obj$1.default?.__esModule === true && obj$1.default && "default" in obj$1.default) obj$1 = obj$1.default;
if (options?.importDefaultOnly && obj$1 && typeof obj$1 === "object" && "default" in obj$1) obj$1 = obj$1.default;
return obj$1;
}
let obj;

@@ -289,0 +296,0 @@ if (isESM) {

+2
-2
{
"name": "@eggjs/utils",
"version": "5.0.2-beta.12",
"version": "5.0.2-beta.13",
"description": "Utils for all egg projects",

@@ -32,3 +32,3 @@ "keywords": [

"dependencies": {
"@eggjs/typings": "4.1.2-beta.12"
"@eggjs/typings": "4.1.2-beta.13"
},

@@ -35,0 +35,0 @@ "devDependencies": {