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
0
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.16.0-beta.12 to 13.16.0-beta.13

native/lib/liblz4.1.10.0.dylib

2

native/pg-symlinks.json

@@ -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.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.1.dylib","target":"native/lib/libz.1.dylib"},{"source":"native/lib/libz.1.3.1.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.10.0.dylib","target":"native/lib/liblz4.1.dylib"},{"source":"native/lib/liblz4.1.10.0.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.1.dylib","target":"native/lib/libz.1.dylib"},{"source":"native/lib/libz.1.3.1.dylib","target":"native/lib/libz.dylib"},{"source":"native/lib/libzstd.1.5.6.dylib","target":"native/lib/libzstd.1.dylib"},{"source":"native/lib/libzstd.1.5.6.dylib","target":"native/lib/libzstd.dylib"}]

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

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

@@ -256,2 +256,3 @@ # This list serves as the basis for generating source files containing error

25P03 E ERRCODE_IDLE_IN_TRANSACTION_SESSION_TIMEOUT idle_in_transaction_session_timeout
25P04 E ERRCODE_TRANSACTION_TIMEOUT transaction_timeout

@@ -444,6 +445,2 @@ Section: Class 26 - Invalid SQL Statement Name

Section: Class 72 - Snapshot Failure
# (class borrowed from Oracle)
72000 E ERRCODE_SNAPSHOT_TOO_OLD snapshot_too_old
Section: Class F0 - Configuration File Error

@@ -450,0 +447,0 @@

@@ -234,3 +234,2 @@ B011 Embedded Ada NO

F303 INTERSECT DISTINCT table operator YES
F302 INTERSECT table operator 02 INTERSECT ALL table operator YES
F304 EXCEPT ALL table operator YES

@@ -552,11 +551,11 @@ F305 INTERSECT ALL table operator YES

T814 Colon in JSON_OBJECT or JSON_OBJECTAGG YES
T821 Basic SQL/JSON query operators NO
T821 Basic SQL/JSON query operators YES
T822 SQL/JSON: IS JSON WITH UNIQUE KEYS predicate YES
T823 SQL/JSON: PASSING clause NO
T823 SQL/JSON: PASSING clause YES
T824 JSON_TABLE: specific PLAN clause NO
T825 SQL/JSON: ON EMPTY and ON ERROR clauses NO
T826 General value expression in ON ERROR or ON EMPTY clauses NO
T827 JSON_TABLE: sibling NESTED COLUMNS clauses NO
T828 JSON_QUERY NO
T829 JSON_QUERY: array wrapper options NO
T825 SQL/JSON: ON EMPTY and ON ERROR clauses YES
T826 General value expression in ON ERROR or ON EMPTY clauses YES
T827 JSON_TABLE: sibling NESTED COLUMNS clauses YES
T828 JSON_QUERY YES
T829 JSON_QUERY: array wrapper options YES
T830 Enforcing unique keys in SQL/JSON constructor functions YES

@@ -579,16 +578,16 @@ T831 SQL/JSON path language: strict mode YES

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
T865 SQL/JSON item method: bigint() YES
T866 SQL/JSON item method: boolean() YES
T867 SQL/JSON item method: date() YES
T868 SQL/JSON item method: decimal() YES
T869 SQL/JSON item method: decimal() with precision and scale YES
T870 SQL/JSON item method: integer() YES
T871 SQL/JSON item method: number() YES
T872 SQL/JSON item method: string() YES
T873 SQL/JSON item method: time() YES
T874 SQL/JSON item method: time_tz() YES
T875 SQL/JSON item method: time precision YES
T876 SQL/JSON item method: timestamp() YES
T877 SQL/JSON item method: timestamp_tz() YES
T878 SQL/JSON item method: timestamp precision YES
T879 JSON in equality operations YES with jsonb

@@ -639,3 +638,3 @@ T880 JSON in grouping operations YES with jsonb

X037 XMLPI YES
X038 XMLText NO
X038 XMLText YES supported except for RETURNING
X040 Basic table mapping YES

@@ -642,0 +641,0 @@ X041 Basic table mapping: null absent YES

{
"name": "@embedded-postgres/darwin-arm64",
"version": "13.16.0-beta.12",
"version": "13.16.0-beta.13",
"description": "",

@@ -23,4 +23,4 @@ "exports": "./dist/index.js",

"devDependencies": {
"@embedded-postgres/downloader": "^13.16.0-beta.12",
"@embedded-postgres/symlink-reader": "^13.16.0-beta.12"
"@embedded-postgres/downloader": "^13.16.0-beta.13",
"@embedded-postgres/symlink-reader": "^13.16.0-beta.13"
},

@@ -38,3 +38,3 @@ "publishConfig": {

},
"gitHead": "c5df091b9e41638caa430818cb2fa3dff4536748"
"gitHead": "fcbe88bc970bfe44ecb4be24145a4fefe50104a3"
}

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

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

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

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