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.5.0 to 4.6.0-alpha.0

node8plus/index.d.ts.map

9

node8plus/index.d.ts
import { QueryConfig } from "pg";
declare const $$trusted: unique symbol;
interface SQLRawNode {
export interface SQLRawNode {
text: string;

@@ -8,3 +8,3 @@ type: "RAW";

}
interface SQLIdentifierNode {
export interface SQLIdentifierNode {
names: Array<string | symbol>;

@@ -14,3 +14,3 @@ type: "IDENTIFIER";

}
interface SQLValueNode {
export interface SQLValueNode {
value: any;

@@ -54,3 +54,4 @@ type: "VALUE";

export declare function escapeSqlIdentifier(str: string): string;
export declare const blank: SQLNode[];
export declare const blank: SQLQuery;
export { query as fragment, nullNode as null };
//# sourceMappingURL=index.d.ts.map
{
"name": "pg-sql2",
"version": "4.5.0",
"version": "4.6.0-alpha.0",
"description": "Generate safe Postgres-compliant SQL with tagged template literals",

@@ -9,7 +9,6 @@ "main": "node8plus/index.js",

"jest": "jest",
"test": "tsc && node node8plus/index.js && jest && markdown-doctest",
"test:u": "tsc && node node8plus/index.js && jest -u && markdown-doctest",
"test": "tsc -b && node node8plus/index.js && jest && markdown-doctest",
"test:u": "tsc -b && node node8plus/index.js && jest -u && markdown-doctest",
"test:docs": "markdown-doctest",
"watch": "tsc --watch",
"prepack": "tsc"
"prepack": "tsc -b"
},

@@ -44,3 +43,3 @@ "repository": {

"ts-node": "8.4.1",
"typescript": "^3.6.3"
"typescript": "^3.7.2"
},

@@ -51,3 +50,3 @@ "peerDependencies": {

"dependencies": {
"@graphile/lru": "4.5.0",
"@graphile/lru": "4.6.0-alpha.0",
"@types/pg": ">=6 <8",

@@ -62,3 +61,3 @@ "debug": ">=3 <5"

},
"gitHead": "46257b486fb53851962581aacb3063ebd435f580"
"gitHead": "4f7f78ce99ef1bdd8be1330fc7fc68d607e878eb"
}
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