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

@embedded-postgres/darwin-arm64

Package Overview
Dependencies
Maintainers
1
Versions
121
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@embedded-postgres/darwin-arm64 - npm Package Compare versions

Comparing version 13.13.1-beta.9 to 13.13.1-beta.10

native/lib/libintl.8.dylib

14

dist/index.js

@@ -1,10 +0,4 @@

"use strict";
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.postgres = exports.initdb = exports.pg_ctl = void 0;
const path_1 = __importDefault(require("path"));
exports.pg_ctl = path_1.default.resolve(__dirname, '..', 'native', 'bin', 'pg_ctl');
exports.initdb = path_1.default.resolve(__dirname, '..', 'native', 'bin', 'initdb');
exports.postgres = path_1.default.resolve(__dirname, '..', 'native', 'bin', 'postgres');
import path from 'path';
export const pg_ctl = path.resolve(__dirname, '..', 'native', 'bin', 'pg_ctl');
export const initdb = path.resolve(__dirname, '..', 'native', 'bin', 'initdb');
export const postgres = path.resolve(__dirname, '..', 'native', 'bin', 'postgres');

@@ -1,1 +0,1 @@

[{"source":"native/lib/libcrypto.3.dylib","target":"native/lib/libcrypto.dylib"},{"source":"native/lib/libedit.0.dylib","target":"native/lib/libedit.dylib"},{"source":"native/lib/libicudata.68.2.dylib","target":"native/lib/libicudata.68.dylib"},{"source":"native/lib/libicudata.68.2.dylib","target":"native/lib/libicudata.dylib"},{"source":"native/lib/libicui18n.68.2.dylib","target":"native/lib/libicui18n.68.dylib"},{"source":"native/lib/libicui18n.68.2.dylib","target":"native/lib/libicui18n.dylib"},{"source":"native/lib/libicuuc.68.2.dylib","target":"native/lib/libicuuc.68.dylib"},{"source":"native/lib/libicuuc.68.2.dylib","target":"native/lib/libicuuc.dylib"},{"source":"native/lib/liblz4.1.9.4.dylib","target":"native/lib/liblz4.1.dylib"},{"source":"native/lib/liblz4.1.9.4.dylib","target":"native/lib/liblz4.dylib"},{"source":"native/lib/libpq.5.15.dylib","target":"native/lib/libpq.5.dylib"},{"source":"native/lib/libpq.5.15.dylib","target":"native/lib/libpq.dylib"},{"source":"native/lib/libssl.3.dylib","target":"native/lib/libssl.dylib"},{"source":"native/lib/libxml2.2.dylib","target":"native/lib/libxml2.dylib"},{"source":"native/lib/libz.1.2.13.dylib","target":"native/lib/libz.1.dylib"},{"source":"native/lib/libz.1.2.13.dylib","target":"native/lib/libz.dylib"},{"source":"native/lib/libzstd.1.5.5.dylib","target":"native/lib/libzstd.1.dylib"},{"source":"native/lib/libzstd.1.5.5.dylib","target":"native/lib/libzstd.dylib"}]
[{"source":"native/lib/libcrypto.3.dylib","target":"native/lib/libcrypto.dylib"},{"source":"native/lib/libedit.0.dylib","target":"native/lib/libedit.dylib"},{"source":"native/lib/libicudata.68.2.dylib","target":"native/lib/libicudata.68.dylib"},{"source":"native/lib/libicudata.68.2.dylib","target":"native/lib/libicudata.dylib"},{"source":"native/lib/libicui18n.68.2.dylib","target":"native/lib/libicui18n.68.dylib"},{"source":"native/lib/libicui18n.68.2.dylib","target":"native/lib/libicui18n.dylib"},{"source":"native/lib/libicuuc.68.2.dylib","target":"native/lib/libicuuc.68.dylib"},{"source":"native/lib/libicuuc.68.2.dylib","target":"native/lib/libicuuc.dylib"},{"source":"native/lib/liblz4.1.9.4.dylib","target":"native/lib/liblz4.1.dylib"},{"source":"native/lib/liblz4.1.9.4.dylib","target":"native/lib/liblz4.dylib"},{"source":"native/lib/libpq.5.dylib","target":"native/lib/libpq.dylib"},{"source":"native/lib/libssl.3.dylib","target":"native/lib/libssl.dylib"},{"source":"native/lib/libxml2.2.dylib","target":"native/lib/libxml2.dylib"},{"source":"native/lib/libz.1.3.dylib","target":"native/lib/libz.1.dylib"},{"source":"native/lib/libz.1.3.dylib","target":"native/lib/libz.dylib"},{"source":"native/lib/libzstd.1.5.5.dylib","target":"native/lib/libzstd.1.dylib"},{"source":"native/lib/libzstd.1.5.5.dylib","target":"native/lib/libzstd.dylib"}]

