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.5 to 0.13.6-leo-ron-1071-experimental-298

11

dist/index.d.ts

@@ -187,6 +187,9 @@ /**

/** The kind of value that should be stored inside the field. */
type?: 'boolean' | 'date' | 'json';
type?: never;
}) | (ModelFieldBasics & {
/** The kind of value that should be stored inside the field. */
type?: 'string';
type: 'boolean' | 'date' | 'json' | 'blob';
}) | (ModelFieldBasics & {
/** The kind of value that should be stored inside the field. */
type: 'string';
/** The collation sequence to use for the field value. */

@@ -196,3 +199,3 @@ collation?: ModelFieldCollation;

/** The kind of value that should be stored inside the field. */
type?: 'number';
type: 'number';
/**

@@ -204,3 +207,3 @@ * Automatically increments the value of the field with every new inserted record.

/** The kind of value that should be stored inside the field. */
type?: 'link';
type: 'link';
/** The target model of the relationship that is being established. */

@@ -207,0 +210,0 @@ target: string;

{
"name": "@ronin/compiler",
"version": "0.13.5",
"version": "0.13.6-leo-ron-1071-experimental-298",
"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