any-db-params
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -1,2 +0,2 @@ | ||
module.exports = function (x) { | ||
module.exports = function (values) { | ||
var copy = {}; | ||
@@ -3,0 +3,0 @@ for (var k in values) copy[k] = values[k]; |
{ | ||
"name": "any-db-params", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Collect parameters and generate SQL placeholders for any database", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
5234
0