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
290
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.12.6 to 0.12.7-leo-ron-1071-experimental-261

2

package.json
{
"name": "@ronin/compiler",
"version": "0.12.6",
"version": "0.12.7-leo-ron-1071-experimental-261",
"type": "module",

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

@@ -68,6 +68,6 @@ # RONIN Compiler

```typescript
// Passing `rawResults` (rows being of arrays of values) provided by the database (ideal)
// Passing `rawResults` (rows being arrays of values) provided by the database (ideal)
const results: Array<Result> = transaction.formatResults(rawResults);
// Passing `objectResults` (rows being of objects) provided by a driver
// Passing `objectResults` (rows being objects) provided by a driver
const results: Array<Result> = transaction.formatResults(objectResults, false);

@@ -74,0 +74,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