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

sql-ts

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sql-ts - npm Package Compare versions

Comparing version 5.0.1 to 5.0.2

2

dist/cjs/node/query.js

@@ -53,3 +53,3 @@ 'use strict';

for (const node of select.nodes) {
const name = node.alias || node.name;
const name = node.alias || node.property || node.name;
const col = new column_1.Column(node);

@@ -56,0 +56,0 @@ col.name = name;

@@ -50,3 +50,3 @@ 'use strict';

for (const node of select.nodes) {
const name = node.alias || node.name;
const name = node.alias || node.property || node.name;
const col = new Column(node);

@@ -53,0 +53,0 @@ col.name = name;

@@ -8,3 +8,3 @@ {

"description": "SQL Builder",
"version": "5.0.1",
"version": "5.0.2",
"homepage": "https://github.com/charsleysa/node-sql-ts",

@@ -11,0 +11,0 @@ "license": "MIT",

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