You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@eggjs/egg-module-common

Package Overview
Dependencies
Maintainers
8
Versions
148
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eggjs/egg-module-common - npm Package Compare versions

Comparing version
3.64.5
to
3.65.3
+4
-4
package.json
{
"name": "@eggjs/egg-module-common",
"version": "3.64.5",
"version": "3.65.3",
"description": "common module",

@@ -19,4 +19,4 @@ "keywords": [

"clean": "tsc -b --clean",
"tsc": "ut clean && tsc -p ./tsconfig.json",
"tsc:pub": "ut clean && tsc -p ./tsconfig.pub.json",
"tsc": "ut run clean && tsc -p ./tsconfig.json",
"tsc:pub": "ut run clean && tsc -p ./tsconfig.pub.json",
"prepublishOnly": "ut tsc:pub"

@@ -49,3 +49,3 @@ },

},
"gitHead": "bb2ff7c64016202925cd660f510840286aca041d"
"gitHead": "e3334a4c8b04b22a2197693f0037fbf272b97032"
}