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 12.14.0-beta.7 to 12.15.0-beta.7

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.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.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.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"}]
[{"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.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.14.dylib","target":"native/lib/libpq.5.dylib"},{"source":"native/lib/libpq.5.14.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.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.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-2022, PostgreSQL Global Development Group
# Copyright (c) 2003-2021, PostgreSQL Global Development Group
#

@@ -226,3 +226,2 @@ # 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

@@ -229,0 +228,0 @@ Section: Class 23 - Integrity Constraint Violation

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

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

@@ -232,3 +232,2 @@ 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

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

F311 Schema definition statement 05 GRANT statement YES
F312 MERGE statement YES
F313 Enhanced MERGE statement YES
F314 MERGE statement with DELETE branch YES
F312 MERGE statement NO consider INSERT ... ON CONFLICT DO UPDATE
F313 Enhanced MERGE statement NO
F314 MERGE statement with DELETE branch NO
F321 User authorization YES

@@ -330,7 +329,7 @@ F341 Usage tables YES

F831 Full cursor update 02 Updatable ordered cursors 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()
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
F846 Octet support in regular expression operators NO

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

S091 Basic array support NO partially supported
S091 Basic array support 01 Arrays of built-in data types YES
S091 Basic array support 01 Arrays of built-in data types NO
S091 Basic array support 02 Arrays of distinct types NO
S091 Basic array support 03 Array expressions YES
S091 Basic array support 03 Array expressions NO
S092 Arrays of user-defined types YES

@@ -471,3 +470,3 @@ S094 Arrays of reference types NO

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

@@ -477,3 +476,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 YES
T321 Basic SQL-invoked routines 05 RETURN statement NO
T321 Basic SQL-invoked routines 06 ROUTINES view YES

@@ -480,0 +479,0 @@ T321 Basic SQL-invoked routines 07 PARAMETERS view YES

{
"name": "@embedded-postgres/darwin-arm64",
"version": "12.14.0-beta.7",
"version": "12.15.0-beta.7",
"description": "",

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

"devDependencies": {
"@embedded-postgres/downloader": "^12.14.0-beta.7",
"@embedded-postgres/symlink-reader": "^12.14.0-beta.7"
"@embedded-postgres/downloader": "^12.15.0-beta.7",
"@embedded-postgres/symlink-reader": "^12.15.0-beta.7"
},

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

],
"gitHead": "1948c1fa31b48d367e0c1f6e00c20b1d83724a48"
"gitHead": "88e2df459a656c2dcde4b87620d00b476ec94cca"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file 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