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.5 to 0.26.6-exp.0

4

esm/server/initAsyncHooks.js

@@ -14,4 +14,4 @@ import { AsyncLocalStorage } from 'async_hooks';

if (test.getStore() === undefined) {
console.log("async_hooks.AsyncLocalStorage not working, using stub implementation (You're probably running on stackblitz, this will work on a normal nodejs environment");
remultStatic.asyncContext = new RemultAsyncLocalStorage(new SequentialRemultAsyncLocalStorageCore());
console.log("async_hooks.AsyncLocalStorage not working, using stub implementation (You're probably running on stackblitz, this will work on a normal nodejs environment)");
remultStatic.asyncContext = new RemultAsyncLocalStorage(new StubRemultAsyncLocalStorageCore());
}

@@ -18,0 +18,0 @@ });

export {};
//y1 - https://discord.com/channels/975754286384418847/1230386433093533698/1230386433093533698
//y1 - fix async hooks - was it fixed?
//y2 - soft-delete-discussion https://discord.com/channels/975754286384418847/1230386433093533698/1230386433093533698
//y1 - In the esm version of our tutorial - the imports are automatically .ts and not .js
//y1 - consider id to also support keyof (id:['company','index']) - had problem with | (keyof Partial<entityType>)[] & `entity`
//y1 - repo batch - for multiple operations:

@@ -11,10 +12,5 @@ /*

*/
//p1 - adjust react tutorial to esm
//p1 - fix next tutorial to work
//p1 - add solid tutorial to the getting started page
//p1 - update the examples section
//p1 - add documentation for bun sqlite
//p1 - consider upsert (where,set)
//p1 - wait a second to close stream
//y1 - consider id to also support keyof (id:['company','index']) - had problem with | (keyof Partial<entityType>)[] & `entity`
//p1 - describe entity

@@ -21,0 +17,0 @@ //p1 - prepare the createEntity discussion

{
"name": "remult",
"version": "0.26.5",
"version": "0.26.6-exp.0",
"description": "A CRUD framework for full-stack TypeScript",

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

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

- [Tutorial with Sveltekit](https://remult.dev/tutorials/sveltekit/)
- [Tutorial with SolidStart](https://remult.dev/tutorials/react-next/)
- [Tutorial with SolidStart](https://remult.dev/tutorials/solid-start/)

@@ -314,0 +314,0 @@ ## Demo

@@ -23,4 +23,4 @@ "use strict";

if (test.getStore() === undefined) {
console.log("async_hooks.AsyncLocalStorage not working, using stub implementation (You're probably running on stackblitz, this will work on a normal nodejs environment");
remult_static_js_1.remultStatic.asyncContext = new context_js_1.RemultAsyncLocalStorage(new SequentialRemultAsyncLocalStorageCore());
console.log("async_hooks.AsyncLocalStorage not working, using stub implementation (You're probably running on stackblitz, this will work on a normal nodejs environment)");
remult_static_js_1.remultStatic.asyncContext = new context_js_1.RemultAsyncLocalStorage(new StubRemultAsyncLocalStorageCore());
}

@@ -27,0 +27,0 @@ return [2 /*return*/];

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//y1 - https://discord.com/channels/975754286384418847/1230386433093533698/1230386433093533698
//y1 - fix async hooks - was it fixed?
//y2 - soft-delete-discussion https://discord.com/channels/975754286384418847/1230386433093533698/1230386433093533698
//y1 - In the esm version of our tutorial - the imports are automatically .ts and not .js
//y1 - consider id to also support keyof (id:['company','index']) - had problem with | (keyof Partial<entityType>)[] & `entity`
//y1 - repo batch - for multiple operations:

@@ -12,10 +13,5 @@ /*

*/
//p1 - adjust react tutorial to esm
//p1 - fix next tutorial to work
//p1 - add solid tutorial to the getting started page
//p1 - update the examples section
//p1 - add documentation for bun sqlite
//p1 - consider upsert (where,set)
//p1 - wait a second to close stream
//y1 - consider id to also support keyof (id:['company','index']) - had problem with | (keyof Partial<entityType>)[] & `entity`
//p1 - describe entity

@@ -22,0 +18,0 @@ //p1 - prepare the createEntity discussion

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