![Maven Central Adds Sigstore Signature Validation](https://cdn.sanity.io/images/cgdhsj6q/production/7da3bc8a946cfb5df15d7fcf49767faedc72b483-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Maven Central Adds Sigstore Signature Validation
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
ZenTS is a Node.js & TypeScript MVC-Framework for building rich web applications, released as free and open-source software under the MIT License. It is designed for building web applications with modern tools and design patterns.
Website | Documentation | Roadmap | Changelog | Twitter | npm
ZenTS is a fast and modern MVC framework for Node.js & TypeScript.
ZenTS is a Node.js framework and available through the npm registry.
Before you can start using ZenTS, you need to download and install Node.js for your operation system. After installing Node.js you can create a fresh ZenTS project with the CLI:
npm i zents-cli -g
zen create myproject
cd myproject
zen dev
The above command will install the latest version of the CLI globally and creates a new ZenTS project in the myproject
folder.
Head over to the official website and read the documentation.
Version 0.3.0 introduced all new context decorators like @body
, @params
and @context
. Previously to v0.3.0 every controller action was passed a context
argument, this is not the case anymore. The dependency injection system cares now about which context interfaces are necessary for a controller action. Thus, you've to use the new decorators for accessing things like the request body. The easiest way to upgrade to v0.3.0 is to use the @context
decorator, which is the same, then the context
argument used in v0.2.0.
Check out the controller documentation for more information.
MIT
FAQs
ZenTS is a Node.js & TypeScript MVC-Framework for building rich web applications, released as free and open-source software under the MIT License. It is designed for building web applications with modern tools and design patterns.
The npm package zents-cli receives a total of 0 weekly downloads. As such, zents-cli popularity was classified as not popular.
We found that zents-cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.