@@ -5,3 +5,3 @@ #

#
# Copyright (c) 2003-2022, PostgreSQL Global Development Group
# Copyright (c) 2003-2023, PostgreSQL Global Development Group
#

@@ -8,0 +8,0 @@ # This list serves as the basis for generating source files containing error

@@ -9,8 +9,9 @@ B011 Embedded Ada NO

B021 Direct SQL YES
B030 Enhanced dynamic SQL NO
B031 Basic dynamic SQL NO
B032 Extended dynamic SQL NO
B032 Extended dynamic SQL 01 <describe input statement> NO
B033 Untyped SQL-invoked function arguments NO
B034 Dynamic specification of cursor attributes NO
B035 Non-extended descriptor names NO
B036 Describe input statement NO
B041 Extensions to embedded SQL exception declarations NO

@@ -35,3 +36,3 @@ B051 Enhanced execution rights NO

B201 More than one PTF generic table parameter NO
B202 PTF Copartitioning NO
B202 PTF copartitioning NO
B203 More than one copartition specification NO

@@ -171,5 +172,6 @@ B204 PRUNE WHEN EMPTY NO

F034 Extended REVOKE statement YES
F034 Extended REVOKE statement 01 REVOKE statement performed by other than the owner of a schema object YES
F034 Extended REVOKE statement 02 REVOKE statement: GRANT OPTION FOR clause YES
F034 Extended REVOKE statement 03 REVOKE statement to revoke a privilege that the grantee has WITH GRANT OPTION YES
F035 REVOKE with CASCADE YES
F036 REVOKE statement performed by non-owner YES
F037 REVOKE statement: GRANT OPTION FOR clause YES
F038 REVOKE of a WITH GRANT OPTION privilege YES
F041 Basic joined table YES

@@ -197,10 +199,10 @@ F041 Basic joined table 01 Inner join (but not necessarily the INNER keyword) YES

F111 Isolation levels other than SERIALIZABLE YES
F111 Isolation levels other than SERIALIZABLE 01 READ UNCOMMITTED isolation level YES
F111 Isolation levels other than SERIALIZABLE 02 READ COMMITTED isolation level YES
F111 Isolation levels other than SERIALIZABLE 03 REPEATABLE READ isolation level YES
F112 Isolation level READ UNCOMMITTED YES
F113 Isolation level READ COMMITTED YES
F114 Isolation level REPEATABLE READ YES
F120 Get diagnostics statement NO
F121 Basic diagnostics management NO
F121 Basic diagnostics management 01 GET DIAGNOSTICS statement NO
F121 Basic diagnostics management 02 SET TRANSACTION statement: DIAGNOSTICS SIZE clause NO
F122 Enhanced diagnostics management NO
F123 All diagnostics NO
F124 SET TRANSACTION statement: DIAGNOSTICS SIZE clause NO
F131 Grouped operations YES

@@ -221,5 +223,2 @@ F131 Grouped operations 01 WHERE, GROUP BY, and HAVING clauses supported in queries with grouped views YES

F231 Privilege tables YES
F231 Privilege tables 01 TABLE_PRIVILEGES view YES
F231 Privilege tables 02 COLUMN_PRIVILEGES view YES
F231 Privilege tables 03 USAGE_PRIVILEGES view YES
F251 Domain support YES

@@ -236,8 +235,9 @@ F261 CASE expression YES

