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

sql-query

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sql-query - npm Package Compare versions

Comparing version 0.0.29 to 0.1.0

3

lib/Dialects/postgresql.js

@@ -32,2 +32,5 @@ var util = require("util");

}
if (Buffer.isBuffer(val)) {
return "'\\x" + val.toString("hex") + "'";
}
switch (typeof val) {

@@ -34,0 +37,0 @@ case "number":

2

package.json

@@ -9,3 +9,3 @@ {

],
"version": "0.0.29",
"version": "0.1.0",
"license": "MIT",

@@ -12,0 +12,0 @@ "repository": {

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