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

remult

Package Overview
Dependencies
Maintainers
0
Versions
616
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.27.14 to 0.27.15

2

esm/server/remult-admin.js

@@ -68,3 +68,3 @@ import { getRelationFieldInfo, } from '../src/remult3/relationInfoMember.js';

key: x.key,
readOnly: x.dbReadOnly || !x.apiUpdateAllowed() || x.isServerExpression,
readOnly: !x.apiUpdateAllowed(),
values: getValueList(x),

@@ -71,0 +71,0 @@ valFieldKey,

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

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

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

key: x.key,
readOnly: x.dbReadOnly || !x.apiUpdateAllowed() || x.isServerExpression,
readOnly: !x.apiUpdateAllowed(),
values: (0, RepositoryImplementation_js_1.getValueList)(x),

@@ -78,0 +78,0 @@ valFieldKey: valFieldKey,

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