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

@nestjsx/util

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nestjsx/util - npm Package Compare versions

Comparing version 4.2.0 to 4.3.0-4.3.0-beta.0.0

lib/types/index.d.ts

1

lib/index.d.ts
export * from './checks.util';
export * from './obj.util';
export * from './types';

5

package.json
{
"name": "@nestjsx/util",
"description": "NestJs CRUD for RESTful APIs - util",
"version": "4.2.0",
"version": "4.3.0-4.3.0-beta.0.0",
"license": "MIT",

@@ -37,6 +37,5 @@ "main": "lib/index.js",

"scripts": {
"prebuild": "npx rimraf ./lib",
"build": "npx tsc -b"
},
"gitHead": "b1f092477fc2fb8945858bf4e39726cd5544c53a"
"gitHead": "135ebcc8cb248448dd177500f301ea66bc230b0a"
}

@@ -89,3 +89,3 @@ <div align="center">

- [**@nestjsx/crud**](https://www.npmjs.com/package/@nestjsx/crud) - core package which provides `@Crud()` decorator for endpoints generation, global configuration, validation, helper decorators ([docs](https://github.com/nestjsx/crud/wiki/Controllers#description))
- [**@nestjsx/crud-request**](https://www.npmjs.com/package/@nestjsx/crud-request) - request builder/parser package which provides `RequestQueryBuilder` class for a frontend usage and `RequestQueryParser` that is being used internaly for handling and validating query/path params on a backend side ([docs](https://github.com/nestjsx/crud/wiki/Requests#frontend-usage))
- [**@nestjsx/crud-request**](https://www.npmjs.com/package/@nestjsx/crud-request) - request builder/parser package which provides `RequestQueryBuilder` class for a frontend usage and `RequestQueryParser` that is being used internally for handling and validating query/path params on a backend side ([docs](https://github.com/nestjsx/crud/wiki/Requests#frontend-usage))
- [**@nestjsx/crud-typeorm**](https://www.npmjs.com/package/@nestjsx/crud-typeorm) - TypeORM package which provides base `TypeOrmCrudService` with methods for CRUD database operations ([docs](https://github.com/nestjsx/crud/wiki/ServiceTypeorm))

@@ -92,0 +92,0 @@

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