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
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.10.1-leo-ron-1083-experimental-209 to 0.10.1-leo-ron-1083-experimental-210

5

dist/index.js

@@ -1541,4 +1541,7 @@ // src/utils/helpers.ts

const query = this.queries.at(-index);
const { queryModel, queryInstructions } = splitQuery(query);
const { queryType, queryModel, queryInstructions } = splitQuery(query);
const model = getModelBySlug(this.models, queryModel);
if (queryType === "count") {
return { amount: result[0]["COUNT(*)"] };
}
const single = queryModel !== model.pluralSlug;

@@ -1545,0 +1548,0 @@ if (single) {

2

package.json
{
"name": "@ronin/compiler",
"version": "0.10.1-leo-ron-1083-experimental-209",
"version": "0.10.1-leo-ron-1083-experimental-210",
"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