F291 UNIQUE predicate NO
F292 UNIQUE null treatment YES SQL:202x draft
F292 UNIQUE null treatment YES
F301 CORRESPONDING in query expressions NO
F302 INTERSECT table operator YES
F302 INTERSECT table operator 01 INTERSECT DISTINCT table operator YES
F303 INTERSECT DISTINCT table operator YES
F302 INTERSECT table operator 02 INTERSECT ALL table operator YES
F304 EXCEPT ALL table operator YES
F305 INTERSECT ALL table operator YES
F311 Schema definition statement YES

@@ -256,5 +256,2 @@ F311 Schema definition statement 01 CREATE SCHEMA YES

F381 Extended schema manipulation YES
F381 Extended schema manipulation 01 ALTER TABLE statement: ALTER COLUMN clause YES
F381 Extended schema manipulation 02 ALTER TABLE statement: ADD CONSTRAINT clause YES
F381 Extended schema manipulation 03 ALTER TABLE statement: DROP CONSTRAINT clause YES
F382 Alter column data type YES

@@ -265,2 +262,4 @@ F383 Set column not null clause YES

F386 Set identity column generation clause YES
F387 ALTER TABLE statement: ALTER COLUMN clause YES
F388 ALTER TABLE statement: ADD/DROP CONSTRAINT clause YES
F391 Long identifiers YES

@@ -271,17 +270,18 @@ F392 Unicode escapes in identifiers YES

F401 Extended joined table YES
F401 Extended joined table 01 NATURAL JOIN YES
F401 Extended joined table 02 FULL OUTER JOIN YES
F401 Extended joined table 04 CROSS JOIN YES
F402 Named column joins for LOBs, arrays, and multisets YES
F403 Partitioned joined tables NO
F403 Partitioned join tables NO
F404 Range variable for common column names YES
F405 NATURAL JOIN YES
F406 FULL OUTER JOIN YES
F407 CROSS JOIN YES
F411 Time zone specification YES differences regarding literal interpretation
F421 National character YES
F431 Read-only scrollable cursors YES
F431 Read-only scrollable cursors 01 FETCH with explicit NEXT YES
F431 Read-only scrollable cursors 02 FETCH FIRST YES
F431 Read-only scrollable cursors 03 FETCH LAST YES
F431 Read-only scrollable cursors 04 FETCH PRIOR YES
F431 Read-only scrollable cursors 05 FETCH ABSOLUTE YES
F431 Read-only scrollable cursors 06 FETCH RELATIVE YES
F432 FETCH with explicit NEXT YES
F433 FETCH FIRST YES
F434 FETCH LAST YES
F435 FETCH PRIOR YES
F436 FETCH ABSOLUTE YES
F437 FETCH RELATIVE YES
F438 Scrollable cursors YES
F441 Extended set function support YES

@@ -309,6 +309,6 @@ F442 Mixed column references in set functions YES

F661 Simple tables YES
F671 Subqueries in CHECK NO intentionally omitted
F672 Retrospective check constraints YES
F671 Subqueries in CHECK constraints NO intentionally omitted
F672 Retrospective CHECK constraints YES
F673 Reads SQL-data routine invocations in CHECK constraints NO
F690 Collation support YES but no character set support
F690 Collation support YES
F692 Extended collation support YES

@@ -335,4 +335,4 @@ F693 SQL-session and client module collations NO

F831 Full cursor update NO
F831 Full cursor update 01 Updatable scrollable cursors NO
F831 Full cursor update 02 Updatable ordered cursors NO
F832 Updatable scrollable cursors NO
F833 Updatable ordered cursors NO
F841 LIKE_REGEX predicate NO consider regexp_like()

@@ -344,19 +344,21 @@ F842 OCCURRENCES_REGEX function NO consider regexp_matches()

