
Security News
libxml2 Maintainer Ends Embargoed Vulnerability Reports, Citing Unsustainable Burden
Libxml2’s solo maintainer drops embargoed security fixes, highlighting the burden on unpaid volunteers who keep critical open source software secure.
nestjs-query
Advanced tools
Nestjs-Query is collection of packages to make crud for graphql
easier.
While working on projects in nestjs it was very easy to get up and running with graphql however, there were many patterns that were common between the resolvers. In particular querying, sorting and paging.
Nestjs-query is composed of multiple packages
@vizorous/nestjs-query-core
- Defines all interfaces and utility types implemented by the other packages.@vizorous/nestjs-query-graphql
- Package that provides the graphql resolver and decorators for crud endpoints.@vizorous/nestjs-query-mongoose
- Package that implements a Mongoose service that can be used by itself or with the graphql resolver provided by @vizorous/nestjs-query-graphql
.@vizorous/nestjs-query-sequelize
- Package that implements a Sequelize service that can be used by itself or with the graphql resolver provided by @vizorous/nestjs-query-graphql
.@vizorous/nestjs-query-typegoose
- Package that implements a Typegoose service that can be used by itself or with the graphql resolver provided by @vizorous/nestjs-query-graphql
.@vizorous/nestjs-query-typeorm
- Package that implements a Typeorm service that can be used by itself or with the graphql resolver provided by @vizorous/nestjs-query-graphql
.If you'd like to contribute to this project, all you need to do is clone this project and run:
$ yarn
# To build all packages
$ yarn nx run-many --target=build --all
# To run all tests
$ yarn nx run-many --target=test --all
# To run the E2E tests
$ docker-compose -f examples/docker-compose.yml up -d
$ yarn nx e2e examples
# To build one package
$ yarn nx build query-graphql
If you have questions or issues, please open an issue!
FAQs
Unknown package
The npm package nestjs-query receives a total of 22 weekly downloads. As such, nestjs-query popularity was classified as not popular.
We found that nestjs-query 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
Libxml2’s solo maintainer drops embargoed security fixes, highlighting the burden on unpaid volunteers who keep critical open source software secure.
Research
Security News
Socket researchers uncover how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.
Research
Security News
An in-depth analysis of credential stealers, crypto drainers, cryptojackers, and clipboard hijackers abusing open source package registries to compromise Web3 development environments.