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

@fdy/simple-postgres

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fdy/simple-postgres - npm Package Compare versions

Comparing version 3.0.1 to 3.0.2

2

package.json
{
"name": "@fdy/simple-postgres",
"version": "3.0.1",
"version": "3.0.2",
"description": "a minimal postgres interface for node",

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

@@ -104,3 +104,2 @@ const { Pool } = require('pg')

function sqlTemplate (client, values) {
console.log(values)
let strings = values.shift()

@@ -111,4 +110,2 @@ let stringsLength = strings.length

console.log(values, strings)
let sql = ''

@@ -115,0 +112,0 @@ let params = []

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