F846 Octet support in regular expression operators NO
F847 Nonconstant regular expressions NO
F850 Top-level <order by clause> in <query expression> YES
F851 <order by clause> in subqueries YES
F852 Top-level <order by clause> in views YES
F855 Nested <order by clause> in <query expression> YES
F856 Nested <fetch first clause> in <query expression> YES
F857 Top-level <fetch first clause> in <query expression> YES
F858 <fetch first clause> in subqueries YES
F859 Top-level <fetch first clause> in views YES
F860 <fetch first row count> in <fetch first clause> YES
F861 Top-level <result offset clause> in <query expression> YES
F862 <result offset clause> in subqueries YES
F863 Nested <result offset clause> in <query expression> YES
F864 Top-level <result offset clause> in views YES
F865 <offset row count> in <result offset clause> YES
F847 Non-constant regular expressions NO
F850 Top-level ORDER BY in query expression YES
F851 ORDER BY in subqueries YES
F852 Top-level ORDER BY in views YES
F855 Nested ORDER BY in query expression YES
F856 Nested FETCH FIRST in query expression YES
F857 Top-level FETCH FIRST in query expression YES
F858 FETCH FIRST in subqueries YES
F859 Top-level FETCH FIRST in views YES
F860 Dynamic FETCH FIRST row count YES
F861 Top-level OFFSET in query expression YES
F862 OFFSET in subqueries YES
F863 Nested OFFSET in query expression YES
F864 Top-level OFFSET in views YES
F865 Dynamic offset row count in OFFSET YES
F866 FETCH FIRST clause: PERCENT option NO
F867 FETCH FIRST clause: WITH TIES option YES
F868 ORDER BY in grouped table YES
F869 SQL implementation info population YES
R010 Row pattern recognition: FROM clause NO

@@ -378,7 +380,6 @@ R020 Row pattern recognition: WINDOW clause NO

S081 Subtables NO
S090 Minimal array support YES
S091 Basic array support NO partially supported
S091 Basic array support 01 Arrays of built-in data types YES
S091 Basic array support 02 Arrays of distinct types NO
S091 Basic array support 03 Array expressions YES
S092 Arrays of user-defined types YES
S093 Arrays of distinct types NO
S094 Arrays of reference types NO

@@ -389,2 +390,3 @@ S095 Array constructors by query YES

S098 ARRAY_AGG YES
S099 Array expressions YES
S111 ONLY in query expressions YES

@@ -395,5 +397,5 @@ S151 Type predicate NO see pg_typeof()

S201 SQL-invoked routines on arrays YES
S201 SQL-invoked routines on arrays 01 Array parameters YES
S201 SQL-invoked routines on arrays 02 Array as result type of functions YES
S202 SQL-invoked routines on multisets NO
S203 Array parameters YES
S204 Array as result type of functions YES
S211 User-defined cast functions YES

@@ -415,3 +417,3 @@ S231 Structured type locators NO

S401 Distinct types based on array types NO
S402 Distinct types based on distinct types NO
S402 Distinct types based on multiset types NO
S403 ARRAY_MAX_CARDINALITY NO

@@ -422,19 +424,27 @@ S404 TRIM_ARRAY YES

T022 Advanced support for BINARY and VARBINARY data types NO
T023 Compound binary literal NO
T023 Compound binary literals NO
T024 Spaces in binary literals NO
T031 BOOLEAN data type YES
T039 CLOB locator: non-holdable NO
T040 Concatenation of CLOBs NO
T041 Basic LOB data type support NO
T041 Basic LOB data type support 01 BLOB data type NO
T041 Basic LOB data type support 02 CLOB data type NO
T041 Basic LOB data type support 03 POSITION, LENGTH, LOWER, TRIM, UPPER, and SUBSTRING functions for LOB data types NO
T041 Basic LOB data type support 04 Concatenation of LOB data types NO
T041 Basic LOB data type support 05 LOB locator: non-holdable NO
T042 Extended LOB data type support NO
T043 Multiplier T NO
T044 Multiplier P NO
T045 BLOB data type NO
T046 CLOB data type NO
T047 POSITION, OCTET_LENGTH, TRIM, and SUBSTRING for BLOBs NO
T048 Concatenation of BLOBs NO
T049 BLOB locator: non-holdable NO
T050 POSITION, CHAR_LENGTH, OCTET_LENGTH, LOWER, TRIM, UPPER, and SUBSTRING for CLOBs NO
T051 Row types NO
T053 Explicit aliases for all-fields reference NO
T061 UCS support NO
T054 GREATEST and LEAST YES different null handling
T055 String padding functions YES
T056 Multi-character TRIM functions YES
T061 UCS support YES
T062 Character length units NO
T071 BIGINT data type YES
T076 DECFLOAT data type NO
T081 Optional string types maximum length YES
T101 Enhanced nullability determination NO

