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.6.0-beta.6 to 13.9.0-beta.6

native/lib/libcrypto.3.dylib

2

native/pg-symlinks.json

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

[{"source":"native/lib/libcrypto.1.1.dylib","target":"native/lib/libcrypto.dylib"},{"source":"native/lib/libedit.0.dylib","target":"native/lib/libedit.dylib"},{"source":"native/lib/libicudata.57.2.dylib","target":"native/lib/libicudata.57.dylib"},{"source":"native/lib/libicudata.68.2.dylib","target":"native/lib/libicudata.68.dylib"},{"source":"native/lib/libicudata.57.2.dylib","target":"native/lib/libicudata.dylib"},{"source":"native/lib/libicui18n.57.2.dylib","target":"native/lib/libicui18n.57.dylib"},{"source":"native/lib/libicui18n.68.2.dylib","target":"native/lib/libicui18n.68.dylib"},{"source":"native/lib/libicui18n.57.2.dylib","target":"native/lib/libicui18n.dylib"},{"source":"native/lib/libicuuc.57.2.dylib","target":"native/lib/libicuuc.57.dylib"},{"source":"native/lib/libicuuc.68.2.dylib","target":"native/lib/libicuuc.68.dylib"},{"source":"native/lib/libicuuc.57.2.dylib","target":"native/lib/libicuuc.dylib"},{"source":"native/lib/liblz4.1.9.3.dylib","target":"native/lib/liblz4.1.dylib"},{"source":"native/lib/liblz4.1.9.3.dylib","target":"native/lib/liblz4.dylib"},{"source":"native/lib/libpq.5.13.dylib","target":"native/lib/libpq.5.dylib"},{"source":"native/lib/libpq.5.13.dylib","target":"native/lib/libpq.dylib"},{"source":"native/lib/libssl.1.1.dylib","target":"native/lib/libssl.dylib"},{"source":"native/lib/libxml2.2.dylib","target":"native/lib/libxml2.dylib"},{"source":"native/lib/libz.1.2.11.dylib","target":"native/lib/libz.1.dylib"},{"source":"native/lib/libz.1.2.11.dylib","target":"native/lib/libz.dylib"},{"source":"native/lib/libncursesw.6.dylib","target":"native/opt/local/lib/libncurses.6.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.57.2.dylib","target":"native/lib/libicudata.57.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.57.2.dylib","target":"native/lib/libicui18n.57.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.57.2.dylib","target":"native/lib/libicuuc.57.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.3.dylib","target":"native/lib/liblz4.1.dylib"},{"source":"native/lib/liblz4.1.9.3.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.12.dylib","target":"native/lib/libz.1.dylib"},{"source":"native/lib/libz.1.2.12.dylib","target":"native/lib/libz.dylib"},{"source":"native/lib/libzstd.1.5.2.dylib","target":"native/lib/libzstd.1.dylib"},{"source":"native/lib/libzstd.1.5.2.dylib","target":"native/lib/libzstd.dylib"},{"source":"native/lib/libncursesw.6.dylib","target":"native/opt/local/lib/libncurses.6.dylib"}]

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

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

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

2203F E ERRCODE_SQL_JSON_SCALAR_REQUIRED sql_json_scalar_required
2203G E ERRCODE_SQL_JSON_ITEM_CANNOT_BE_CAST_TO_TARGET_TYPE sql_json_item_cannot_be_cast_to_target_type

@@ -433,2 +434,3 @@ Section: Class 23 - Integrity Constraint Violation

57P04 E ERRCODE_DATABASE_DROPPED database_dropped
57P05 E ERRCODE_IDLE_SESSION_TIMEOUT idle_session_timeout

@@ -435,0 +437,0 @@ Section: Class 58 - System Error (errors external to PostgreSQL itself)

@@ -31,3 +31,3 @@ B011 Embedded Ada NO

B127 Routine language PL/I NO
B128 Routine language SQL NO
B128 Routine language SQL YES
B200 Polymorphic table functions NO

@@ -232,2 +232,3 @@ B201 More than one PTF generic table parameter NO

F291 UNIQUE predicate NO
F292 UNIQUE null treatment YES SQL:202x draft
F301 CORRESPONDING in query expressions NO

@@ -244,7 +245,7 @@ F302 INTERSECT table operator YES

