New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

database-proxy

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

database-proxy - npm Package Versions

23

1.0.0

Diff
maslow
published 1.0.0 •

Changelog

Source

1.0.0 (2024-04-01)

Bug Fixes

  • build: remove unneeded build layer (#1822) (f53510c)
  • cli: dotenv package missing error (#1747) (3539d17)
  • cli: func desc missing caused by typo (#1832) (3816b3f)
  • cli: storage field key error during refresh (#1833) (17811c4)
  • fix bson version error in database-ql (#1751) (d3a5c7f)
  • runtime-exporter: repair the build process (#1869) (2948df9)
  • runtime: fix override deps when init package.json (#1855) (d73d71b)
  • runtime: fix runtime database connection error (#1776) (db10359)
  • runtime: fix storage server query url problem (#1910) (27be959)
  • runtime: fix upload-dependencies tar path (#1891) (bc948e2)
  • runtime: print error when invoke init function error (#1887) (fbfa762)
  • runtime: wait for db ready (#1774) (f1f0798)
  • server: add environment variable to control bucket domain Create task switch (#1836) (3e17727)
  • server: billing error with old apps (#1797) (fadd735)
  • server: billing for all apps including stopped apps (#1781) (6cb7e57)
  • server: certificate of unbundled website domain name is not deleted (#1871) (d52a578)
  • server: disable i18n file watching in server (#1800) (e9b6de7)
  • server: fix being failed to find address when connect ddb (#1771) (0ed539e)
  • server: fix certificate not deleting and rebuilding issue when unbundling runtime custom domains (#1829) (77be144)
  • server: fix compiled code that doesn't support await import (#1828) (b23d2a2)
  • server: fix dedicated database connect host (#1906) (658fe49)
  • server: fix extra billing for ddb when app has stopped (#1884) (3113289)
  • server: fix multi-region database connectivity issues (#1801) (aa28e7e)
  • server: fix too large entity error when upload large func (#1882) (fdf96bb)
  • server: read manifest failed when init region (#1820) (f72e024)
  • server: update account updateAt (#1806) (1b75bac)
  • server: update function changelog optional (#1799) (84ea810)
  • web&server: fix billing query time boundary problem (#1745) (d9cfd9f)
  • web: cannot click history func version (#1798) (12bef25)
  • web: change monaco loader cdn with self-host js (#1812) (604ee33)
  • web: error when click recommend specs (#1793) (cea1c88)
  • web: fix ddb not compactable with old app (#1768) (208a683)
  • web: fix editor theme override & init with value (#1795) (b127a0b)
  • web: fix function scroll bar & support horizontal scrolling (#1814) (48d636c)
  • web: fix monaco editor key binding (#1809) (87b3c03)
  • web: fix nginx conf (#1907) (b37508a)
  • web: fix nginx conf (#1908) (9ec2a97)
  • web: fix not auto import typings when switch paths (#1896) (f7ab0dd)
  • web: fix only display either phone or email login (#1888) (896386d)
  • web: fix pwa cache (#1905) (ab28cd4)
  • web: fix storage path concatenation & add dependency install tip (#1864) (53e491a)
  • web: not update recent function list when deploy & fix type when import function by relative path (#1821) (2a06729)
  • web: wait for all delete files promise settled (#1777) (44df222)

Features

  • runtime&server: support display error/log line (#1813) (faefc11)
  • runtime&server: support updating dependencies without restarting (#1823) (debd01c)
  • runtime: add ts lsp server (#1660) (ba8de86)
  • server: Add a setting to control whether WebPromoPage is enabled or not. (#1861) (cc97241)
  • server: add app network traffic metering (#1892) (ef30cd9)
  • server: adding a delinquent flag to an account when the account… (#1881) (a9bc541)
  • server: recover the application and synchronize the recovery functions to sys_db (#1879) (46a0cd4)
  • server: support auth methods of email (#1867) (2364f57)
  • server: support dedicated database (#1728) (cae101b)
  • server: support function history changelog (#1756) (829fd8a)
  • server: support notification (#1683) (d9f527b)
  • services: add database metrics interface (#1739) (74518b9)
  • web&server: control the activation of the ddb & change the location of deploy manifests (#1810) (a8bd80e)
  • web: add app network traffic metering (#1894) (e9d012d)
  • web: add function list context menu (#1825) (bcde132)
  • web: add index page setting config (#1858) (f192ec8)
  • web: add laf_doc and laf_about_us url config (#1763) (9a96ff7)
  • web: optimize app log stream (#1811) (59da485)
  • web: remove charge input (#1912) (c39772b)
  • web: support ai code completion (#1877) (1c688b8)
  • web: support auth methods of email (#1865) (9f0a683)
  • web: support dedicated database (#1730) (6a02910)
  • web: support deleting multiple storage files (#1755) (4e47d04)
  • web: support function changelog (#1757) (9d86105)
  • web: support function editor with lsp (#1657) (d7d0b46)
  • web: support function editor with lsp (#1784) (022ee46)
  • web: support rename functions using dragging (#1762) (f108ea8)
  • web: support sort files of storage & fix monitor data undefined (#1819) (55360e9)
  • web: support updating dependencies without restarting (#1824) (bd69fea)
  • web: support version upgrade prompt (#1754) (94e3e82)

Reverts

  • Revert "feat(web): support function editor with lsp (#1657)" (#1783) (5a63468), closes #1657 #1783
maslow
published 1.0.0-beta.14-patch0 •
maslow
published 1.0.0-beta.14 •

Changelog

Source

1.0.0-beta.14 (2023-12-19)

Bug Fixes

  • runtime: append null check to object check (#1684) (f2a3a40)
  • runtime: fix cloud sdk cannot initialize in custom deps module (#1711) (c1748d6)
  • runtime: fix module.exports error; fix logs error while response.chunkedEncoding is true (#1707) (8ea5ad0)
  • runtime: fix process.env hot reload (#1709) (7ef87f5)
  • runtime: upgrade node to v20 to fix importModuleDynamic bug (#1687) (849a221)
  • server: add field whitelist for validation (#1692) (b73acea)
  • server: fix get_client_ip method, use x-forwarded-fro first (#1717) (be0cb05)
  • server: fix logging api error return (#1727) (dafa12c)
  • server: fix runtime logging interface not authenticated (#1725) (6e41123)
  • services: change runtime exporter penalty rules (#1733) (e2a85e0)
  • web: cannot update database record with ObjectId #1524 (#1723) (f8e2385)
  • web: fix app monitor longest array (#1682) (9239629)
  • web: function return shows when not undefined & update current function after edit name (#1713) (2b228d0)
  • web: jsonviewer support to render large data (#1731) (382d8f2)

Features

  • cli support env (#1718) (80b88c0)
  • cloud-sdk: add url api to cloud sdk (#1732) (2b87cb7)
  • runtime: add cloud.storage api in cloud sdk (#1729) (18afa9b)
  • runtime: detach custom dependency, support node_module caching (#1658) (2fbc5f1)
  • runtime: support LF_NODE_MODULES_CACHE to control if offline deps installation (#1743) (3e4b2f7)
  • runtime: support relative path import of fn (#1712) (9daa9f8)
  • server: Add a consolidated multi-pod, multi-container log query (#1689) (b29fdcd)
  • server: support request-limit ratio conf of runtime resource in region (#1702) (2046b4b)
  • web: support consolidated multi-pod, multi-container log query (#1691) (61e7fcb)
maslow
published 1.0.0-beta.12-pr0 •
maslow
published 1.0.0-beta.12 •

Changelog

Source

1.0.0-beta.12 (2023-10-31)

Bug Fixes

  • cli: fix app init error (#1608) (7788d6c)
  • cli: fix update func bug (#1610) (92c9830)
  • cli: storage server api changed for cli (#1609) (bf4150e)
  • deploy: minio console ingress enable websocket (#1555) (f360709)
  • gateway: fix cors headers conf of runtime, ingress nginx installation (#1565) (8de0a29)
  • runtime: default close module cache (#1604) (ba378a6)
  • runtime: enable cors in runtime; disable cors in gateway ingress (#1603) (06cafd4)
  • runtime: fix compile error (#1563) (3878bc0)
  • runtime: fix db stream initialize (#1592) (40e25f1)
  • runtime: fix runtime cors options (#1607) (366a6a4)
  • runtime: fix update function not effective (#1597) (0c9daa3)
  • runtime: support default function (#1602) (04905dc)
  • server: add storage service conf for runtime, add cors conf for bucket ingress (fc73e6f)
  • server: fix nest deps missing (#1564) (7781a3e)
  • server: fix not reapply service when restart app (#1578) (bb9e8e2)
  • server: fix runtime deployment labels (#1585) (93de793)
  • server: fix user quota (#1534) (d3a2e65)
  • server: fixed runtime manifest labels (#1583) (364c7a6)
  • server: set deleting phase for runtime domain and website when deleting app (#1613) (27b0587)
  • server: update logic of cronjob deletion (#1623) (fb7a45d)
  • web: disable navigate cache for api endpoint (#1579) (f7b8775)
  • web: fix bucket display name in edit mode (#1606) (d16bb36)
  • web: fix create function default code (#1544) (0b903e8)
  • web: fix delete button covered in dependency panel (#1546) (b065acd)
  • web: fix files can't be accessed before refreshing & change file path (#1538) (86250d9)
  • web: fix function list folder name display (#1561) (1f7d6af)
  • web: fix params not update & change function list type (#1535) (5366201)
  • web: fix sentry allowlist (#1587) (6c812bd)
  • web: fix sign up navigate & storage display (#1580) (7dac760)
  • web: remove storage.credential (#1594) (8e5f568)

Features

  • cli: improve the cli interface (#1591) (fdbfc5c)
  • cli: support database export and import (#1540) (8c68089)
  • gateway: refactor gateway to support ingress (#1559) (155814b)
  • runtime: add Access-Control-Max-Age to cors options (#1615) (c4b79fb)
  • runtime: proxy cloud storage & website hosting request to minio (#1560) (5456de2)
  • runtime: refactor function engine (#1590) (811066b)
  • runtime: reuse context (#1539) (acafda5)
  • server: add runtime affinity settings in region (#1548) (d3da138)
  • server: add sealos manager labels to rumtime manifest(#1577) (f71ea31)
  • server: add tls config for ingress gateway (#1569) (8751858)
  • server: support github login (#1542) (14540c1)
  • web: add client settings & change settings directory (#1536) (d22fd4e)
  • web: add database indexes management (#1611) (f8c068a)
  • web: add function list desc-name display & fix editor min-h (#1545) (2b252f2)
  • web: optimize editor ctx type definition (#1558) (b3ecb45)
  • web: support github login (#1543) (e8b8380)
maslow
published 1.0.0-beta.2 •

Changelog

Source

1.0.0-beta.2 (2023-02-24)

Bug Fixes

  • cli: fix cli command error & release cli (#734) (cd5336d)
  • cli: fix invoke url error (#743) (31ce3f1)
  • cli: fix login error (#741) (c02c42c)
  • cli: fix some word case (#742) (27290d4)
  • fix init error in runtime, add set -e for shell scripts (893ddcf)
  • runtime: cors package missing (#795) (18375b5)
  • runtime: express cannot send number directly #816 (#817) (c856fd8)
  • runtime: fix debug token error (#793) (f24db6f)
  • runtime: fix proxy policy loading problem (8127519)
  • runtime: rename debug token to develop token (746f08d)
  • server: add validation for cron expression (#815) (5245473)
  • server: add website info in bucket-get api (#775) (60c55ed)
  • server: bind custom domain not working (7a27533)
  • server: fix instance state error in task (#762) (e11b7ae)
  • server: fix trigger job of agenda implement (69aecf1)
  • server: fix unable to delete dependency name with splash #786 (#805) (0472a65)
  • web: database example internationalization (#782) (80a03be)
  • web: fix #718 app info edit bug (#738) (3381884)
  • web: fix database page bugs & add storage refresh (#761) (857805a)
  • web: fix missing comma in the translation file (#784) (c81d9e5)
  • web: function data cannot be stored in local storage (#769) (bd983a0)
  • web: get domain from bucket info (#803) (7ed542c)
  • web: reverse array bug (#776) (dc34c2a)
  • web: support tls conf in #767 (#790) (efdf4ea)

Features

maslow
published 0.8.2 •

Changelog

Source

0.8.2 (2022-06-06)

Bug Fixes

  • app-service: fix security risk for expose process.env (d3004b3)
  • app-service: fix bug in cloud-sdk path; (f8df39b)
maslow
published 0.8.0-alpha.9 •

Changelog

Source

0.8.0-alpha.9 (2022-05-15)

Bug Fixes

  • client: fix log in word (#83) (2d93e51)
  • fix init error while db not ready (5ed4fec)
  • fix website domain bind error; (441970b)
  • website: turn website domain to array; (e51993a)
maslow
published 0.7.10 •

Changelog

Source

0.7.10 (2022-02-09)

Features

  • app-service: add npm install flags config; (463daa6)
maslow
published 0.7.1 •

Changelog

Source

0.7.1 (2022-01-17)

Bug Fixes

  • app-console: fix tsd parse missing while init editor (b2818a0)
  • app-service: fix cloud function unsafe log #34 (ecab8bf)
  • gateway: fix nginx conf support 4xx CORS; (421b854)
  • sys-server: fix default path of system-extension-server.lapp (72a55e3)
  • sys-server: fix memory overflow #33 (0e1b321)
  • sys-server: fix publish err when func or policy is empty (c1d6e2a)
  • sys-server: update system extension server app pkg; (a96561e)