@@ -446,3 +456,3 @@ T111 Updatable joins, unions, and columns NO

T132 Recursive query in subquery YES
T133 Enhanced cycle mark values YES SQL:202x draft
T133 Enhanced cycle mark values YES
T141 SIMILAR predicate YES

@@ -458,18 +468,16 @@ T151 DISTINCT predicate YES

T177 Sequence generator support: simple restart option YES
T178 Identity columns: simple restart option YES
T178 Identity columns: simple restart option YES
T180 System-versioned tables NO
T181 Application-time period tables NO
T191 Referential action RESTRICT YES
T200 Trigger DDL NO similar but not fully compatible
T201 Comparable data types for referential constraints YES
T211 Basic trigger capability NO
T211 Basic trigger capability 01 Triggers activated on UPDATE, INSERT, or DELETE of one base table YES
T211 Basic trigger capability 02 BEFORE triggers YES
T211 Basic trigger capability 03 AFTER triggers YES
T211 Basic trigger capability 04 FOR EACH ROW triggers YES
T211 Basic trigger capability 05 Ability to specify a search condition that must be true before the trigger is invoked YES
T211 Basic trigger capability 06 Support for run-time rules for the interaction of triggers and constraints NO
T211 Basic trigger capability 07 TRIGGER privilege YES
T211 Basic trigger capability 08 Multiple triggers for the same event are executed in the order in which they were created in the catalog NO intentionally omitted
T212 Enhanced trigger capability YES
T213 INSTEAD OF triggers YES
T214 BEFORE triggers YES
T215 AFTER triggers YES
T216 Ability to require true search condition before trigger is invoked YES
T217 TRIGGER privilege YES
T218 Multiple triggers for the same event executed in the order created NO intentionally omitted
T231 Sensitive cursors NO

@@ -479,2 +487,3 @@ T241 START TRANSACTION statement YES

T261 Chained transactions YES
T262 Multiple server transactions NO
T271 Savepoints YES

@@ -501,7 +510,7 @@ T272 Enhanced savepoint management NO

T332 Extended roles YES
T341 Overloading of SQL-invoked functions and procedures YES
T351 Bracketed SQL comments (/*...*/ comments) YES
T341 Overloading of SQL-invoked functions and SQL-invoked procedures YES
T351 Bracketed comments YES
T431 Extended grouping capabilities YES
T432 Nested and concatenated GROUPING SETS YES
T433 Multiargument GROUPING function YES
T433 Multi-argument GROUPING function YES
T434 GROUP BY DISTINCT YES

@@ -535,3 +544,3 @@ T441 ABS and MOD functions YES

T616 Null treatment option for LEAD and LAG functions NO
T617 FIRST_VALUE and LAST_VALUE function YES
T617 FIRST_VALUE and LAST_VALUE functions YES
T618 NTH_VALUE function NO function exists, but some options missing

@@ -545,2 +554,4 @@ T619 Nested window functions NO

T625 LISTAGG NO
T626 ANY_VALUE YES
T627 Window framed COUNT DISTINCT YES
T631 IN predicate with one list element YES

@@ -553,8 +564,14 @@ T641 Multiple column assignment NO only some syntax variants supported

T655 Cyclically dependent routines YES
T811 Basic SQL/JSON constructor functions NO
T812 SQL/JSON: JSON_OBJECTAGG NO
T813 SQL/JSON: JSON_ARRAYAGG with ORDER BY NO
T814 Colon in JSON_OBJECT or JSON_OBJECTAGG NO
T661 Non-decimal integer literals YES
T662 Underscores in numeric literals YES
T670 Schema and data statement mixing YES
T801 JSON data type NO
T802 Enhanced JSON data type NO
T803 String-based JSON YES
T811 Basic SQL/JSON constructor functions YES
T812 SQL/JSON: JSON_OBJECTAGG YES
T813 SQL/JSON: JSON_ARRAYAGG with ORDER BY YES
T814 Colon in JSON_OBJECT or JSON_OBJECTAGG YES
T821 Basic SQL/JSON query operators NO
T822 SQL/JSON: IS JSON WITH UNIQUE KEYS predicate NO
T822 SQL/JSON: IS JSON WITH UNIQUE KEYS predicate YES
T823 SQL/JSON: PASSING clause NO

