You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

pg-sql2

Package Overview
Dependencies
Maintainers
1
Versions
63
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

to
5.0.0-beta.7

dist/version.d.ts
# pg-sql2
## 5.0.0-beta.7
### Patch Changes
- [#2250](https://github.com/graphile/crystal/pull/2250)
[`7bf045282`](https://github.com/graphile/crystal/commit/7bf04528264c3b9c509f148253fed96d3394141d)
Thanks [@benjie](https://github.com/benjie)! - Export version number.
## 5.0.0-beta.6

@@ -4,0 +12,0 @@

1

dist/index.d.ts
import { $$type } from "./thereCanBeOnlyOne.js";
export { version } from "./version.js";
/** Use this to enable coercing objects to SQL to make composing SQL fragments more ergonomic */

@@ -3,0 +4,0 @@ export declare const $$toSQL: unique symbol;

4

dist/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.true = exports.query = exports.null = exports.isSQL = exports.fragment = exports.false = exports.sql = exports.replaceSymbol = exports.isEquivalent = exports.arraysMatch = exports.placeholder = exports.symbolAlias = exports.parens = exports.indentIf = exports.indent = exports.join = exports.literal = exports.dot = exports.blank = exports.value = exports.identifier = exports.raw = exports.compile = exports.escapeSqlIdentifier = exports.$$symbolToIdentifier = exports.$$toSQL = void 0;
exports.true = exports.query = exports.null = exports.isSQL = exports.fragment = exports.false = exports.sql = exports.replaceSymbol = exports.isEquivalent = exports.arraysMatch = exports.placeholder = exports.symbolAlias = exports.parens = exports.indentIf = exports.indent = exports.join = exports.literal = exports.dot = exports.blank = exports.value = exports.identifier = exports.raw = exports.compile = exports.escapeSqlIdentifier = exports.$$symbolToIdentifier = exports.$$toSQL = exports.version = void 0;
const tslib_1 = require("tslib");

@@ -9,2 +9,4 @@ const lru_1 = tslib_1.__importDefault(require("@graphile/lru"));

const thereCanBeOnlyOne_js_1 = require("./thereCanBeOnlyOne.js");
var version_js_1 = require("./version.js");
Object.defineProperty(exports, "version", { enumerable: true, get: function () { return version_js_1.version; } });
/** Use this to enable coercing objects to SQL to make composing SQL fragments more ergonomic */

@@ -11,0 +13,0 @@ exports.$$toSQL = Symbol("toSQL");

{
"name": "pg-sql2",
"version": "5.0.0-beta.6",
"version": "5.0.0-beta.7",
"description": "Generate safe Postgres-compliant SQL with tagged template literals",

@@ -9,3 +9,3 @@ "main": "dist/index.js",

"pretest": "node dist/index.js",
"test": "jest -i",
"test": "jest",
"posttest": "yarn test:docs",

@@ -12,0 +12,0 @@ "test:docs": "markdown-doctest",

@@ -29,7 +29,6 @@ # pg-sql2

<td align="center"><a href="https://dovetailapp.com/"><img src="https://graphile.org/images/sponsors/dovetail.png" width="90" height="90" alt="Dovetail" /><br />Dovetail</a> *</td>
<td align="center"><a href="https://www.netflix.com/"><img src="https://graphile.org/images/sponsors/Netflix.png" width="90" height="90" alt="Netflix" /><br />Netflix</a> *</td>
<td align="center"><a href="https://stellate.co/"><img src="https://graphile.org/images/sponsors/Stellate.png" width="90" height="90" alt="Stellate" /><br />Stellate</a> *</td>
<td align="center"><a href="https://gosteelhead.com/"><img src="https://graphile.org/images/sponsors/steelhead.svg" width="90" height="90" alt="Steelhead" /><br />Steelhead</a> *</td>
</tr><tr>
<td align="center"><a href="https://gosteelhead.com/"><img src="https://graphile.org/images/sponsors/steelhead.svg" width="90" height="90" alt="Steelhead" /><br />Steelhead</a> *</td>
<td align="center"><a href="https://www.sylvera.com/"><img src="https://graphile.org/images/sponsors/sylvera.svg" width="90" height="90" alt="Sylvera" /><br />Sylvera</a> *</td>
<td align="center"><a href=""><img src="https://graphile.org/images/sponsors/latchbio.jpg" width="90" height="90" alt="LatchBio" /><br />LatchBio</a> *</td>
</tr></table>

@@ -36,0 +35,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet