New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@ronin/compiler

Package Overview
Dependencies
Maintainers
0
Versions
361
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.13.7-leo-ron-1071-experimental-299 to 0.13.7-leo-ron-1071-experimental-300

16

dist/index.d.ts

@@ -185,18 +185,18 @@ /**

};
type ModelField = (ModelFieldBasics & {
type ModelField = ModelFieldBasics & ({
/** The kind of value that should be stored inside the field. */
type?: never;
}) | (ModelFieldBasics & {
} | {
/** The kind of value that should be stored inside the field. */
type: 'boolean';
}) | (ModelFieldBasics & {
} | {
/** The kind of value that should be stored inside the field. */
type: 'date';
}) | (ModelFieldBasics & {
} | {
/** The kind of value that should be stored inside the field. */
type: 'json';
}) | (ModelFieldBasics & {
} | {
/** The kind of value that should be stored inside the field. */
type: 'blob';
}) | (ModelFieldBasics & {
} | {
/** The kind of value that should be stored inside the field. */

@@ -206,3 +206,3 @@ type: 'string';

collation?: ModelFieldCollation;
}) | (ModelFieldBasics & {
} | {
/** The kind of value that should be stored inside the field. */

@@ -214,3 +214,3 @@ type: 'number';

increment?: boolean;
}) | (ModelFieldBasics & {
} | {
/** The kind of value that should be stored inside the field. */

@@ -217,0 +217,0 @@ type: 'link';

{
"name": "@ronin/compiler",
"version": "0.13.7-leo-ron-1071-experimental-299",
"version": "0.13.7-leo-ron-1071-experimental-300",
"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