Socket
Socket
Sign inDemoInstall

skul

Package Overview
Dependencies
75
Maintainers
1
Versions
54
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.4.9 to 0.4.10

8

lib/skul/private.js

@@ -269,3 +269,3 @@ /*

// Set column raw
columnRaw += '`' + self.queryBuilder.getAlias() + '`.`' + parentAlias + '$' + fieldItem['$key'] + '`';
columnRaw += '`' + '$QB$' + '`.`' + parentAlias + '$' + fieldItem['$key'] + '`';

@@ -281,3 +281,9 @@ // Add query builder columns

subqueryBuildingTasks.push(function() {
// Add query builder alias to column raw
columnRaw = columnRaw.replace(/`\$QB\$`/g, self.queryBuilder.getAlias());
// Add column
subqueryBuilder.addColumn(knex.raw(columnRaw + ' AS `' + customAlias + '`'));
});

@@ -284,0 +290,0 @@

2

package.json
{
"name": "skul",
"description": "SKuL - SQL query manager",
"version": "0.4.9",
"version": "0.4.10",
"author": "Paul Duthoit <duthoit.paul@gmail.com>",

@@ -6,0 +6,0 @@ "homepage": "http://skul.io/",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc