Socket
Socket
Sign inDemoInstall

mina-postgres-manager

Package Overview
Dependencies
21
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.9 to 0.0.10

2

package.json
{
"name": "mina-postgres-manager",
"version": "0.0.9",
"version": "0.0.10",
"description": "PostgresSQL Management Solution to wrap pg for mina etl",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -388,6 +388,8 @@ (function() {

}
if (outputValue == null) {
outputValue = '\'' + value + '\'';
}
} else {
outputValue = 'null';
}
if (outputValue == null) {
outputValue = '\'' + value + '\'';
}
return outputValue;

@@ -394,0 +396,0 @@ };

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc