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 4.8.0 to 4.9.0

2

node8plus/index.d.ts

@@ -52,3 +52,3 @@ import { QueryConfig } from "pg";

export declare function escapeSqlIdentifier(str: string): string;
export declare const blank: SQLNode[];
export declare const blank: SQLQuery;
export { query as fragment, nullNode as null };
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.null = exports.fragment = exports.blank = exports.escapeSqlIdentifier = exports.join = exports.literal = exports.value = exports.identifier = exports.raw = exports.query = exports.compile = void 0;
const debugFactory = require("debug");

@@ -4,0 +5,0 @@ const lru_1 = require("@graphile/lru");

{
"name": "pg-sql2",
"version": "4.8.0",
"version": "4.9.0",
"description": "Generate safe Postgres-compliant SQL with tagged template literals",

@@ -38,8 +38,8 @@ "main": "node8plus/index.js",

"@types/debug": "4.1.5",
"@types/node": "12.7.5",
"jest": "24.9.0",
"@types/node": "14.6.4",
"jest": "25.x",
"markdown-doctest": "^1.0.0",
"ts-jest": "24.1.0",
"ts-node": "8.4.1",
"typescript": "^3.6.3"
"ts-jest": "25.x",
"ts-node": "9.0.0",
"typescript": "^4.0.2"
},

@@ -50,6 +50,6 @@ "peerDependencies": {

"dependencies": {
"@graphile/lru": "4.8.0-rc.0",
"@graphile/lru": "4.9.0",
"@types/pg": ">=6 <8",
"debug": ">=3 <5",
"tslib": "^1.13.0"
"tslib": "^2.0.1"
},

@@ -62,3 +62,3 @@ "files": [

},
"gitHead": "9bd73ee7d20c059856af8e8d347e3711ba1b0d72"
"gitHead": "a575f0ac46f7636e726ed9092a374aef65ef23eb"
}

Sorry, the diff of this file is not supported yet

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