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

pg-sql2

Package Overview
Dependencies
Maintainers
1
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pg-sql2 - npm Package Compare versions

Comparing version 2.0.0-beta.1 to 2.0.0

4

lib/index.js
"use strict";
if (parseFloat(process.versions.node) < 4) {
throw new Error("This library requires Node v4 or above; we've detected v${parseFloat(process.versions.node)}");
}
const debug = require("debug")("pg-sql2");

@@ -8,0 +4,0 @@

2

package.json
{
"name": "pg-sql2",
"version": "2.0.0-beta.1",
"version": "2.0.0",
"description": "Generate safe Postgres-compliant SQL with tagged template literals",

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

"use strict";
// @flow
if (parseFloat(process.versions.node) < 4) {
throw new Error(
"This library requires Node v4 or above; we've detected v${parseFloat(process.versions.node)}"
);
}
const debug = require("debug")("pg-sql2");

@@ -11,0 +5,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