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

13

0.7.0

Diff
maslow
published 0.7.0 •

Changelog

Source

0.7.0 (2021-12-28)

Bug Fixes

  • app-console: fix route hook error; (c638181)
  • app-service: fix #19 watch error while mongo conn losed (53a8aae)
  • app-service: fix change stream reconnection while mongo connection losed (fd8fcd5)

Features

  • client: split client to system-client & app-console; (3cc5c15)
  • fs: support standalone domain for fs bucket; (66e9d7a)
  • gateway: add proxy config for sys extension api (4a39c79)
  • sys-client: add sys-extension-api support for client; (db33a72)
  • system: add system server app; impl init system server app; (6031918)
maslow
published 0.6.4 •

Changelog

Source

0.6.4 (2021-11-01)

Bug Fixes

  • app-service: auto create internal pkg; (543052b)
  • style: 修改名称展示bug (b715eb4)

Features

  • sys-client: start app while created; (2308451)
  • sys-server: add runtime metrics to app; (a69ed61)
maslow
published 0.6.3 •

Changelog

Source

0.6.3 (2021-10-23)

Bug Fixes

  • sys-client: optimize function editor height; (d5d02de)
maslow
published 0.6.2 •

Changelog

Source

0.6.2 (2021-10-20)

Bug Fixes

  • db-ql: fix result-types error; (71f6ee8)
maslow
published 0.6.1 •

Changelog

Source

0.6.1 (2021-10-20)

Bug Fixes

  • db-ql: fix remove() fatal error; (0d64aa7)
  • sys-client: fix dbm update merge with true -> false (858a71f)
maslow
published 0.6.0 •

Changelog

Source

0.6.0 (2021-10-20)

maslow
published 0.6.0-alpha.10 •

Changelog

Source

0.6.0-alpha.10 (2021-10-19)

Bug Fixes

  • system: fix rule update error; (d825931)
maslow
published 0.6.0-alpha.9 •

Changelog

Source

0.6.0-alpha.9 (2021-10-19)

Bug Fixes

  • db-ql: fix ejson deserialize error in aggregation (832e99a)
maslow
published 0.6.0-alpha.8 •

Changelog

Source

0.6.0-alpha.8 (2021-10-19)

Bug Fixes

  • db-ql: fix binary object serialize bug (5c28d8d)
  • sys-client: fix dbm update serialize error (536fe94)

Features

  • db-proxy: add aggregation support; (fbcccea)
  • db-proxy: add count option to read operation (e7545ca)
  • db-proxy: remove deprecated api: ruler, rulerv1, tests, entry; (4be2479)
  • db-ql: add aggregate() feat & tests; (efce38a)
  • db-ql: add page & count options for query (1ecc32d)
  • db-ql: add page() method (1148e4a)
  • db-ql: add update unit tests; (aefd260)
  • db-ql: refactor query & document api impl; (dbeb55a)
  • test: add doc() unit tests; (0481a8c)
maslow
published 0.6.0-alpha.7 •

Changelog

Source

0.6.0-alpha.7 (2021-10-15)

Features

  • db-proxy: impl ejson for mongo; (52ef727)
  • db-ql: add ejson support; add ObjectId & Binary support; (4471e6f)
  • db-ql: mark serverDate regexp as deprecated (be9eb27)
  • sys-client: add ejson ObjectId & Binaray type support to dbm; (0097910)