@@ -567,3 +584,3 @@ T824 JSON_TABLE: specific PLAN clause NO

T829 JSON_QUERY: array wrapper options NO
T830 Enforcing unique keys in SQL/JSON constructor functions NO
T830 Enforcing unique keys in SQL/JSON constructor functions YES
T831 SQL/JSON path language: strict mode YES

@@ -578,2 +595,27 @@ T832 SQL/JSON path language: item method YES

T839 Formatted cast of datetimes to/from character strings NO
T840 Hex integer literals in SQL/JSON path language YES
T851 SQL/JSON: optional keywords for default syntax YES
T860 SQL/JSON simplified accessor: column reference only NO
T861 SQL/JSON simplified accessor: case-sensitive JSON member accessor NO
T862 SQL/JSON simplified accessor: wildcard member accessor NO
T863 SQL/JSON simplified accessor: single-quoted string literal as member accessor NO
T864 SQL/JSON simplified accessor NO
T865 SQL/JSON item method: bigint() NO
T866 SQL/JSON item method: boolean() NO
T867 SQL/JSON item method: date() NO
T868 SQL/JSON item method: decimal() NO
T869 SQL/JSON item method: decimal() with precision and scale NO
T870 SQL/JSON item method: integer() NO
T871 SQL/JSON item method: number() NO
T872 SQL/JSON item method: string() NO
T873 SQL/JSON item method: time() NO
T874 SQL/JSON item method: time_tz() NO
T875 SQL/JSON item method: time precision NO
T876 SQL/JSON item method: timestamp() NO
T877 SQL/JSON item method: timestamp_tz() NO
T878 SQL/JSON item method: timestamp precision NO
T879 JSON in equality operations YES with jsonb
T880 JSON in grouping operations YES with jsonb
T881 JSON in ordering operations NO with jsonb, partially supported
T882 JSON in multiset element grouping operations NO
M001 Datalinks NO

@@ -587,3 +629,3 @@ M002 Datalinks via SQL/CLI NO

M009 GetOpts and GetStatistics routines NO
M010 Foreign data wrapper support NO different API
M010 Foreign-data wrapper support NO different API
M011 Datalinks via Ada NO

@@ -596,11 +638,11 @@ M012 Datalinks via C NO

M017 Datalinks via PL/I NO
M018 Foreign data wrapper interface routines in Ada NO
M019 Foreign data wrapper interface routines in C NO different API
M020 Foreign data wrapper interface routines in COBOL NO
M021 Foreign data wrapper interface routines in Fortran NO
M022 Foreign data wrapper interface routines in MUMPS NO
M023 Foreign data wrapper interface routines in Pascal NO
M024 Foreign data wrapper interface routines in PL/I NO
M018 Foreign-data wrapper interface routines in Ada NO
M019 Foreign-data wrapper interface routines in C NO different API
M020 Foreign-data wrapper interface routines in COBOL NO
M021 Foreign-data wrapper interface routines in Fortran NO
M022 Foreign-data wrapper interface routines in MUMPS NO
M023 Foreign-data wrapper interface routines in Pascal NO
M024 Foreign-data wrapper interface routines in PL/I NO
M030 SQL-server foreign data support NO
M031 Foreign data wrapper general routines NO
M031 Foreign-data wrapper general routines NO
X010 XML type YES

@@ -624,3 +666,3 @@ X011 Arrays of XML type YES

X040 Basic table mapping YES
X041 Basic table mapping: nulls absent YES
X041 Basic table mapping: null absent YES
X042 Basic table mapping: null as nil YES

@@ -635,3 +677,3 @@ X043 Basic table mapping: table as forest YES

X050 Advanced table mapping YES
X051 Advanced table mapping: nulls absent YES
X051 Advanced table mapping: null absent YES
X052 Advanced table mapping: null as nil YES

