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

@eggjs/tegg-lifecycle

Package Overview
Dependencies
Maintainers
8
Versions
153
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eggjs/tegg-lifecycle - npm Package Compare versions

Comparing version
3.64.5
to
3.65.3
+6
-6
package.json
{
"name": "@eggjs/tegg-lifecycle",
"version": "3.64.5",
"version": "3.65.3",
"description": "tegg lifecycle definition",

@@ -20,4 +20,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"

@@ -43,4 +43,4 @@ },

"dependencies": {
"@eggjs/core-decorator": "^3.64.5",
"@eggjs/tegg-types": "^3.64.5"
"@eggjs/core-decorator": "^3.65.3",
"@eggjs/tegg-types": "^3.65.3"
},

@@ -55,3 +55,3 @@ "devDependencies": {

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