Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

sql-extra

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sql-extra - npm Package Compare versions

Comparing version
0.1.11
to
0.1.12
+1
-1
index.js

@@ -29,3 +29,3 @@ // 0. @sql-extra/createindex (createIndex)

for(var k in val)
z += val[k]==null? 'NULL, ':`'${val[k].toString().replace(/[\'\"]/g, '$&$&$&$&')}', `;
z += val[k]==null? 'NULL, ':`'$$${val[k]}$$', `;
z = z.endsWith(', ')? z.substring(0, z.length-2):z;

@@ -32,0 +32,0 @@ z += '),\n(';

{
"name": "sql-extra",
"version": "0.1.11",
"version": "0.1.12",
"description": "Extra methods for generating SQL commands.",

@@ -5,0 +5,0 @@ "main": "index.js",