Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@dataui/crud-typeorm

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dataui/crud-typeorm - npm Package Compare versions

Comparing version 5.3.2 to 5.3.3

16

lib/typeorm-crud.service.js

@@ -381,5 +381,7 @@ "use strict";

const select = [
...allowedRelation.primaryColumns,
...(crud_util_1.isArrayFull(options.persist) ? options.persist : []),
...columns,
...new Set([
...allowedRelation.primaryColumns,
...(crud_util_1.isArrayFull(options.persist) ? options.persist : []),
...columns,
]),
].map((col) => `${alias}.${col}`);

@@ -571,5 +573,7 @@ builder.addSelect(Array.from(new Set(select)));

const select = [
...(options.persist && options.persist.length ? options.persist : []),
...columns,
...this.entityPrimaryColumns,
...new Set([
...(options.persist && options.persist.length ? options.persist : []),
...columns,
...this.entityPrimaryColumns,
]),
].map((col) => `${this.alias}.${col}`);

@@ -576,0 +580,0 @@ return Array.from(new Set(select));

{
"name": "@dataui/crud-typeorm",
"description": "NestJs CRUD for RESTful APIs - TypeORM",
"version": "5.3.2",
"version": "5.3.3",
"license": "MIT",

@@ -45,3 +45,3 @@ "main": "lib/index.js",

},
"gitHead": "5008444f42125ad20dce66a343dfa470c8614638"
"gitHead": "b6c71c5a374b81b0e8719044f5c562d751694ca6"
}

Sorry, the diff of this file is not supported yet

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