Socket
Socket
Sign inDemoInstall

remult

Package Overview
Dependencies
Maintainers
0
Versions
588
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remult - npm Package Compare versions

Comparing version 0.26.14 to 0.26.15

2

esm/postgres/postgres-data-provider.js

@@ -35,3 +35,3 @@ import { remult as defaultRemult } from '../src/remult-proxy.js';

this.wrapIdentifier = (name) => name;
if (options.orderByNullsFirst)
if (options?.orderByNullsFirst)
this.orderByNullsFirst = options.orderByNullsFirst;

@@ -38,0 +38,0 @@ if (options?.schema) {

export const flags = {
error500RetryCount: 4,
};
//y1 - Talk about the case where we had one to many, without a field - just a filter - for example, event,event participants, users - and a field that shows all users that are not participants
//p1 - Fix hagai and starter project to latest ts
//y1 TODO - discuss next auth withRemult paradox - the gift that keeps on giving - it's doing something crazy there!!

@@ -86,2 +88,5 @@ //p1 - fix chaining of saving and saved in multiple entity options args

- remult-admin didn't show a update for a table with a uniqua that is numeric
- for literal fields, allow selection from list
- for many to one fields - allow search field selection by developer
- for toOne relations, show the "one" row and allow its edit.
*/

@@ -88,0 +93,0 @@ //remult

{
"name": "remult",
"version": "0.26.14",
"version": "0.26.15",
"description": "A CRUD framework for full-stack TypeScript",

@@ -5,0 +5,0 @@ "homepage": "https://remult.dev",

@@ -28,3 +28,3 @@ "use strict";

this.wrapIdentifier = function (name) { return name; };
if (options.orderByNullsFirst)
if (options === null || options === void 0 ? void 0 : options.orderByNullsFirst)
this.orderByNullsFirst = options.orderByNullsFirst;

@@ -31,0 +31,0 @@ if (options === null || options === void 0 ? void 0 : options.schema) {

@@ -7,2 +7,4 @@ "use strict";

};
//y1 - Talk about the case where we had one to many, without a field - just a filter - for example, event,event participants, users - and a field that shows all users that are not participants
//p1 - Fix hagai and starter project to latest ts
//y1 TODO - discuss next auth withRemult paradox - the gift that keeps on giving - it's doing something crazy there!!

@@ -90,2 +92,5 @@ //p1 - fix chaining of saving and saved in multiple entity options args

- remult-admin didn't show a update for a table with a uniqua that is numeric
- for literal fields, allow selection from list
- for many to one fields - allow search field selection by developer
- for toOne relations, show the "one" row and allow its edit.
*/

@@ -92,0 +97,0 @@ //remult

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