Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@sqb/connect

Package Overview
Dependencies
Maintainers
1
Versions
137
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sqb/connect - npm Package Compare versions

Comparing version 4.11.2 to 4.11.3

2

cjs/orm/commands/find.command.js

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

(suffix || '').toLowerCase();
const fieldAlias = tableAlias + '_' + fieldName;
const fieldAlias = (tableAlias + '_' + fieldName).substring(0, 30);
this._selectColumns[fieldAlias] = {

@@ -205,0 +205,0 @@ field: el,

@@ -199,3 +199,3 @@ import { And, In, Param, Select } from '@sqb/builder';

(suffix || '').toLowerCase();
const fieldAlias = tableAlias + '_' + fieldName;
const fieldAlias = (tableAlias + '_' + fieldName).substring(0, 30);
this._selectColumns[fieldAlias] = {

@@ -202,0 +202,0 @@ field: el,

{
"name": "@sqb/connect",
"description": "Multi-dialect database connection framework written with TypeScript",
"version": "4.11.2",
"version": "4.11.3",
"author": "Panates",

@@ -44,3 +44,2 @@ "contributors": [

"putil-varhelpers": "^1.6.5",
"reflect-metadata": "^0.2.1",
"strict-typed-events": "^2.3.3",

@@ -54,3 +53,4 @@ "ts-gems": "^3.2.1"

"peerDependencies": {
"@sqb/builder": "^4.11.2"
"@sqb/builder": "^4.11.3",
"reflect-metadata": "^0.1.14 || ^0.2.2"
},

@@ -57,0 +57,0 @@ "engines": {

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