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
399
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.16.5 to 0.17.0

4

dist/index.d.ts

@@ -407,2 +407,6 @@ /**

inlineParams?: boolean;
/**
* Whether to compute default field values as part of the generated statement.
*/
inlineDefaults?: boolean;
}

@@ -409,0 +413,0 @@ declare class Transaction {

2

package.json
{
"name": "@ronin/compiler",
"version": "0.16.5",
"version": "0.17.0",
"type": "module",

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

@@ -130,3 +130,8 @@ # RONIN Compiler

// This option should only be used if the generated SQL will be manually verified.
inlineParams: true
inlineParams: true,
// By default, the compiler relies on dynamic column default values for computing the
// values of all meta fields (such as `id`, `ronin.createdAt`, etc). In order to compute
// those values at the time of insertion instead, use this option.
inlineDefaults: true
});

@@ -133,0 +138,0 @@ ```

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