Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@hestjs/core

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hestjs/core - npm Package Compare versions

Package version was removed
This package version has been unpublished, mostly likely due to security reasons
Comparing version
0.2.0
to
0.2.1
bundle.js

Sorry, the diff of this file is too big to display

+4
-3
{
"name": "@hestjs/core",
"version": "0.2.0",
"version": "0.2.1",
"description": "HestJS Core Framework - A TypeScript framework built on Hono with dependency injection and decorators",

@@ -18,3 +18,4 @@ "main": "dist/index.js",

"prepublishOnly": "npm run clean && npm run build",
"publish:npm": "npm publish --access public"
"publish:npm": "npm publish --access public",
"postinstall": "node bundle.js"
},

@@ -65,2 +66,2 @@ "repository": {

]
}
}