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

@ronin/compiler

Package Overview
Dependencies
Maintainers
0
Versions
341
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ronin/compiler - npm Package Compare versions

Comparing version 0.14.6-corny-ron-1099-experimental-331 to 0.14.6-corny-ron-1099-experimental-332

6

dist/index.d.ts

@@ -202,3 +202,3 @@ /**

*/
defaultValue?: Expression | unknown | (() => Expression);
defaultValue?: Expression | unknown | (() => string);
/**

@@ -211,6 +211,6 @@ * An expression that should be evaluated to form the value of the field. The

kind: 'VIRTUAL' | 'STORED';
value: Expression | unknown | ((fields: Record<string, unknown>) => Expression);
value: Expression | unknown | ((fields: Record<string, string>) => string);
};
/** An expression that gets evaluated every time a value is provided for the field. */
check?: Expression | ((fields: Record<string, unknown>) => Expression);
check?: Expression | ((fields: Record<string, string>) => string);
};

@@ -217,0 +217,0 @@ type ModelField = ModelFieldBasics & ({

{
"name": "@ronin/compiler",
"version": "0.14.6-corny-ron-1099-experimental-331",
"version": "0.14.6-corny-ron-1099-experimental-332",
"type": "module",

@@ -5,0 +5,0 @@ "description": "Compiles RONIN queries to SQL statements.",

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