Socket
Socket
Sign inDemoInstall

remult

Package Overview
Dependencies
Maintainers
2
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.12-next.1 to 0.26.12-next.2

2

esm/src/remult-static.js

@@ -28,2 +28,3 @@ const remultStaticKey = Symbol.for('remult-static1');

globalThis[remultStaticKey] = x;
x.remultFactory = () => defaultFactory();
}

@@ -43,2 +44,1 @@ else {

}
resetFactory();
export const flags = {
error500RetryCount: 4,
};
//y1 TODO - discuss next auth withRemult paradox - the gift that keeps on giving - it's doing something crazy there!!
//p1 - review starter and examples and separate remult * auth from the routes
//p1 - https://github.com/remult/remult/discussions/438
//y1 - live query with count #436
//y1 - https://github.com/remult/remult/discussions/438
//p1 - discuss next auth withRemult paradox
//p1 - maybe the default withRemult should by default use the data provider set by the remultExpress
//p1 - withRemult to support the full range of data provider.
//y1 TODO - In the esm version of our tutorial - the imports are automatically .ts and not .js in react and not in vue

@@ -27,3 +26,2 @@ //y1 TODO - consider id to also support keyof (id:['company','index']) - had problem with | (keyof Partial<entityType>)[] & `entity`

*/
//p1 - consider in json storage, to store the json without spaces
//p1 - consider upsert (where,set)

@@ -30,0 +28,0 @@ //y1 - wait a second to close stream -see pr

{
"name": "remult",
"version": "0.26.12-next.1",
"version": "0.26.12-next.2",
"description": "A CRUD framework for full-stack TypeScript",

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

@@ -31,2 +31,3 @@ "use strict";

globalThis[remultStaticKey] = x;
x.remultFactory = function () { return defaultFactory(); };
}

@@ -48,2 +49,1 @@ else {

exports.resetFactory = resetFactory;
resetFactory();

@@ -7,7 +7,6 @@ "use strict";

};
//y1 TODO - discuss next auth withRemult paradox - the gift that keeps on giving - it's doing something crazy there!!
//p1 - review starter and examples and separate remult * auth from the routes
//p1 - https://github.com/remult/remult/discussions/438
//y1 - live query with count #436
//y1 - https://github.com/remult/remult/discussions/438
//p1 - discuss next auth withRemult paradox
//p1 - maybe the default withRemult should by default use the data provider set by the remultExpress
//p1 - withRemult to support the full range of data provider.
//y1 TODO - In the esm version of our tutorial - the imports are automatically .ts and not .js in react and not in vue

@@ -31,3 +30,2 @@ //y1 TODO - consider id to also support keyof (id:['company','index']) - had problem with | (keyof Partial<entityType>)[] & `entity`

*/
//p1 - consider in json storage, to store the json without spaces
//p1 - consider upsert (where,set)

@@ -34,0 +32,0 @@ //y1 - wait a second to close stream -see pr

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