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.11.4-leo-ron-1083-experimental-241 to 0.11.4-leo-ron-1083-experimental-242

3

dist/index.js

@@ -661,3 +661,4 @@ // src/utils/helpers.ts

const actions = field.actions || {};
const targetTable = getModelBySlug([...models, model], field.target).table;
const modelList = models.some((item) => item.slug === model.slug) ? models : [...models, model];
const targetTable = getModelBySlug(modelList, field.target).table;
statement += ` REFERENCES ${targetTable}("id")`;

@@ -664,0 +665,0 @@ for (const trigger in actions) {

{
"name": "@ronin/compiler",
"version": "0.11.4-leo-ron-1083-experimental-241",
"version": "0.11.4-leo-ron-1083-experimental-242",
"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