Socket
Socket
Sign inDemoInstall

slonik

Package Overview
Dependencies
Maintainers
1
Versions
395
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

slonik - npm Package Compare versions

Comparing version 14.1.0 to 14.2.0

4

dist/templateTags/sql.js

@@ -27,3 +27,3 @@ "use strict";

while (index < columnCount) {
columnNames.push(String.fromCharCode('a'.charCodeAt(0) + index));
columnNames.push('f' + (index + 1));
index++;

@@ -138,3 +138,3 @@ }

(0, _invariant.default)(typeof aliasName === 'string', 'Alias name unavailable');
unnsetSqlTokens.push('UNNEST($' + ++placeholderIndex + '::' + columnType + '[]) ' + aliasName);
unnsetSqlTokens.push('UNNEST($' + ++placeholderIndex + '::' + (0, _utilities.escapeIdentifier)(columnType) + '[]) ' + (0, _utilities.escapeIdentifier)(aliasName));
unnestBindings[columnIndex] = [];

@@ -141,0 +141,0 @@ columnIndex++;

@@ -96,3 +96,3 @@ {

},
"version": "14.1.0"
"version": "14.2.0"
}

@@ -31,3 +31,3 @@ // @flow

while (index < columnCount) {
columnNames.push(String.fromCharCode('a'.charCodeAt(0) + index));
columnNames.push('f' + (index + 1));

@@ -168,3 +168,3 @@ index++;

unnsetSqlTokens.push('UNNEST($' + ++placeholderIndex + '::' + columnType + '[]) ' + aliasName);
unnsetSqlTokens.push('UNNEST($' + ++placeholderIndex + '::' + escapeIdentifier(columnType) + '[]) ' + escapeIdentifier(aliasName));

@@ -171,0 +171,0 @@ unnestBindings[columnIndex] = [];

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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