New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

nest-utilities

Package Overview
Dependencies
Maintainers
0
Versions
187
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nest-utilities

Extends Nestjs projects using Fundering with endpoint helpers

  • 8.4.11
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
19
increased by137.5%
Maintainers
0
Weekly downloads
 
Created
Source

Nest Logo

A package which supplements NestJS applications with out of the box CRUD functionality and parameter actions.

NPM Downloads NPM Version

Description

In order to keep consistency in CRUD applications you often find yourself writing the same functionality for each new module. Nest-utilities offers a set of basic endpoints and query parameters out of the box while keeping module specific authentication and data manipulation in mind.

Nest-utilities aims for performance and developer experience to keep you focused on building features instead of implementing menial tasks.

Consult the wiki for more detailed documentation.

Features

Endpoints

Extending your controllers with the CrudController will give you access to a set of basic Restful endpoints. Learn more.

Query parameters

The aforementioned CrudController will also extend all generated GET methods with a set of query parameter actions. These actions will give applications requesting data from the API more options and will prevent having to write unnecessary custom endpoints. Learn more.

Service methods

Extending your services with the CrudService will give you access to a set of methods which helps you streamline your development and keep your service clean. Learn more.

Keywords

FAQs

Package last updated on 28 Nov 2024

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc