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
4
Versions
379
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.14 to 0.15.0

11

dist/index.d.ts

@@ -135,3 +135,3 @@ /**

model: string;
to?: Partial<PublicModel>;
to?: Partial<Omit<PublicModel, 'fields' | 'indexes' | 'triggers' | 'presets' | 'idPrefix'>>;
create?: {

@@ -249,3 +249,3 @@ field?: ModelField;

/** Whether the field should be related to one record, or many records. */
kind?: 'one' | 'many';
kind?: 'one';
/**

@@ -258,2 +258,9 @@ * If the target record is updated or deleted, the defined actions maybe executed.

};
} | {
/** The kind of value that should be stored inside the field. */
type: 'link';
/** The target model of the relationship that is being established. */
target: string;
/** Whether the field should be related to one record, or many records. */
kind: 'many';
});

@@ -260,0 +267,0 @@ type ModelIndexField<T extends Array<ModelField> = Array<ModelField>> = {

2

package.json
{
"name": "@ronin/compiler",
"version": "0.14.14",
"version": "0.15.0",
"type": "module",

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

Sorry, the diff of this file is too big to display

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