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
311
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.13 to 0.13.14

13

dist/index.d.ts

@@ -371,17 +371,6 @@ /**

declare class Transaction {
#private;
statements: Array<Statement>;
models: Array<Model>;
private internalStatements;
constructor(queries: Array<Query>, options?: TransactionOptions);
/**
* Composes SQL statements for the provided RONIN queries.
*
* @param queries - The RONIN queries for which SQL statements should be composed.
* @param models - A list of models.
* @param options - Additional options to adjust the behavior of the statement generation.
*
* @returns The composed SQL statements.
*/
private compileQueries;
private formatRows;
formatResults<Record>(results: Array<Array<RawRow>>, raw?: true): Array<Result<Record>>;

@@ -388,0 +377,0 @@ formatResults<Record>(results: Array<Array<ObjectRow>>, raw?: false): Array<Result<Record>>;

2

package.json
{
"name": "@ronin/compiler",
"version": "0.13.13",
"version": "0.13.14",
"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