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

sy-node-mysql

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sy-node-mysql - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

2

package.json
{
"name": "sy-node-mysql",
"version": "2.0.2",
"version": "2.0.3",
"engines": {

@@ -5,0 +5,0 @@ "node": ">=6.0"

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

let sql = 'select ';
if (opts.fields instanceof Array && opts.fields.length > 0) {
if (opts && opts.fields instanceof Array && opts.fields.length > 0) {
sql += '`';

@@ -185,0 +185,0 @@ sql += opts.fields.join('`,`');

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