New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

anydb-sql

Package Overview
Dependencies
Maintainers
1
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

anydb-sql - npm Package Compare versions

Comparing version 0.1.10 to 0.1.11

5

anydb-sql.js

@@ -82,2 +82,7 @@ var anyDB = require('any-db');

return where.query(query.text, query.values, function (err, res) {
if (err) {
err = new Error(err);
err.message = 'SQL' + err.message + '\n' + query.text
+ '\n' + query.values;
}
fn(err, res && res.rows ? res.rows.map(normalizer) : null);

@@ -84,0 +89,0 @@ });

2

package.json
{
"name": "anydb-sql",
"version": "0.1.10",
"version": "0.1.11",
"description": "anydb-sql combines node-anydb and node-sql",

@@ -5,0 +5,0 @@ "main": "anydb-sql.js",

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