@@ -647,12 +689,12 @@ X053 Advanced table mapping: table as forest YES

X061 XMLParse: character string input and DOCUMENT option YES
X065 XMLParse: BLOB input and CONTENT option NO
X066 XMLParse: BLOB input and DOCUMENT option NO
X065 XMLParse: binary string input and CONTENT option NO
X066 XMLParse: binary string input and DOCUMENT option NO
X068 XMLSerialize: BOM NO
X069 XMLSerialize: INDENT NO
X069 XMLSerialize: INDENT YES
X070 XMLSerialize: character string serialization and CONTENT option YES
X071 XMLSerialize: character string serialization and DOCUMENT option YES
X072 XMLSerialize: character string serialization YES
X073 XMLSerialize: BLOB serialization and CONTENT option NO
X074 XMLSerialize: BLOB serialization and DOCUMENT option NO
X075 XMLSerialize: BLOB serialization NO
X073 XMLSerialize: binary string serialization and CONTENT option NO
X074 XMLSerialize: binary string serialization and DOCUMENT option NO
X075 XMLSerialize: binary string serialization NO
X076 XMLSerialize: VERSION NO

@@ -690,9 +732,9 @@ X077 XMLSerialize: explicit ENCODING option NO

X145 IS VALID predicate outside check constraints NO
X151 IS VALID predicate with DOCUMENT option NO
X152 IS VALID predicate with CONTENT option NO
X153 IS VALID predicate with SEQUENCE option NO
X151 IS VALID predicate: with DOCUMENT option NO
X152 IS VALID predicate: with CONTENT option NO
X153 IS VALID predicate: with SEQUENCE option NO
X155 IS VALID predicate: NAMESPACE without ELEMENT clause NO
X157 IS VALID predicate: NO NAMESPACE with ELEMENT clause NO
X160 Basic Information Schema for registered XML Schemas NO
X161 Advanced Information Schema for registered XML Schemas NO
X160 Basic Information Schema for registered XML schemas NO
X161 Advanced Information Schema for registered XML schemas NO
X170 XML null handling options NO

@@ -699,0 +741,0 @@ X171 NIL ON NO CONTENT option NO

@@ -53,3 +53,3 @@ #

PGT 36000 # Papua New Guinea Time (obsolete)
PHOT Pacific/Enderbury # Phoenix Islands Time (Kiribati) (obsolete)
PHOT Pacific/Kanton # Phoenix Islands Time (Kiribati) (obsolete)
PONT 39600 # Ponape Time (Micronesia) (obsolete)

@@ -56,0 +56,0 @@ # CONFLICT! PST is not unique

{
"name": "@embedded-postgres/darwin-arm64",
"version": "13.13.1-beta.9",
"version": "13.13.1-beta.10",
"description": "",
"main": "dist/index.js",
"exports": "./dist/index.js",
"type": "module",
"scripts": {

@@ -22,4 +23,4 @@ "start": "tsc -w",

"devDependencies": {
"@embedded-postgres/downloader": "^13.13.1-beta.9",
"@embedded-postgres/symlink-reader": "^13.13.1-beta.9"
"@embedded-postgres/downloader": "^13.13.1-beta.10",
"@embedded-postgres/symlink-reader": "^13.13.1-beta.10"
},

@@ -34,3 +35,6 @@ "publishConfig": {

],
"gitHead": "a4c91f5eda8e4c09239a757a20542cb817483d0a"
"engines": {
"node": ">=16"
},
"gitHead": "3a2ce72953ee9dff71e974636395a39dac702597"
}

@@ -1,3 +0,3 @@

const fs = require('fs/promises');
const path = require('path');
import fs from 'fs/promises';
import path from 'path';

@@ -15,3 +15,4 @@ const symlinkFile = path.join(process.cwd(), 'native', 'pg-symlinks.json');

const symlinks = await fs.readFile(symlinkFile, { encoding: 'utf-8' })
.then(JSON.parse);
.then(JSON.parse)
.catch(() => ([]));

@@ -18,0 +19,0 @@ // Re-hydrate all of them

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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