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

@nestjsx/crud

Package Overview
Dependencies
Maintainers
1
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nestjsx/crud - npm Package Versions

13
6

4.4.2

Diff

Changelog

Source

[4.4.2] - 2020-03-17

Bug Fixes

  • crud fixed custom routes params caused by NestJs v7 breaking changes (#443)
zmotivat0r
published 4.4.1 •

Changelog

Source

[4.4.1] - 2019-12-28

Bug Fixes

  • crud fixed CrudRequestInterceptor validation status code from 500 to 400 (#374, #247)
zmotivat0r
published 4.4.0 •

Changelog

Source

[4.4.0] - 2019-12-27

Features

  • crud added serialize to the global options
zmotivat0r
published 4.3.3 •

zmotivat0r
published 4.3.2 •

zmotivat0r
published 4.3.1 •

zmotivat0r
published 4.3.0 •

Changelog

Source

[4.3.0] - 2019-12-21

Features

  • crud added dto to the CrudOptions (#132)
  • crud added serialize to the CrudOptions
  • crud added search query param and a new search condition api
  • crud added new condition operators: $eqL, $neL, $startsL, $endsL, $contL, $exclL, $inL, $notinL for case insensitive queries (#77)
  • crud added @crudAuth() class decorator for authorized requests

Improvements

  • crud CrudRequestInterceptor can be used for both crud and non-crud controllers or for custom routes within crud controller
  • crud support @nestjs/swagger major versions: v3 and v4 (#340)
  • crud added returnShallow option to the CrudOptions.routes createOneBase, updateOneBase, replaceOneBase methods (#158)
  • crud added alias to the CrudOptions.join (#350)
  • crud added alwaysPaginate to the CrudOptions.query, can be used globally as well (#213)
  • crud CrudOptions.query.filter can be a function that returns transformed search object
  • crud added disabled for an objects withing CrudOptions.params
  • request query builder: now uses qs package
  • request query builder: filter and or methods can accept array of filter objects
  • typeorm changed visibility of all methods (#226)
  • typeorm use ILIKE for PostgreSQL (#212)

Bug Fixes

  • crud swagger: fixed response models (#350)
  • crud swagger: fixed query params (#196)
  • crud swagger: fixed renamed params (#283)
  • crud swagger: fixed swagger method decoration on overridden methods
  • crud query parser: fixed parsing integers when it's a big int
  • typeorm fixed load embedded entities (#138)
  • typeorm fixed left join issues (#31, #98)
  • typeorm fixed composite key joins (#238)
  • typeorm fixed entity events (#51)
  • typeorm all methods return entity instances (#259)
zmotivat0r
published 4.3.0-beta.4 •

zmotivat0r
published 4.3.0-beta.3 •

zmotivat0r
published 4.3.0-beta.2 •

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