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

mariasql

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mariasql - npm Package Compare versions

Comparing version 0.1.8 to 0.1.9

9

lib/Client.js

@@ -240,5 +240,8 @@ var lookup = require('dns').lookup,

ret += parts[j];
ret += "'";
ret += addon.escape(str);
ret += "'";
if (values[tokens[j]] !== null) {
ret += "'";
ret += addon.escape(str);
ret += "'";
} else
ret += 'NULL';
}

@@ -245,0 +248,0 @@ if (j < parts.length)

{ "name": "mariasql",
"version": "0.1.8",
"version": "0.1.9",
"author": "Brian White <mscdex@mscdex.net>",

@@ -4,0 +4,0 @@ "description": "A node.js binding to MariaDB's non-blocking (MySQL-compatible) client library",

@@ -29,3 +29,3 @@

npm install mariasql
npm install mariasql

@@ -32,0 +32,0 @@

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