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.9
to
0.1.10
+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].replace(/[\'\"]/g, '$&$&')}', `;
z += val[k]==null? 'NULL, ':`'${val[k].toString().replace(/[\'\"]/g, '$&$&')}', `;
z = z.endsWith(', ')? z.substring(0, z.length-2):z;

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

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

@@ -27,3 +27,3 @@ "main": "index.js",

"@sql-extra/createview": "^0.1.4",
"@sql-extra/insertinto": "^0.1.7",
"@sql-extra/insertinto": "^0.1.8",
"@sql-extra/matchtsquery": "^0.1.1",

@@ -30,0 +30,0 @@ "@sql-extra/selecttsquery": "^0.1.1",