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
155
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.4
to
3.64.5
+7
-7
package.json
{
"name": "@eggjs/tegg-lifecycle",
"version": "3.64.4",
"version": "3.64.5",
"description": "tegg lifecycle definition",

@@ -20,5 +20,5 @@ "keywords": [

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

@@ -43,4 +43,4 @@ "author": "killagu <killa123@126.com>",

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

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

},
"gitHead": "a6aee0d3ba9c935dcd730be280f5e406706e239d"
"gitHead": "bb2ff7c64016202925cd660f510840286aca041d"
}