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 11.15.0-beta.6 to 12.10.0-beta.6

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.11.dylib","target":"native/lib/libpq.5.dylib"},{"source":"native/lib/libpq.5.11.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/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.12.dylib","target":"native/lib/libpq.5.dylib"},{"source":"native/lib/libpq.5.12.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"}]

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

#
# Copyright (c) 2003-2018, PostgreSQL Global Development Group
# Copyright (c) 2003-2019, PostgreSQL Global Development Group
#

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

#
# doc/src/sgml/errcodes-list.sgml
# doc/src/sgml/errcodes-table.sgml
# a SGML table of error codes for inclusion in the documentation

@@ -211,2 +211,17 @@ #

2200T E ERRCODE_INVALID_XML_PROCESSING_INSTRUCTION invalid_xml_processing_instruction
22030 E ERRCODE_DUPLICATE_JSON_OBJECT_KEY_VALUE duplicate_json_object_key_value
22032 E ERRCODE_INVALID_JSON_TEXT invalid_json_text
22033 E ERRCODE_INVALID_SQL_JSON_SUBSCRIPT invalid_sql_json_subscript
22034 E ERRCODE_MORE_THAN_ONE_SQL_JSON_ITEM more_than_one_sql_json_item
22035 E ERRCODE_NO_SQL_JSON_ITEM no_sql_json_item
22036 E ERRCODE_NON_NUMERIC_SQL_JSON_ITEM non_numeric_sql_json_item
22037 E ERRCODE_NON_UNIQUE_KEYS_IN_A_JSON_OBJECT non_unique_keys_in_a_json_object
22038 E ERRCODE_SINGLETON_SQL_JSON_ITEM_REQUIRED singleton_sql_json_item_required
22039 E ERRCODE_SQL_JSON_ARRAY_NOT_FOUND sql_json_array_not_found
2203A E ERRCODE_SQL_JSON_MEMBER_NOT_FOUND sql_json_member_not_found
2203B E ERRCODE_SQL_JSON_NUMBER_NOT_FOUND sql_json_number_not_found
2203C E ERRCODE_SQL_JSON_OBJECT_NOT_FOUND sql_json_object_not_found
2203D E ERRCODE_TOO_MANY_JSON_ARRAY_ELEMENTS too_many_json_array_elements
2203E E ERRCODE_TOO_MANY_JSON_OBJECT_MEMBERS too_many_json_object_members
2203F E ERRCODE_SQL_JSON_SCALAR_REQUIRED sql_json_scalar_required

@@ -407,2 +422,3 @@ Section: Class 23 - Integrity Constraint Violation

55P03 E ERRCODE_LOCK_NOT_AVAILABLE lock_not_available
55P04 E ERRCODE_UNSAFE_NEW_ENUM_VALUE_USAGE unsafe_new_enum_value_usage

@@ -409,0 +425,0 @@ Section: Class 57 - Operator Intervention

@@ -32,2 +32,12 @@ B011 Embedded Ada NO

B128 Routine language SQL NO
B200 Polymorphic table functions NO
B201 More than one PTF generic table parameter NO
B202 PTF Copartitioning NO
B203 More than one copartition specification NO
B204 PRUNE WHEN EMPTY NO
B205 Pass-through columns NO
B206 PTF descriptor parameters NO
B207 Cross products of partitionings NO
B208 PTF component procedure interface NO
B209 PTF extended names NO
B211 Module language Ada: VARCHAR and NUMERIC support NO

@@ -258,2 +268,3 @@ B221 Routine language Ada: VARCHAR and NUMERIC support NO

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

@@ -296,2 +307,3 @@ F421 National character YES

F672 Retrospective check constraints YES
F673 Reads SQL-data routine invocations in CHECK constraints NO
F690 Collation support YES but no character set support

@@ -344,2 +356,5 @@ F692 Extended collation support YES

F867 FETCH FIRST clause: WITH TIES option NO
R010 Row pattern recognition: FROM clause NO
R020 Row pattern recognition: WINDOW clause NO
R030 Row pattern recognition: full aggregate support NO
S011 Distinct data types NO

@@ -411,6 +426,6 @@ S011 Distinct data types 01 USER_DEFINED_TYPES view NO

T051 Row types NO
T052 MAX and MIN for row types NO
T053 Explicit aliases for all-fields reference NO
T061 UCS support NO
T071 BIGINT data type YES
T076 DECFLOAT data type NO
T101 Enhanced nullability determination NO

@@ -451,3 +466,3 @@ T111 Updatable joins, unions, and columns NO

T251 SET TRANSACTION statement: LOCAL option NO
T261 Chained transactions NO
T261 Chained transactions YES
T271 Savepoints YES

@@ -491,2 +506,5 @@ T272 Enhanced savepoint management NO

T522 Default values for IN parameters of SQL-invoked procedures NO supported except DEFAULT key word in invocation
T523 Default values for INOUT parameters of SQL-invoked procedures YES
T524 Named arguments in routine invocations other than a CALL statement YES
T525 Default values for parameters of SQL-invoked functions YES
T551 Optional key words for default syntax YES

@@ -510,2 +528,6 @@ T561 Holdable locators NO

T621 Enhanced numeric functions YES
T622 Trigonometric functions YES
T623 General logarithm functions YES
T624 Common logarithm functions YES
T625 LISTAGG NO
T631 IN predicate with one list element YES

@@ -518,2 +540,25 @@ 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
T821 Basic SQL/JSON query operators NO
T822 SQL/JSON: IS JSON WITH UNIQUE KEYS predicate NO
T823 SQL/JSON: PASSING clause NO
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
T830 Enforcing unique keys in SQL/JSON constructor functions NO
T831 SQL/JSON path language: strict mode YES
T832 SQL/JSON path language: item method NO datetime() not yet implemented
T833 SQL/JSON path language: multiple subscripts YES
T834 SQL/JSON path language: wildcard member accessor YES
T835 SQL/JSON path language: filter expressions YES
T836 SQL/JSON path language: starts with predicate YES
T837 SQL/JSON path language: regex_like predicate YES
T838 JSON_TABLE: PLAN DEFAULT clause NO
T839 Formatted cast of datetimes to/from character strings NO
M001 Datalinks NO

@@ -647,4 +692,4 @@ M002 Datalinks via SQL/CLI NO

X211 XML 1.1 support NO
X221 XML passing mechanism BY VALUE NO
X222 XML passing mechanism BY REF YES
X221 XML passing mechanism BY VALUE YES
X222 XML passing mechanism BY REF NO parser accepts BY REF but ignores it; passing is always BY VALUE
X231 XML(CONTENT(UNTYPED)) type NO

@@ -651,0 +696,0 @@ X232 XML(CONTENT(ANY)) type NO

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

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

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

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

],
"gitHead": "29fc4cf00616359d1c052d0fd8af14d31b0cbead"
"gitHead": "f63b8748741576889bbc1baf49e6c97f803aa80a"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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