Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
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
0.3.0 (2020-12-11)
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 receives a total of 1 weekly downloads. As such, zents popularity was classified as not popular.
We found that zents 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
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.