F311 Schema definition statement 05 GRANT statement YES
F312 MERGE statement NO consider INSERT ... ON CONFLICT DO UPDATE
F313 Enhanced MERGE statement NO
F314 MERGE statement with DELETE branch NO
F312 MERGE statement YES
F313 Enhanced MERGE statement YES
F314 MERGE statement with DELETE branch YES
F321 User authorization YES
F341 Usage tables NO no ROUTINE_*_USAGE tables
F341 Usage tables YES
F361 Subprogram support YES

@@ -270,3 +271,3 @@ F381 Extended schema manipulation YES

F403 Partitioned joined tables NO
F404 Range variable for common column names NO
F404 Range variable for common column names YES
F411 Time zone specification YES differences regarding literal interpretation

@@ -330,7 +331,7 @@ F421 National character YES

F831 Full cursor update 02 Updatable ordered cursors NO
F841 LIKE_REGEX predicate NO
F842 OCCURRENCES_REGEX function NO
F843 POSITION_REGEX function NO
F844 SUBSTRING_REGEX function NO
F845 TRANSLATE_REGEX function NO
F841 LIKE_REGEX predicate NO consider regexp_like()
F842 OCCURRENCES_REGEX function NO consider regexp_matches()
F843 POSITION_REGEX function NO consider regexp_instr()
F844 SUBSTRING_REGEX function NO consider regexp_substr()
F845 TRANSLATE_REGEX function NO consider regexp_replace()
F846 Octet support in regular expression operators NO

@@ -371,5 +372,5 @@ F847 Nonconstant regular expressions NO

S091 Basic array support NO partially supported
S091 Basic array support 01 Arrays of built-in data types NO
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 NO
S091 Basic array support 03 Array expressions YES
S092 Arrays of user-defined types YES

@@ -382,3 +383,3 @@ S094 Arrays of reference types NO

S111 ONLY in query expressions YES
S151 Type predicate NO
S151 Type predicate NO see pg_typeof()
S161 Subtype treatment NO

@@ -408,3 +409,3 @@ S162 Subtype treatment for references NO

S403 ARRAY_MAX_CARDINALITY NO
S404 TRIM_ARRAY NO
S404 TRIM_ARRAY YES
T011 Timestamp in Information Schema NO

@@ -436,2 +437,3 @@ T021 BINARY and VARBINARY data types NO

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

@@ -463,3 +465,3 @@ T151 DISTINCT predicate YES

T213 INSTEAD OF triggers YES
T231 Sensitive cursors YES
T231 Sensitive cursors NO
T241 START TRANSACTION statement YES

@@ -474,3 +476,3 @@ T251 SET TRANSACTION statement: LOCAL option NO

T312 OVERLAY function YES
T321 Basic SQL-invoked routines NO
T321 Basic SQL-invoked routines NO partially supported
T321 Basic SQL-invoked routines 01 User-defined functions with no overloading YES

@@ -480,3 +482,3 @@ T321 Basic SQL-invoked routines 02 User-defined stored procedures with no overloading YES

T321 Basic SQL-invoked routines 04 CALL statement YES
T321 Basic SQL-invoked routines 05 RETURN statement NO
T321 Basic SQL-invoked routines 05 RETURN statement YES
T321 Basic SQL-invoked routines 06 ROUTINES view YES

@@ -490,3 +492,3 @@ T321 Basic SQL-invoked routines 07 PARAMETERS view YES

T331 Basic roles YES
T332 Extended roles NO mostly supported
T332 Extended roles YES
T341 Overloading of SQL-invoked functions and procedures YES

@@ -497,3 +499,3 @@ T351 Bracketed SQL comments (/*...*/ comments) YES

T433 Multiargument GROUPING function YES
T434 GROUP BY DISTINCT NO
T434 GROUP BY DISTINCT YES
T441 ABS and MOD functions YES

@@ -500,0 +502,0 @@ T461 Symmetric BETWEEN predicate YES

{
"name": "@embedded-postgres/darwin-arm64",
"version": "13.6.0-beta.6",
"version": "13.9.0-beta.6",
"description": "",

@@ -22,4 +22,4 @@ "main": "dist/index.js",

"devDependencies": {
"@embedded-postgres/downloader": "^13.6.0-beta.6",
"@embedded-postgres/symlink-reader": "^13.6.0-beta.6"
"@embedded-postgres/downloader": "^13.9.0-beta.6",
"@embedded-postgres/symlink-reader": "^13.9.0-beta.6"
},

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

],
"gitHead": "2c63241d9fd6fad4c0d3e4827ea3c5a1c8272cac"
"gitHead": "8eff0391a5b244b44aac7b840d1b48ef91283228"
}

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

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